{"id":41186838,"url":"https://github.com/kunai-consulting/qwik-design-system","last_synced_at":"2026-02-12T23:14:05.539Z","repository":{"id":269482541,"uuid":"840899523","full_name":"kunai-consulting/qwik-design-system","owner":"kunai-consulting","description":"The world's fastest UI toolchain","archived":false,"fork":false,"pushed_at":"2026-02-12T07:37:31.000Z","size":62367,"stargazers_count":19,"open_issues_count":5,"forks_count":8,"subscribers_count":2,"default_branch":"v2-migration","last_synced_at":"2026-02-12T16:48:23.199Z","etag":null,"topics":["design-system","qds","qwik"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kunai-consulting.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-11T03:12:30.000Z","updated_at":"2026-02-12T07:37:32.000Z","dependencies_parsed_at":"2025-12-06T06:04:41.726Z","dependency_job_id":null,"html_url":"https://github.com/kunai-consulting/qwik-design-system","commit_stats":null,"previous_names":["kunai-consulting/qwik-design-system"],"tags_count":141,"template":false,"template_full_name":null,"purl":"pkg:github/kunai-consulting/qwik-design-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunai-consulting%2Fqwik-design-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunai-consulting%2Fqwik-design-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunai-consulting%2Fqwik-design-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunai-consulting%2Fqwik-design-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kunai-consulting","download_url":"https://codeload.github.com/kunai-consulting/qwik-design-system/tar.gz/refs/heads/v2-migration","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunai-consulting%2Fqwik-design-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29385740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","qds","qwik"],"created_at":"2026-01-22T20:17:58.423Z","updated_at":"2026-02-12T23:14:05.534Z","avatar_url":"https://github.com/kunai-consulting.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qwik Design System (QDS)\n\n- 🌐 Runs in any environment (browser, server, etc)\n- ⚡ Code executes based on user intent and interaction\n- 🧩 Composable architecture\n- 🔒 Comprehensive TypeScript support\n- 🚀 Runs in any meta-framework that supports Qwik\n\nQwik Design System (QDS) is a UI toolchain for Qwik. It provides a cohesive set of packages for building high-performance, accessible, and scalable applications. Headless by design, you keep full control over styling and motion while QDS handles the complexity underneath.\n\n## Quick Start\n\n**New project (recommended):**\n\n```bash\nnpm create qds@latest\n```\n\n**Add to existing project:**\n\n```bash\nnpm install @qds.dev/ui\n```\n\n**Render your first component:**\n\n```tsx\nimport { component$ } from '@qwik.dev/core';\nimport { Checkbox } from '@qds.dev/ui';\n\nexport default component$(() =\u003e {\n  return (\n    \u003cCheckbox.Root\u003e\n      \u003cCheckbox.Trigger\u003e\n        \u003cCheckbox.Indicator\u003e✓\u003c/Checkbox.Indicator\u003e\n      \u003c/Checkbox.Trigger\u003e\n      \u003cCheckbox.Label\u003eAccept terms\u003c/Checkbox.Label\u003e\n    \u003c/Checkbox.Root\u003e\n  );\n});\n```\n\n## Packages\n\n**Core:**\n- [@qds.dev/ui](./libs/components/README.md) - The core library of common UI patterns and over 200 icon packs.\n\n**Supporting:**\n- [@qds.dev/motion](./libs/motion/README.md) - Creating motion on the web\n- [@qds.dev/code](./libs/code/README.md) - Live code previews and an environment agnostic code editor.\n\n**Tooling:**\n- [create-qds](./libs/cli/README.md) - CLI for project setup\n- [@qds.dev/tools](./libs/tools/README.md) - Bundler tooling for the toolchain, built on top of OXC.\n- [@qds.dev/base](./libs/base/README.md) - The shared code layer.\n\n**Planned:**\n- Data visualization - Environment agnostic charts and data display\n- Tables - Accessible data tables and data grid\n\n## Contributing\n\nWe welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for setup instructions.\n\nQuestions? Open an issue or find us in the Qwik Discord.\n\n## Created by Kunai\n\n\u003cbr /\u003e\n\n\u003ca href=\"https://kunaico.com/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n  \u003cpicture\u003e\n    \u003csource srcset=\"https://github.com/user-attachments/assets/47c6d86a-5141-40c6-a0fb-5986266fa589\" media=\"(prefers-color-scheme: dark)\"\u003e\n    \u003csource srcset=\"https://github.com/user-attachments/assets/84bff951-ed35-43e4-9515-ebe07e8b09e4\" media=\"(prefers-color-scheme: light)\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/84bff951-ed35-43e4-9515-ebe07e8b09e4\" alt=\"Company logo\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n[Kunai](https://kunaico.com/) funds the work that makes Qwik Design System possible.\n\nTheir sponsorship enables:\n- Full-time development of core components\n- Comprehensive documentation and examples\n- Regular maintenance and updates\n- Community support and engagement\n\nWe're grateful for Kunai's continued support in making QDS a production-ready design system for the Qwik ecosystem.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunai-consulting%2Fqwik-design-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkunai-consulting%2Fqwik-design-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunai-consulting%2Fqwik-design-system/lists"}