{"id":50969113,"url":"https://github.com/putdotio/putio-design","last_synced_at":"2026-06-19T00:01:33.120Z","repository":{"id":360725238,"uuid":"1184770978","full_name":"putdotio/putio-design","owner":"putdotio","description":"Design system and specs","archived":false,"fork":false,"pushed_at":"2026-06-10T14:02:41.000Z","size":446,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-10T15:24:17.758Z","etag":null,"topics":["design-system","frontend","product-design","prototypes","putio"],"latest_commit_sha":null,"homepage":"https://design.put.io","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/putdotio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-17T23:16:26.000Z","updated_at":"2026-06-10T14:03:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/putdotio/putio-design","commit_stats":null,"previous_names":["putdotio/putio-design"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/putdotio/putio-design","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putdotio%2Fputio-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putdotio%2Fputio-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putdotio%2Fputio-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putdotio%2Fputio-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/putdotio","download_url":"https://codeload.github.com/putdotio/putio-design/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putdotio%2Fputio-design/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34511617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["design-system","frontend","product-design","prototypes","putio"],"created_at":"2026-06-19T00:01:29.018Z","updated_at":"2026-06-19T00:01:33.105Z","avatar_url":"https://github.com/putdotio.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    \u003cimg src=\"https://static.put.io/images/putio-boncuk.png\" width=\"72\"\u003e\n  \u003c/p\u003e\n\n  \u003ch1\u003eput.io design\u003c/h1\u003e\n\n  \u003cp\u003ePublic design tokens, brand assets, and design-system guidance for \u003ca href=\"https://put.io\"\u003eput.io\u003c/a\u003e.\u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@putdotio/design\" style=\"text-decoration:none;\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/%40putdotio%2Fdesign?style=flat\u0026label=npm\u0026logo=npm\u0026colorA=000000\u0026colorB=000000\" alt=\"npm version\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n## View\n\nLive guide: [design.put.io](https://design.put.io)\n\nThis repo owns the public contract behind it: DTCG token sources, generated\nCSS/JSON/TypeScript artifacts, brand assets, preview cards, and deployable\nstatic guidance.\n\n## Install\n\nToken sources live in [`tokens`](tokens). Generated package artifacts live in\n[`dist`](dist). Package-safe brand assets live in [`system/assets`](system/assets).\n\n```bash\nnpm install @putdotio/design\n```\n\n## Use\n\nImport the generated CSS when a web surface needs put.io custom properties:\n\n```css\n@import \"@putdotio/design/css\";\n```\n\nComponent recipes should consume semantic aliases such as `--field-*`,\n`--panel-*`, `--primary`, `--success`, and `--destructive` instead of reaching\ninto palette tokens directly.\n\nPackage entrypoints:\n\n- CSS custom properties: [`dist/css/tokens.css`](dist/css/tokens.css)\n- DTCG token tree: [`dist/tokens.dtcg.json`](dist/tokens.dtcg.json)\n- Flat token metadata: [`dist/tokens.flat.json`](dist/tokens.flat.json)\n- Figma-safe subset: [`dist/figma/putio.tokens.json`](dist/figma/putio.tokens.json)\n- Brand assets: [`system/assets`](system/assets) via `@putdotio/design/assets/\u003cfile\u003e`\n- Design contract: [`DESIGN.md`](DESIGN.md)\n\n## Commands\n\n```bash\npnpm install\npnpm dev\npnpm verify\npnpm verify:full\n```\n\nUse `pnpm tokens:build` after token edits.\n\n## Docs\n\n- [Design contract](DESIGN.md)\n- [Design guide structure](system/README.md)\n- [Distribution](docs/DISTRIBUTION.md)\n- [Contributing](CONTRIBUTING.md)\n- [Security](SECURITY.md)\n- [Agent guide](AGENTS.md)\n\n## Contributing\n\nSee [Contributing](CONTRIBUTING.md) for local setup, validation, and pull\nrequest expectations.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputdotio%2Fputio-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fputdotio%2Fputio-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputdotio%2Fputio-design/lists"}