A modern starter template for building and deploying Next.js applications on Netlify. Includes examples of platform primitives like edge functions, blobs, image CDN, and more.
-
Clone the repository:
git clone https://github.com/mattdiodato0708/next-platform-starter-1add4.git cd next-platform-starter-1add4 -
Install dependencies:
npm install
-
Run the development server:
npm run dev
- Next.js App Router with server and client components
- Netlify Blobs for persistent storage with a blob shape generator
- Image CDN examples with automatic optimization
- Edge Functions with geolocation-aware rendering
- Middleware with security headers and request routing
- ISR & Revalidation with on-demand and time-based strategies
- Redirects & Rewrites configured in
next.config.js
Deploy directly to Netlify. The netlify.toml file is pre-configured with the correct build settings.