Skip to content

Deploy a Lovable app on Vercel

Lovable is an AI-powered app builder. Lovable projects use TanStack Start as their underlying framework, so they deploy to Vercel with zero configuration. Lovable uses Nitro, the same universal server toolkit that powers TanStack Start on Vercel, so no manual build configuration is required.

This guide walks through connecting a Lovable project to Vercel through GitHub, so that every change you make in Lovable triggers a new deployment.

Before you begin, make sure you have:

  • A Vercel account.
  • A Lovable project you want to deploy.
  • A GitHub account you can connect to both Lovable and Vercel.

To deploy a Lovable project to Vercel:

  1. Sync your Lovable project to GitHub. See the Lovable GitHub integration docs for setup.
  2. Import the repository from vercel.com/new. Vercel detects the framework and deploys the project automatically.

Once connected, every change you make in Lovable syncs to GitHub and triggers a new deployment on Vercel.

Zero-configuration detection requires @lovable.dev/vite-tanstack-config version ^2.6.2 or higher in your project. If your project uses an older version, update it before deploying.

For a one-off deploy without a repository, you can download your project as a .zip from GitHub and drag it into Vercel Drop. GitHub sync remains the recommended path so that future Lovable changes deploy automatically.

Last updated July 10, 2026

Was this helpful?