Setup & Installation
What This Skill Does
Covers how to deploy web frameworks on Netlify, including Vite/React, Astro, TanStack Start, Next.js, Nuxt, SvelteKit, and Remix. For frameworks with SSR or API routes, it explains how adapters translate server-side code into Netlify Functions and Edge Functions automatically. Also covers environment variable prefixes, SPA redirect config, and custom 404 handling. Instead of manually writing Netlify Functions for each framework's server output, the adapter handles the mapping automatically, so you don't need to learn Netlify's internals separately from your framework's.
When to use it
- Working with netlify frameworks functionality
- Implementing netlify frameworks features
- Debugging netlify frameworks related issues
