Build something great
A production-ready Next.js template with TypeScript, Tailwind CSS, ESLint, Prettier, and Cloudflare Pages deployment baked in.
What's included
⚡
Next.js 15 + Turbopack
App Router with fast refresh via Turbopack. TypeScript strict mode enabled.
🎨
Tailwind CSS v4
Utility-first styling with automatic class sorting via Prettier plugin.
☁️
Cloudflare Pages
Deploy via GitHub Actions with preview URLs on every PR. No account matching needed.
✨
treefmt + lefthook
Unified formatting with pre-commit hooks. Lint, format, and type-check on every commit.
❄️
Nix Dev Environment
Reproducible dev shell with flake.nix. One command to get everything you need.
🔗
OpenGraph Ready
Pre-configured metadata for rich link previews on Slack, Twitter, and LinkedIn.
Start building now
Clone this template, run bun install, and you're ready to go. Everything is pre-configured so you can focus on your product.
git clone https://github.com/wezero-studio/template-nextjs my-project
cd my-project
bun install
bun run dev