[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73478":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":35,"readmeContent":36,"aiSummary":37,"trendingCount":16,"starSnapshotCount":16,"syncStatus":38,"lastSyncTime":39,"discoverSource":40},73478,"coss","cosscom\u002Fcoss","cosscom","coss.com\u002Fui is the official design system of Cal.com","https:\u002F\u002Fcoss.com",null,"TypeScript",9988,500,34,6,0,55,174,302,165,114.1,"GNU Affero General Public License v3.0",false,"main",true,[27,28,29,30,31,32,33,34],"base-ui","nextjs","radix-ui","react","shadcn","shadcn-ui","tailwindcss","tanstack-table","2026-06-12 04:01:09","![coss.com](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F56dfe7f7-85b7-44ee-b89a-1c30c5c4a156)\n\n\u003Ch3 align=\"center\">coss.com\u002Fui (formerly Origin UI)\u003C\u002Fh3>\n\n## About the Project\n\ncoss.com\u002Fui is the official Cal.com Design System.\n\n## Repository Overview\n\nThis repository contains multiple products and applications that make up the coss.com ecosystem:\n\n### Apps and Packages\n\n- **`apps\u002Fwww\u002F`** - Main coss.com website\n- **`apps\u002Fui\u002F`** - coss ui component library and documentation\n- **`apps\u002Forigin\u002F`** - Legacy Origin UI components (pre-acquisition)\n- **`packages\u002Fui\u002F`** - Shared UI components package\n- **`packages\u002Ftypescript-config\u002F`** - TypeScript configurations\n- **`biome.json`** - Shared Biome configuration for linting and formatting\n\nEach package\u002Fapp is 100% [TypeScript](https:\u002F\u002Fwww.typescriptlang.org\u002F).\n\n### Environment Variables\n\nThis monorepo contains multiple Next.js applications that are designed to link to each other. For the navigation to work correctly, you must set up environment variables for both local development and production deployments.\n\n#### Local Development\n\nFor local development, create a `.env.local` file in each of the app directories with the corresponding variables.\n\n1.  **`www` app**\n\n    This app needs to know the URLs of the other apps. Create a file at `apps\u002Fwww\u002F.env.local`:\n\n    ```sh\n    # apps\u002Fwww\u002F.env.local\n    NEXT_PUBLIC_APP_URL=http:\u002F\u002Flocalhost:3000\n    NEXT_PUBLIC_COSS_UI_URL=http:\u002F\u002Flocalhost:4000\u002Fui\n    ```\n\n2.  **`ui` app**\n\n    This app needs to know the URLs of the other apps. Create a file at `apps\u002Fui\u002F.env.local`:\n\n    ```sh\n    # apps\u002Fui\u002F.env.local\n    NEXT_PUBLIC_APP_URL=http:\u002F\u002Flocalhost:4000\u002Fui\n    NEXT_PUBLIC_COSS_URL=http:\u002F\u002Flocalhost:3000\n    NEXT_PUBLIC_ORIGIN_URL=http:\u002F\u002Flocalhost:4001\n    ```\n\n3.  **`origin` app**\n\n    This app needs to know the URLs of the other apps. Create a file at `apps\u002Forigin\u002F.env.local`:\n\n    ```sh\n    # apps\u002Forigin\u002F.env.local\n    NEXT_PUBLIC_APP_URL=http:\u002F\u002Flocalhost:4001\u002Forigin\n    NEXT_PUBLIC_COSS_URL=http:\u002F\u002Flocalhost:3000\n    NEXT_PUBLIC_COSS_UI_URL=http:\u002F\u002Flocalhost:4000\u002Fui\n    ```\n\n> [!NOTE]\n> Turborepo is configured to watch for changes in `.env*` files, so it will automatically invalidate the cache when these variables change.\n\n### Development\n\nThis Turborepo has some additional tools already setup for you:\n\n- [TypeScript](https:\u002F\u002Fwww.typescriptlang.org\u002F) for static type checking\n- [Biome](https:\u002F\u002Fbiomejs.dev\u002F) for linting and formatting\n\n#### Build\n\nTo build all apps and packages:\n\n```sh\nbun run build\n```\n\nTo build a specific app:\n\n```sh\nbun run build --filter=www\nbun run build --filter=ui\nbun run build --filter=origin\n```\n\n#### Develop\n\nTo develop all apps and packages:\n\n```sh\nbun run dev\n```\n\nTo develop a specific app:\n\n```sh\nbun run dev --filter=www\nbun run dev --filter=ui\nbun run dev --filter=origin\n```\n\n## coss ui\n\n**coss ui** is a collection of beautifully designed, accessible, and composable components for your React apps. Built on top of [Base UI](https:\u002F\u002Fbase-ui.com\u002F) and styled with [Tailwind CSS](https:\u002F\u002Ftailwindcss.com\u002F), it's designed for you to copy, paste, and own.\n\nWe think Base UI is the best foundation for modern web applications. We've taken its powerful, unstyled primitives and given them a design system that's ready to go, right out of the box.\n\nThis is the component library we'll be progressively adopting for [cal.com](https:\u002F\u002Fcal.com). We're building it in the open for anyone who wants to create beautiful, reliable user interfaces.\n\n### Origin UI Acquisition\n\nThis repository also includes the **Origin UI** components as a legacy snapshot. Origin UI was a pre-acquisition collection of Radix-based, shadcn-style components that remains available for use, but with limited support and maintenance. Active development now focuses on the new [Particles](https:\u002F\u002Fcoss.com\u002Fui\u002Fparticles) components built on the coss ui primitives.\n\n### Contributing to coss ui\n\nWe're always looking for contributors to help improve our UI components. Whether it's a bug report, a new feature, or a documentation update, we appreciate your help.\n\nPlease see our [Contributing Guidelines](apps\u002Fui\u002FCONTRIBUTING.md) for more information on how to get involved.\n\n## Licensing\n\nThis repository uses a mixed licensing approach. The default license for this project is [AGPLv3.0](LICENSE).\n\n- **MIT**: The `apps\u002Forigin\u002F` and `apps\u002Fui\u002F` directories are licensed under their original MIT license\n- **AGPLv3**: All other directories are licensed under the GNU Affero General Public License v3.0\n\nFor detailed information, see our [Licensing documentation](LICENSING.md).\n\n## Acknowledgements\n\nSpecial thanks to:\n\n- **[Tailwind CSS](https:\u002F\u002Ftailwindcss.com\u002F)** - For the utility-first CSS framework that powers our design system\n- **[Base UI](https:\u002F\u002Fbase-ui.com\u002F)** - For providing the robust, accessible primitives that form the foundation of our components\n- **[shadcn\u002Fui](https:\u002F\u002Fui.shadcn.com\u002F)** - For inspiring our copy-paste approach and component philosophy\n- **[Fumadocs](https:\u002F\u002Ffumadocs.dev\u002F)** - For providing the documentation framework that powers our component docs\n","coss.com\u002Fui 是 Cal.com 的官方设计系统，提供了一系列美观、可访问且可组合的React组件。该项目采用TypeScript编写，确保了代码的质量和类型安全，同时利用了Next.js、Radix UI、Tailwind CSS等现代前端技术栈，使得组件库既强大又灵活。它适用于需要快速构建高质量用户界面的React应用开发场景，特别是那些追求一致性和可维护性的项目。",2,"2026-06-11 03:45:44","high_star"]