Skip to Content
ExamplesOverview

Examples

Full working mini-projects you can build from scratch. Each one comes with a template you can drop into a folder and follow step by step.

Unlike Grab n Go snippets, these are complete applications — HTML, CSS, JS, and (where needed) a backend — wired together end to end.

ExampleWhat it covers
Vanilla Contact FormPure HTML/CSS/JS form with validation
Next.js JSON FormServer actions with useActionState
Next.js API RoutesRoute handlers with dynamic params
Next.js Server ComponentsRSC patterns with Suspense boundaries
Next.js SuspenseLoading states at every level
Next.js Error HandlingError boundaries and error.tsx
Last updated on