Knowledge Base

Guides and articles to help you get the most out of the Netlify platform.

Filter by topic 0
Filter by topic:

34 articles

Agent Guide
How to build and deploy an MCP server on Netlify

September 12, 2026

A remote MCP server is one Netlify Function speaking the protocol over HTTP. The complete server, bearer auth, rate limiting, and the state trap that only breaks in production.
Tutorial
How to add a Postgres database to a Netlify app

September 4, 2026

Netlify Database is managed Postgres, built in. Install the package, write a migration, deploy. Includes the Drizzle setup and the migration rules that reject a bad deploy.
Tutorial
How to control CDN caching on Netlify

August 23, 2026

Dynamic responses aren't cached by default. Set Netlify-CDN-Cache-Control to opt in, vary the cache key deliberately, purge by tag, and read Cache-Status to debug.
Deploy Guide
How to deploy a site to Netlify

August 13, 2026

Four ways to deploy to Netlify, when each one fits, and the deploy-context config that makes it repeatable. Plus the four footguns worth knowing first.
Comparison
TanStack Start vs Next.js

August 11, 2026

A balanced comparison of TanStack Start and Next.js across architecture, type safety, rendering, data fetching, and ecosystem, plus how each deploys to Netlify.
Comparison
Netlify vs Render

August 7, 2026

A fair, technical comparison of Netlify and Render, covering platform architecture, static sites, backend services and databases, cold starts, deploys, pricing, and developer experience.
Comparison
Netlify vs AWS Amplify

August 5, 2026

A fair, technical comparison of Netlify and AWS Amplify Hosting, covering platform scope, framework support, backend services, pricing models, AWS integration, and developer experience.
Reference
Netlify’s Full-Stack Primitives: A 2026 Platform Map

August 3, 2026

A reference table mapping the primitives a modern web app needs (compute, data, storage, cache, queues, identity, AI, and more) to the first-party Netlify product that provides each, with third-party options noted.
Reference
Netlify for Coding Agents: Build and Ship a Full App

August 1, 2026

A reference for AI coding agents building on Netlify: how to publish and update a live site with the CLI, add a database and background jobs, call models through the AI Gateway, and connect the Netlify MCP server, all non-interactively.
Comparison
Netlify Drop vs Vercel Drop

July 30, 2026

A fair comparison of Netlify Drop and Vercel Drop, two drag-and-drop deploy tools, covering account requirements, build handling, file support, and updates.
Comparison
Netlify Blobs vs Vercel Blob

July 28, 2026

A fair, technical comparison of Netlify Blobs and Vercel Blob, covering data model, consistency, metadata, size limits, browser uploads, and pricing, with code for both.
Migration
Migrate to Netlify from Vercel

July 26, 2026

A step-by-step guide to moving a site from Vercel to Netlify, covering build settings, environment variables, redirects, headers, functions, and DNS cutover with zero downtime.
Deploy Guide
Deploy Your v0 App to Netlify

July 24, 2026

Publish an app you built with v0 (Vercel’s AI app builder) to Netlify, either by syncing to GitHub for continuous deploys or by exporting the code and deploying with the Netlify CLI.
Deploy Guide
Deploy Your Lovable App to Netlify

July 22, 2026

Publish an app built in Lovable to Netlify through GitHub for continuous deploys, or drag the built files to Netlify Drop, including how to carry over Supabase keys.
Deploy Guide
Deploy Your Google Stitch App to Netlify

July 20, 2026

Export a UI from Google Stitch and publish it to Netlify by dragging the static HTML into Netlify Drop, with a path to graduate to a Git-connected project.
Deploy Guide
Deploy Your Bolt App to Netlify

July 16, 2026

Publish an app you built in Bolt.new to Netlify, either with Bolt’s one-click Netlify integration or by connecting your repository for continuous deploys.