Blazing fast web tools. Zero dependencies. Pure client-side.
Next.js 15 TypeScript Tailwind CSS Bun Biome
bun install && bun dev
bun dev # Development
bun build # Production build
bun test # Run tests
bun lint # Lint & format
src/
├── app/ # App router
├── components/ # UI components
├── lib/ # Utilities
└── config/ # Configuration
MIT © rrih