Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Modern starter based on Next.js 16 (App Router), Tailwind, and Netlify Core Primitives (Edge Functions, Image CDN, Blob Store).

Astro landing page starter with gradient background, responsive hamburger/dropdown menu, and switchable floating/fullscreen headers.
The Next.js on Netlify Platform Starter is a boilerplate that pairs Next.js 16 (App Router) with Tailwind CSS and Netlify Core Primitives so you can build and deploy a full-stack site on Netlify with edge functions and blob storage wired in.
It is a modern starter template built on Next.js 16 with the App Router, Tailwind CSS, and Netlify Core Primitives such as Edge Functions, the Image CDN, and Blob Store. It takes a repository of Next.js code and produces a deployable Netlify site, while also demonstrating how to use Netlify features both implicitly (via Next.js features that work automatically) and explicitly in user code. The template is maintained by Netlify and lives in the netlify-templates GitHub organization.
netlify dev serving on localhost:8888.The template is designed to work with a one-click deployment: clicking the Deploy to Netlify button links the GitHub repository to Netlify and automatically builds and hosts the site. For local development, you clone the repo, run npm install, install the Netlify CLI, link your local copy to the Netlify site, and then run netlify dev, which serves the site at localhost:8888 with the same runtime as the deployed version.
The template is open source under the netlify-templates organization, and deploying to Netlify uses Netlify's free tier unless you exceed its limits. The starter itself is free to clone and modify.
The template uses Next.js 16 with the App Router, according to the repository description. It pairs this with Tailwind CSS and Netlify Core Primitives.
Use the Deploy to Netlify button at the top of the repository README. It will fork the repository to your GitHub account and start a new site in Netlify using the template's settings.
Yes, to have full functionality locally — including edge functions and the Blob Store — you need an up-to-date version of the Netlify CLI. The README instructs you to install it globally and then run netlify dev.
They are Netlify's platform building blocks: Edge Functions for serverless logic at the edge, the Image CDN for optimized images, and Blob Store for persistent object storage. This starter uses them both implicitly and explicitly.
