netlify-frameworks

Deploy Astro, Next.js, Nuxt, SvelteKit, and other frameworks to Netlify via adapters.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ChristineTham/lp --skill netlify-frameworks-christinetham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-frameworks
Source: https://github.com/ChristineTham/lp/tree/main/.agents/skills/netlify-frameworks
Command: npx skills add https://github.com/ChristineTham/lp --skill netlify-frameworks-christinetham

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Netlify supports deploying modern web frameworks via adapters that translate framework code to Netlify Functions and Edge Functions, enabling SSR, API routes, and middleware without writing raw Netlify Functions manually.

Core Features & Use Cases

  • Framework adapters automatically translate server-side code to Netlify Functions and Edge Functions during build.
  • Detect frameworks by standard config files like astro.config., next.config., nuxt.config., vite.config. plus router cues to map to Netlify routing.
  • Supports Astro, Next.js, Nuxt, TanStack Start, SvelteKit, Remix, and TanStack Start and Vite + React workflows with framework-specific guidance.
  • The adapter writes to .netlify/v1/ to configure functions, edge functions, redirects, and configuration, removing manual Netlify Function coding.

Quick Start

Install the Netlify adapter for your framework and update your project configuration to enable adapter output.

Frequently Asked Questions about netlify-frameworks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Next.js app to Netlify with SSR support?

To deploy a Next.js app with SSR to Netlify, install the appropriate Netlify adapter and update your next.config.* file. This translates server-side code and API routes to Netlify Functions automatically during build.

How do I configure SvelteKit or Astro for Netlify deployment?

Configure SvelteKit or Astro for Netlify by installing the framework-specific Netlify adapter and updating the astro.config.* or sveltekit config files. The adapter outputs configuration to .netlify/v1/ to map routing to Netlify Functions.

Do I need to write raw Netlify Functions for API routes?

You do not need to write raw Netlify Functions manually for API routes. Framework adapters automatically translate server-side code from supported frameworks like Nuxt and Remix into Netlify Functions and Edge Functions.

What frameworks are supported by Netlify adapters for deployment?

Netlify adapters support deploying Astro, Next.js, Nuxt, SvelteKit, TanStack Start, Vite + React, and Remix frameworks. Adapters detect standard config files to map framework routing to Netlify Functions.

Why does my Nuxt framework output not work on Netlify?

Nuxt framework deployment to Netlify fails without the correct adapter installed and nuxt.config.* updated. The adapter is required to translate SSR and API routes into Netlify Functions during the build process.