{"id":35884537,"url":"https://github.com/bejamas/ui","last_synced_at":"2026-03-02T09:09:03.061Z","repository":{"id":328232729,"uuid":"1059431608","full_name":"bejamas/ui","owner":"bejamas","description":"Astro UI library. Built for content-heavy websites.","archived":false,"fork":false,"pushed_at":"2026-02-23T22:49:44.000Z","size":22834,"stargazers_count":51,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-24T01:28:34.322Z","etag":null,"topics":["astro-ui","design-systems","enterprise-design-patterns","shadcn","ui-components","ui-library"],"latest_commit_sha":null,"homepage":"https://ui.bejamas.com","language":"Astro","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/bejamas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"dco":null,"cla":null}},"created_at":"2025-09-18T12:42:02.000Z","updated_at":"2026-02-23T22:49:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f78b864-ffda-4cf3-a6d9-7aa62ff41e55","html_url":"https://github.com/bejamas/ui","commit_stats":null,"previous_names":["bejamas/ui"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/bejamas/ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bejamas%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bejamas%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bejamas%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bejamas%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bejamas","download_url":"https://codeload.github.com/bejamas/ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bejamas%2Fui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29996440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["astro-ui","design-systems","enterprise-design-patterns","shadcn","ui-components","ui-library"],"created_at":"2026-01-08T19:57:33.003Z","updated_at":"2026-03-02T09:09:03.035Z","avatar_url":"https://github.com/bejamas.png","language":"Astro","funding_links":[],"categories":["Themes"],"sub_categories":["Customization"],"readme":"\u003ca href=\"https://ui.bejamas.com\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://assets.bejamas.com/static/image/bejamas-ui/github-hero-dark.png\"\u003e\n    \u003cimg alt=\"bejamas/ui\" src=\"https://assets.bejamas.com/static/image/bejamas-ui/github-hero-light.png\" width=\"100%\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\n\u003cp\u003e\n  \u003ca href=\"https://www.npmjs.com/package/bejamas\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/bejamas.svg?style=flat\u0026colorA=18181b\u0026colorB=28CF8D\" alt=\"npm version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/nicholascostadev/bejamas-ui/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/bejamas.svg?style=flat\u0026colorA=18181b\u0026colorB=28CF8D\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# bejamas/ui\n\nAstro UI components you copy into your project. Zero-JS by default, built on Tailwind CSS v4, following the shadcn/ui approach.\n\n## Features\n\n- **Astro-native** — Pure `.astro` components, no framework runtime\n- **Zero-JS by default** — Most components ship no client JavaScript\n- **Tailwind CSS v4** — Modern utility-first styling\n- **26+ components** — Buttons, cards, dialogs, menus, and more\n- **shadcn registry compatible** — Same schema, familiar patterns\n- **CLI included** — Scaffold projects and add components in seconds\n\n## Primitives\n\nInteractive components use [@data-slot](https://data-slot.com) — headless behavior primitives we built as the \"Radix for vanilla JS\". Unlike other Astro shadcn ports that bundle interaction code into copied components, @data-slot keeps behavior as a dependency. When we fix an accessibility bug, you get the fix with a version bump instead of re-copying code.\n\n## Quick Start\n\n```bash\nnpx bejamas@latest init\n```\n\nThen add components:\n\n```bash\nnpx bejamas@latest add button\n```\n\n## Usage\n\n```astro\n---\nimport Button from \"@/ui/Button.astro\";\n---\n\n\u003cButton\u003eClick me\u003c/Button\u003e\n```\n\n## Documentation\n\nVisit [ui.bejamas.com](https://ui.bejamas.com) to view the full documentation.\n\n## Contributing\n\nPlease read the [contributing guide](https://ui.bejamas.com/docs/contributing).\n\n## License\n\nLicensed under the [MIT license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbejamas%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbejamas%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbejamas%2Fui/lists"}