netlify-frameworks

Explain framework adapter configuration for Netlify Functions and Edge Functions.

32|7|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/netlify/context-and-tools --skill netlify-frameworks-netlify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-frameworks
Source: https://github.com/netlify/context-and-tools/tree/main/codex/skills/netlify-frameworks
Command: npx skills add https://github.com/netlify/context-and-tools --skill netlify-frameworks-netlify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploying modern web frameworks on Netlify can be tricky without adapters, and this Skill clarifies how to align frameworks with Netlify deployment primitives using adapters and plugins.

Core Features & Use Cases

  • Framework adapters translate server-side features (SSR, API routes, middleware) into Netlify Functions and Edge Functions.
  • It helps users configure framework integrations, detect framework setups, and troubleshoot deployments across Vite/React, Astro, TanStack Start, Next.js, Nuxt, SvelteKit, and Remix.
  • Use cases include setting up a new project for Netlify deployment, migrating existing projects, and optimizing adapter-driven workflows.

Quick Start

Apply the appropriate Netlify adapter for your framework project to enable server-side features.

Frequently Asked Questions about netlify-frameworks

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

FAQPage Schema
How do I deploy SvelteKit or Astro with SSR on Netlify?

Deploying SSR frameworks like SvelteKit or Astro on Netlify requires applying a framework-specific adapter that translates server-side routes into Netlify Functions. This configures your project to handle dynamic rendering during deployment.

What is a Netlify framework adapter and when do I need one?

A Netlify framework adapter maps modern web framework capabilities like SSR, API routes, and middleware to Netlify Functions and Edge Functions. You need one when deploying frameworks like Next.js, Nuxt, or Remix to enable server-side features.

Does Netlify support Next.js and Nuxt deployment out of the box?

Netlify supports Next.js and Nuxt deployment through framework adapters and plugins that detect your project setup and configure server-side capabilities. Applying the appropriate adapter integrates your framework's API routes and middleware with Netlify Functions.

How do I configure TanStack Start or Remix for Netlify deployment?

Configuring TanStack Start or Remix for Netlify deployment involves applying the correct Netlify adapter to your project and adjusting your framework configuration. This setup translates server-side capabilities into Edge Functions and Netlify Functions.

Why is my framework deployment failing or not rendering SSR routes on Netlify?

Framework deployment failures or missing SSR routes on Netlify often occur when the correct adapter is missing or misconfigured. Troubleshooting involves verifying framework detection, adapter setup, and ensuring server-side capabilities translate properly into Netlify Functions.