{"id":37479257,"url":"https://github.com/omnifed/cerberus","last_synced_at":"2026-04-02T13:30:29.738Z","repository":{"id":236359084,"uuid":"792448469","full_name":"omnifed/cerberus","owner":"omnifed","description":"The React UI platform for building scalable, accessible, and performant design systems and applications.","archived":false,"fork":false,"pushed_at":"2026-03-30T15:51:08.000Z","size":13117,"stargazers_count":29,"open_issues_count":56,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-30T16:35:33.426Z","etag":null,"topics":["accessibility","data-grid","design-system","panda-css","react","react-signals","signals"],"latest_commit_sha":null,"homepage":"https://cerberus.digitalu.design","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omnifed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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-04-26T17:31:30.000Z","updated_at":"2026-03-30T15:48:33.000Z","dependencies_parsed_at":"2024-11-06T19:21:13.613Z","dependency_job_id":"d83591af-fbe5-4bd0-b5cb-0a82ce310807","html_url":"https://github.com/omnifed/cerberus","commit_stats":null,"previous_names":["omnifed/cerberus"],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/omnifed/cerberus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnifed%2Fcerberus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnifed%2Fcerberus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnifed%2Fcerberus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnifed%2Fcerberus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omnifed","download_url":"https://codeload.github.com/omnifed/cerberus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnifed%2Fcerberus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31307123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["accessibility","data-grid","design-system","panda-css","react","react-signals","signals"],"created_at":"2026-01-16T07:24:39.811Z","updated_at":"2026-04-02T13:30:29.733Z","avatar_url":"https://github.com/omnifed.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cerberus Design System\n\n\u003cimg width=\"1454\" alt=\"banner\" src=\"https://github.com/omnifed/cerberus/blob/main/docs/public/acheron-og-image.png?raw=true\"\u003e\n\n[![JSR](https://jsr.io/badges/@cerberus/panda-preset)](https://jsr.io/@cerberus/panda-preset)\n![NPM License](https://img.shields.io/npm/l/@cerberus-design/react)\n\n## Architecture\n\n## Repository structure\n\nThis is a monorepo that uses [pnPm](https://pnpm.io/) to manage dependencies and [Bun](https://bun.sh/) as the runtime language. You will need to install these tools to work on this project.\n\n## Getting started\n\n### Install Required Tools\n\n1. Install [pnpm](https://pnpm.io/installation)\n2. Install [Bun](https://bun.sh/)\n\n### Setup the project\n\nAfter you fork the repository, install the dependencies by running the following command **in the root of the project**:\n\n```bash\npnpm install\n```\n\nThis will install all the dependencies for the project including the workspaces.\n\n## Workspace Context\n\n- docs: The official docs website for Cerberus.\n- figma: Figma related files that run jobs on the CI using the Figma API.\n- packages: The core packages that make up Cerberus.\n- tests: The test suite for Cerberus \u0026 React related packages.\n\n### Cerberus Package Context\n\n- **panda-preset**: The default preset for Cerberus. This is where all the styles live.\n- **preset-\\***: Any preset for PandaCSS. Mostly themes for now.\n- **react**: The React primitive components for Cerberus. React only owns components, not styles.\n- **data-grid**: The Data Grid library for React.\n- **signals**: The Signals library for React.\n\n\u003e Any React-based package gets shipped to NPM while all other packages shipped to JSR for an [improved DX through type referencing](https://jsr.io/docs/why) and stricter accountability. The only reason we ship React to NPM is due to teams that still use Jest which forces us into CJS compilation.\n\n### JSR Requirements\n\nWe follow the [slow types requirements](https://jsr.io/docs/about-slow-types) process of the JSR publishing standard for any JSR published package. This means you will be held to a stricter standard than you might be used to if you have not utilized Deno as a runtime (JSR essentially uses `deno check` under the hood):\n\n1. Significantly improve your package users' type checking performance.\n2. Improve the automatic documentation generation.\n3. Enable automatic .d.ts generation for Node.js.\n\nFor example, this will fail:\n\n```typescript\nexport const myApi = () =\u003e 'Hello world!'\n```\n\nThis will pass (follows the slow types guidelines):\n\n```typescript\nexport function myApi(): string {\n  return 'Hello world!'\n}\n```\n\n#### How does JSR benefit end users?\n\nJSR was made for ESM and the typescript environment which ultimately results in packages being scored on how well the code quality is when publishing to JSR. Additionally, since JSR is built for typescript it will drill down to the actual source code for developers using a JSR package (vs. NPM will drill down to a compiled type file that provides no code context).\n\nLearn more about why JSR is important for typescript applications [on their site](https://jsr.io/docs/why).\n\n## Docs\n\nTo run the docs server, use the following command in the root of the repository project:\n\n```bash\npnpm run start:docs\n```\n\n## AI/LLM Integration\n\nCerberus provides a specialized endpoint for AI and Large Language Model (LLM) integrations through the `.agents` directory. This feature allows AI tools to access structured documentation content in a format optimized for LLM consumption.\n\n### Contribution Guidelines\n\nYou can help train your LLMs to follow our project guidelines by utilizing the `.agents` directory. This directory contains structured documentation that is specifically designed for AI processing, ensuring that your LLMs can effectively understand and utilize the Cerberus design system.\n\n- **ark-ui.txt**: Documentation for the Ark UI components which is a dependency of our React package.\n- **create-react-component.md**: Documentation for creating new React component APIs.\n- **docs.md**: Documentation for contributing to the official website.\n- **next.txt**: Documentation for the Next.js framework which powers the docs site.\n- **style-guide.md**: Documentation for the style guide used throughout the project. Arguably the most important file for LLMs to understand the coding standards and practices of the project.\n\n### Prompts\n\nIn our Wikis tab, you can find recommended prompts to use for executing these files.\n\n### LLM Documentation Endpoint\n\nThe documentation is available at the [`/llms.txt`](https://cerberus.digitalu.design/llms.txt) endpoint, which provides:\n\n- **Structured Documentation**: All documentation content organized hierarchically by sections (Get Started, Components, Styling, Theming, Blog)\n- **Direct Content Access**: Links to raw GitHub content for detailed documentation\n- **Version Information**: Current package version and release notes\n- **AI-Optimized Format**: Plain text format specifically designed for LLM processing\n\n### Usage\n\nAccess the LLM-formatted documentation at:\n\n```url\nhttps://cerberus.digitalu.design/llms.txt\n```\n\nThis endpoint dynamically generates a comprehensive text representation of the entire Cerberus documentation, making it easy for AI tools to understand and reference the design system's capabilities, components, and usage patterns.\n\nDownload the file and use it as a reference with your chosen LLM.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnifed%2Fcerberus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomnifed%2Fcerberus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnifed%2Fcerberus/lists"}