Next-Bun Kit
Start with modern routing, typed data fetching, accessible UI primitives, dark mode, release checks, and a deployable container without inheriting product-specific rules.
Foundation
Useful defaults, clear ownership.
The template handles repeatable setup while leaving authentication, domain models, and backend behavior to the application that actually needs them.
Quick start
From clone to local app in three commands.
Configure the optional API URL, replace the example feature, and keep the checks green as the product grows.
terminal
bun install
bun run dev
bun run check