Blazing fast web tools. Zero dependencies. Pure client-side.
Next.js 15 TypeScript Tailwind CSS Bun Biome
bun install && bun devbun dev # Development
bun build # Production build
bun test # Run tests
bun lint # Lint & formatsrc/
├── app/ # App router
├── components/ # UI components
├── lib/ # Utilities
└── config/ # Configuration- Privacy First — No tracking, no cookies, no analytics
- Performance — Static generation, edge-optimized
- Accessibility — WCAG compliant
- Developer Experience — Strict TypeScript, fast tooling
MIT © rrih