Small Next.js utility app for common developer tasks.
- Next.js 16
- React 19
- Tailwind CSS 4
- Bun for package management and runtime
bun install
bun run devOpen http://localhost:3000.
bun run lint
bun run build- UUID generator
- Slug generator
- URL comparison
- URL normalizer
- Price formatter
- Git reference
Vercel-compatible. vercel.json uses Bun for install/build.
No app env vars are required right now.