cosscom/coss

coss.com/ui is the official design system of Cal.com

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 5th, 2026
Created on October 15th, 2024
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 537
Total Stargazers: 10,551 (+0)
Total Subscribers: 34 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 38.5 hours
Mean response time: 8.7 days
90th percentile: 25.2 days
Tracked items: 175

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 19% of issues opened in the past year have been closed. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 1
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Detailed Description

coss.com/ui is the official design system for Cal.com, a monorepo containing a React component library, documentation site, and related applications built with TypeScript, Next.js, and Tailwind CSS.

The project solves the problem of maintaining a consistent, accessible, and composable component system across Cal.com's products. It builds on Base UI's unstyled primitives, applying a complete design system on top to provide components ready to use out of the box. The monorepo structure uses Turborepo to manage multiple applications and packages, including the main component library in apps/ui, the coss.com website in apps/www, and a legacy Origin UI snapshot in apps/origin. All code is written in TypeScript with Biome handling linting and formatting across the workspace.

Developers should choose this tool if they want a design system built on Base UI primitives rather than Radix, prefer Tailwind CSS styling, and value components designed for copy-paste adoption and customization. The project explicitly positions itself as the foundation Cal.com is progressively adopting, making it suitable for teams building within that ecosystem or seeking a similar architectural approach. The repository includes legacy Origin UI components based on Radix and shadcn patterns, though these receive limited maintenance as active development focuses on the newer Particles components built on the coss ui primitives.

The project maintains a monorepo structure with environment variable configuration required for linking multiple Next.js applications during both local development and production deployment. Development tooling is standardized across the workspace with shared TypeScript configurations and Biome settings. Contributing guidelines are documented and the project explicitly invites community contributions for bug reports, features, and documentation improvements.