Next.js starter template

Start every app from here.

A Next.js seed wired with internationalization, SEO, a design system, and an MDX content system — so day one goes to your product, not the plumbing.

Built on
Next.jsReactTypeScriptTailwindgt-nextfumadocs

What's inside

Everything wired, nothing in your way.

01

Internationalization

Locale-aware routing — the default served unprefixed, the rest behind a prefix — from a single config.

02

SEO & metadata

Canonical URLs, hreflang, Open Graph, and JSON-LD composed from shared helpers.

03

Content system

Docs, blog, legal, and author pages from in-repo MDX. Add a file, it ships.

04

Design system

Shared primitives, theme tokens, and dark mode from the design system.

05

Server-first

React Server Components by default; client islands only where they earn it.

06

Typed & linted

Strict TypeScript, validated env, and Biome via Ultracite from the start.

Questions

Good to know

Copy it and start building.

Duplicate the app, rename it, and spend your first day on the product instead of its scaffolding.

Read the docs