Curated repos, tools, and frameworks shaping the developer ecosystem.
Live data from GitHub.
by shane-downes
Create your own shadcn/ui and Tailwind CSS design system
StyleGlide is an AI-powered theme editor for shadcn/ui apps that helps you create your own Tailwind CSS design system.
The original theme editor features preset apps from sources like ui.shadcn.com and shadcnblocks.com that you can select for real-time previews.
This repository introduces open-source tools to embed the theme editor into your own application.
Add the theme editor to any shadcn/ui app via CDN:
<script defer src="https://unpkg.com/@styleglide/theme-editor"></script>
For more control, install the package:
pnpm add @styleglide/theme-editor
See the theme editor documentation for detailed setup instructions.
This is a monorepo managed with Turborepo and pnpm.
pnpm install
turbo dev
turbo build
turbo lint
Composable, accessible components with thoughtful defaults. Build your own component library with code you can customize, extend, and make your own.