Velora is a modern, developer-friendly UI component library and documentation system.
Built with Next.js, TypeScript, Tailwind CSS, and Shadcn UI, it offers:
- ✨ Clean MDX-based documentation
- ⚡ Live code previews powered by Sandpack
- 🧱 A scalable, accessible design system for web apps
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- Shadcn UI
- MDX (for docs)
- Sandpack (for live code editing)
- Radix UI (accessibility primitives)
apps/ velora-docs/ # Main documentation site velora-core/ # Core UI components packages/ config/ # Tailwind, shadcn, eslint, etc. ui/ # Shared UI primitives and components
```bash
git clone git@github.com:rokyuddin/velora-ui.git cd velora
pnpm install
pnpm dev