Netlify Frameworks
Skill Verified ActiveGuide 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.
To guide users in successfully setting up and deploying modern web frameworks on Netlify by providing framework-specific integration details and best practices.
Features
- Framework detection guidance
- Explanation of adapter functionality
- Configuration for SPA routing and custom 404 pages
- Environment variable handling for client and server code
- Specific integration patterns for Vite, Astro, TanStack Start, and Next.js
Use Cases
- Setting up a new framework project for Netlify deployment
- Configuring adapters or plugins for framework-specific Netlify integration
- Troubleshooting framework integration issues on Netlify
- Understanding how server-side rendering and API routes are handled on Netlify
Non-Goals
- Providing direct Netlify Function code
- Acting as a general web development tutorial
- Covering deployment to platforms other than Netlify
Workflow
- Identify framework using configuration files
- Follow framework-specific setup and adapter instructions
- Implement general Netlify deployment patterns (routing, 404s, env vars)
- Configure build command and publish directory in netlify.toml
- Deploy project to Netlify
Practices
- Framework deployment
- Netlify integration
- Server-side rendering
Installation
First, add the marketplace
/plugin marketplace add netlify/context-and-tools/plugin install context-and-tools@netlify-context-and-toolsQuality Score
VerifiedSimilar Extensions
Web Performance Optimization
75Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques
Env Manager
99Environment variable validation, security scanning, and management for Next.js, Vite, React, and Node.js applications
Firebase App Hosting Basics
99Deploy and manage web apps with Firebase App Hosting. Use this skill when deploying Next.js/Angular apps with backends.
Better Auth Integrations
99Better Auth framework integrations for TypeScript. Use when wiring route handlers in Next.js, SvelteKit, Remix, Express, Hono, or other web frameworks.
Vue Expert
97Builds Vue 3 components with Composition API patterns, configures Nuxt 3 SSR/SSG projects, sets up Pinia stores, scaffolds Quasar/Capacitor mobile apps, implements PWA features, and optimises Vite builds. Use when creating Vue 3 applications with Composition API, writing reusable composables, managing state with Pinia, building hybrid mobile apps with Quasar or Capacitor, configuring service workers, or tuning Vite configuration and TypeScript integration.
Containerize MCP Server
100Containerize an R-based MCP (Model Context Protocol) server using Docker. Covers mcptools integration, port exposure, stdio vs HTTP transport, and connecting Claude Code to the containerized server. Use when deploying an R MCP server without requiring a local R installation, creating a reproducible MCP server environment, running MCP servers alongside other containerized services, or distributing an MCP server to other developers.