# You can now deploy Lovable apps to Vercel

DevFeed: [You can now deploy Lovable apps to Vercel](<https://devfeed.tech/articles/you-can-now-deploy-lovable-apps-to-vercel-1209.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/you-can-now-deploy-lovable-apps-to-vercel>)

Author: Pooya Parsa

Published: 2026-07-09T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Frameworks](<https://devfeed.tech/topics/frameworks.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [apps](<https://devfeed.tech/tags/apps.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [github](<https://devfeed.tech/tags/github.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel now supports zero-configuration deployment of Lovable applications. Lovable projects can sync to GitHub, be imported into Vercel, and automatically deploy with TanStack Start framework detection; subsequent Lovable changes trigger new Vercel deployments.

## Source excerpt

Vercel now supports Lovable applications with zero configuration. To get started, sync your Lovable project to GitHub, then import the repository to Vercel. Vercel automatically detects the framework (TanStack Start) and deploys your app. Once connected, every change you make in Lovable syncs to GitHub and triggers a new deployment on Vercel. Lovable projects now use Nitro under the hood. Nitro is the universal server toolkit that powers zero-config deployments for TanStack Start and many other frameworks on Vercel, so no manual build configuration is required. Learn more about deploying Lovable apps on Vercel. Read more