---
title: "Knowledge Base | Netlify"
description: "Guides and articles to help you get the most out of the Netlify platform."
source: "https://www.netlify.com/knowledge-base/"
last_updated: "2026-07-24T11:36:42.000Z"
---
# Knowledge Base

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

Open knowledge base search 

[Subscribe to feed](https://www.netlify.com/knowledge-base/feed.xml)

16 articles

-   
-   
-   
-   
-   
-   

Deploy Guide

[

Deploy Your Google Stitch App to Netlify

](/knowledge-base/deploy-your-google-stitch-app-to-netlify/)

July 12, 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.

Comparison

[

Netlify Drop vs Vercel Drop

](/knowledge-base/netlify-drop-vs-vercel-drop/)

July 12, 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.

Deploy Guide

[

Deploy Your Bolt App to Netlify

](/knowledge-base/deploy-your-bolt-app-to-netlify/)

July 12, 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.

Comparison

[

Netlify Blobs vs Vercel Blob

](/knowledge-base/netlify-blobs-vs-vercel-blob/)

July 12, 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.

Deploy Guide

[

Deploy Your v0 App to Netlify

](/knowledge-base/deploy-your-v0-app-to-netlify/)

July 12, 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 Claude Artifacts or Design to Netlify

](/knowledge-base/deploy-your-claude-artifacts-to-netlify/)

July 12, 2026

Publish a Claude artifact or Claude Design project to Netlify, whether it is a static HTML page you drag into Netlify Drop or a React component you scaffold and build.

Deploy Guide

[

Deploy Your Lovable App to Netlify

](/knowledge-base/deploy-your-lovable-app-to-netlify/)

July 12, 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.

Migration

[

Migrate to Netlify from Vercel

](/knowledge-base/migrate-to-netlify-from-vercel/)

July 12, 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.

Tutorial

[

Build a RAG Chatbot on Netlify with AI Gateway and Netlify Database

](/knowledge-base/build-a-rag-chatbot-on-netlify/)

July 12, 2026

A step-by-step guide to building a retrieval-augmented chatbot using only Netlify primitives: vector storage in Netlify Database with pgvector, embeddings and chat through the AI Gateway, and no external API keys or vector service to manage.

Tutorial

[

Background Jobs and Durable Workflows with Netlify Async Workloads

](/knowledge-base/background-jobs-and-workflows-with-async-workloads/)

July 12, 2026

How to run background jobs, event-driven tasks, and multi-step durable workflows on Netlify with Async Workloads, including retryable steps, delays, retries with backoff, and event chaining.

Reference

[

Netlify for Coding Agents: Build and Ship a Full App

](/knowledge-base/netlify-for-coding-agents/)

July 12, 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.

Reference

[

Netlify’s Full-Stack Primitives: A 2026 Platform Map

](/knowledge-base/netlify-fullstack-primitives-map/)

July 12, 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.

Comparison

[

Netlify vs AWS Amplify

](/knowledge-base/netlify-vs-aws-amplify/)

July 12, 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.

Comparison

[

Netlify vs Render

](/knowledge-base/netlify-vs-render/)

July 12, 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.

Agent Guide

[

Publishing and Updating Live Sites with the Netlify CLI: A Guide for Coding Agents

](/knowledge-base/publish-and-update-sites-with-the-netlify-cli/)

July 12, 2026

How a coding agent can use the Netlify CLI to publish a built site or artifact to a live URL non-interactively, capture that URL, and push later revisions to the same address.

Comparison

[

TanStack Start vs Next.js

](/knowledge-base/tanstack-start-vs-nextjs/)

July 12, 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.