Skip to content
For the complete Netlify documentation index, see llms.txt. Markdown versions of this page are available by appending .md to the URL.

More flexibility and credits now available for Pro plans 🎉

Set up Claude Design for Netlify

For the complete documentation index, see llms.txt

Claude Design lets you build applications visually, preview them in real time, and publish them straight to Netlify. Connect Claude Design to Netlify once, and you can deploy and redeploy your designs as real Netlify projects.

  • A Claude account with access to Claude Design.
  • A Netlify personal account or team workspace.

In Claude Design, describe the application you want in natural language, then build, preview, and refine it visually before you deploy. For example, you might ask Claude Design to create a journaling app with entries, image attachments, and a to-do list.

Claude bundles and deploys your finished design for you when you publish to Netlify.

The first time you deploy, you need to authorize Claude to access your Netlify account. This is a one-time setup.

  1. In your Claude Design project, select Share.

  2. At the bottom of the export menu, select More formats and apps.

    Claude Design export menu with More formats and apps highlighted

  3. Find Netlify in the list of destinations, then select Connect. This opens Claude's Connectors settings.

    Netlify listed in Claude Design destinations with a Connect option

  4. On Netlify's authorization screen, authorize Claude to access your Netlify account.

After you connect Netlify, there are two ways to deploy your design: from the Share menu or with a prompt in the Claude Design chat.

Whichever path you choose, Claude bundles your files, applies the necessary templates, and deploys your project to Netlify. When the deploy finishes, Claude gives you links to open your live site and to manage the project in your Netlify dashboard.

You can continue to update your site by adjusting your design in Claude Design and deploying again.

  1. In your Claude Design project, select Share, then More formats and apps..

  2. Under Your destinations, select Send next to Netlify.

    Netlify shown under Your destinations with a Send option

Ask Claude to deploy your design in natural language, for example:

Deploy to Netlify

Sites deployed from Claude Design are real Netlify projects. They appear in your Netlify dashboard and behave like any other Netlify project, so you can manage domains, deploys, and settings as usual.

Designs deploy as static sites, and any data is stored in the browser's local storage rather than a shared database. When you're ready to turn your prototype into a fullstack application, you can add features like databases, functions, and login. To learn how, see Go beyond a prototype.

When you're ready to move beyond a static prototype, use Agent Runners to build a fullstack application. For example, you can:

  • Save and share data with a database. Store data that persists across sessions, users, and devices, like journal entries, comments, bookings, or a product catalog.
  • Run backend logic with Netlify Functions. Handle form submissions, call external APIs, send emails, or process payments without standing up a server.
  • Let people sign in with login. Add accounts so users can create, save, and access their own private content.

For example, you can prompt an agent to review your project and suggest what to add:

Inspect the project for interactive content and propose appropriate fullstack integrations — Netlify Functions, databases, Identity/login, and other Netlify features.