Next.js starter · batteries included

Watt.

A focused Next.js starter — wired up and ready.
Skip setup. Start building.

$ pnpm run dev

live · node service via watt internal dns

GET /api/hello → http://node.plt.local200 OK
{
  "hello": "world-3"
}
Next.js 16React 19TypeScript 5Tailwind v4shadcn/uiBiomepnpmRadix UILucideZod
what's inside
Next.js 16
App Router with React 19. Server components, streaming, and edge runtime ready to go.
shadcn/ui
New York style components. Copy-paste accessible UI, beautifully composed with Radix.
Tailwind CSS v4
Next-gen utility CSS with design tokens, container queries, and CSS variables baked in.
Biome
Lightning-fast linter and formatter. Replaces ESLint + Prettier in a single tool.
pnpm Workspaces
Monorepo structure with efficient dependency management and near-instant installs.
TypeScript 5
Strict mode enabled. Full type coverage to catch bugs at compile time.