Loading...
Loading...
Guide for deploying web frameworks on Netlify. Use when setting up a framework project (Vite/React, Astro, TanStack Start, Next.js, Nuxt, SvelteKit, Remix) for Netlify deployment, configuring adapters or plugins, or troubleshooting framework-specific Netlify integration. Covers what Netlify needs from each framework and how adapters handle server-side rendering.
npx skill4agent add netlify/context-and-tools netlify-frameworks.netlify/v1/| File | Framework |
|---|---|
| Astro |
| Next.js |
| Nuxt |
| Vite + React (SPA or Remix) |
| TanStack Start |
| SvelteKit |
# netlify.toml
[[redirects]]
from = "/*"
to = "/index.html"
status = 200404.html| Framework | Client prefix | Access pattern |
|---|---|---|
| Vite / React | | |
| Astro | | |
| Next.js | | |
| Nuxt | | |
process.env.VARNetlify.env.get("VAR")