Netlify Runtimes, Pricing & Framework Support
Complete Netlify platform reference. Function runtimes, credit-based pricing comparison, framework build settings, Edge Functions, and Deploy Previews. Everything you need to ship on Netlify.
5
Runtimes
11
Frameworks
10
Key Features
4
Plans
Runtime & Language Support
Languages and runtimes available for Netlify Serverless and Edge Functions.
Default runtime for Netlify Functions. Supports ES modules (.mjs) and CommonJS. Bundled automatically with esbuild.
First-class support with automatic compilation. Write .ts files directly — no separate build step required.
Via Go functions directory. Compiled at build time into AWS Lambda-compatible binaries.
Via AWS Lambda compatible binaries. High performance for compute-intensive serverless workloads.
Via Edge Functions. Deno-based V8 isolates with Web API access. Sub-millisecond cold starts.
Framework Build Settings
Default build commands, publish directories, and SSR support for popular frameworks on Netlify.
| Framework | Build Command | Publish Dir | SSR |
|---|---|---|---|
| Next.js | next build |
.next |
(via adapter) |
| Astro | astro build |
dist |
|
| SvelteKit | vite build |
build |
|
| Nuxt | nuxt build |
.output/public |
|
| Remix | remix build |
public |
|
| Angular | ng build --prod |
dist/PROJECT |
(Universal) |
| Gatsby | gatsby build |
public |
(static) |
| Hugo | hugo |
public |
(static) |
| Eleventy | eleventy |
_site |
(static) |
| Create React App | react-scripts build |
build |
(SPA) |
| Vue / Vite | vite build |
dist |
(SPA) |
Plan Comparison
Credit-based pricing across Free, Personal, Pro, and Enterprise plans (February 2026).
| Feature | Free ($0) | Personal ($5/mo) | Pro ($19/mo) | Enterprise |
|---|---|---|---|---|
| Credits / Month | 300 limit | 1,000 | 3,000 / team | Custom |
| Concurrent Builds | 1 | 1 | 3 | Custom |
| Preview Servers | 1 | 1 | 1 | Custom |
| Bandwidth | 10 credits / GB | 10 credits / GB | 10 credits / GB | Custom |
| Production Deploys | 15 credits each | 15 credits each | 15 credits each | Custom |
| Compute | 5 credits / GB-hour | 5 credits / GB-hour | 5 credits / GB-hour | Custom |
| Observability | None | 1-day | 30-day | Custom |
| SSO & SCIM | ✗ | ✗ | ✗ | ✓ |
| SLA | None | None | None | 99.99% |
Key Features
Core platform capabilities that make Netlify a leading deployment platform.
Deploy Previews
Every pull request gets a unique preview URL for testing before merge.
Edge Functions
Deno-based V8 isolates running at the edge with sub-millisecond cold starts.
Serverless Functions
Node.js, Go, and Rust functions with automatic scaling and zero config.
Background Functions
Long-running functions with up to 15 minutes execution time.
Scheduled Functions
Cron-like scheduled execution for recurring serverless tasks.
Netlify Forms
Built-in form handling with spam filtering — no backend required.
Identity
Authentication service with JWT tokens, social logins, and role management.
Large Media
Git LFS integration for large assets with on-the-fly image transformations.
Split Testing
A/B testing on Git branches with traffic splitting at the CDN level.
Agent Runners
AI-powered code fixes that automatically resolve build errors and issues.
Frequently Asked Questions
Common questions about Netlify runtimes, pricing, and deployment features.
What languages does Netlify Functions support?
What's the difference between Netlify's Free and Pro plans?
How do Netlify Edge Functions differ from serverless functions?
Can I deploy a monorepo on Netlify?
How does Netlify's credit-based pricing work?
How does Netlify compare to Vercel?
Related Tools & Pages
Vercel Hub
Vercel runtimes, framework support matrix, plan limits, and deployment configuration.
AWS Lambda Hub
AWS Lambda runtime versions, deprecation dates, and migration guides.
Node.js Releases
Track Node.js release schedules, LTS timelines, and version support across platforms.
React Releases
React release history, version support, and framework ecosystem updates.
Stack Health
Check the health and support status of your entire tech stack in one view.
Dep Scanner
Scan your project dependencies for outdated versions and security advisories.
Data sourced from Netlify documentation, Functions reference, and Netlify Changelog. Last updated: 6 Mar 2026.