- Readable pages on every request, for every visitor and every tool, not just verified crawlers
- Reliable social link previews, with your title, description, and image
- A faster first page load, because the browser receives finished content
- Compatibility with newer Lovable features that need TanStack Start, such as workspace identity reuse
What server-side rendering means
An older React + Vite app sends the browser a mostly empty page, and the visitor’s browser then builds the content with JavaScript. Visitors see the finished app, and Lovable serves pre-rendered copies of your published pages to verified search engines and social preview bots so they can read your content too, as described in SEO and AEO. Tools outside that verified list see very little. TanStack Start goes further: it renders each page into finished HTML on the server before sending it. Everyone receives the same complete page, every time: visitors, search engines, AI crawlers, link preview bots, and any other tool. This is called server-side rendering (SSR).Before you begin
Check eligibility, permissions, and cost before you start:- The upgrade is for older Lovable projects built on React + Vite, the stack Lovable used before TanStack Start. Newer projects already use TanStack Start: it became the default for new projects on May 13, 2026, and for new Enterprise projects on June 22, 2026.
- Anyone with permission to edit the project can start an upgrade, on all plans.
- The upgrade runs as normal chat work, so it uses credits like any other request. Most upgrades cost 10 to 35 credits, depending on how large your project is. If your workspace balance is low when you start, Lovable warns you that the upgrade may need a top-up partway through.
- If your project is not eligible, the upgrade option does not appear in project settings or the chat menu, and Lovable explains why if you ask it to upgrade anyway.
Start the upgrade
You can start the upgrade in three ways, and each asks you to confirm before anything changes:- From the chat: type
/, choose Migrate to TanStack Start, and confirm in the dialog. - From project settings: under General → Project actions, find Migrate to TanStack Start and select Migrate. After you confirm, you land in the editor and the upgrade starts on its own.
- By asking Lovable in your own words:
What happens during the upgrade
Lovable works through your project in a single run:- Takes an inventory of your pages, including any you protect behind a sign-in or an admin check, so the same protection carries over
- Converts your app’s page structure to TanStack Start
- Moves your page titles, descriptions, social preview tags, and analytics scripts into the new template, so your search and analytics setup keeps working
- Carries over your theme and styling customizations
- Moves backend code that only your own app uses into the new template
- Builds the project, checks it for errors, and loads every page to confirm it works
Review, publish, or revert
The upgrade changes your project, not your live site. Visitors keep seeing the version you published last until you publish again, so take as long as you need to review the upgraded app first. If the upgraded app is not what you wanted, revert it from your project’s version history the same way you undo any other change: open the history, find the version before the upgrade started, and restore it. Your project returns to the older stack, and your published site is unaffected, because the upgrade never changed it.Limitations
Keep these in mind before you start:- One upgrade runs per project at a time. If an upgrade appears stuck, you can revert and start it again.
- If visitors installed your app on their device as a Progressive Web App (PWA), their devices keep a saved copy of the old version. Lovable removes that old copy automatically for returning visitors in most cases, and tells you during the upgrade if yours needs a manual follow-up.
- Some code libraries only work in the browser and can break server rendering in ways the upgrade’s checks do not catch. Test your pages after upgrading, and tell Lovable about any page that fails to load.
FAQ
Do I have to upgrade?
Do I have to upgrade?
No. Older React + Vite projects keep working, and search engines can still read them through pre-rendering, as described in SEO and AEO. Upgrade when you want full server-side rendering, reliable link previews, and faster first loads.
Does the upgrade change how my app looks?
Does the upgrade change how my app looks?
No. Lovable carries your design, theme, and content across. Review the preview before publishing to confirm everything looks right.
Will my sign-in and protected pages still work?
Will my sign-in and protected pages still work?
Yes. Lovable takes an inventory of the pages you protect before it starts, and applies the same protection to the matching pages afterward.
What happens to my database and backend?
What happens to my database and backend?
Your database is untouched. Backend code that only your own app uses moves into the new template, and code that outside services call at a fixed web address stays where it runs today.
Is the upgrade reversible?
Is the upgrade reversible?
Yes. Revert it from your project’s version history, as described in Review, publish, or revert. Your published site changes only when you publish the upgraded version.
How long does the upgrade take?
How long does the upgrade take?
Usually several minutes, longer than a typical request, because Lovable rewrites your page structure and checks every page. A large project may pause partway with a note about what is done and what is left. Ask Lovable to continue, and the upgrade resumes from where it stopped.
Troubleshooting
The Migrate to TanStack Start option is missing
The Migrate to TanStack Start option is missing
Your project is probably already on TanStack Start, or Lovable cannot determine its stack.What to do: Ask Lovable
What stack is this project on? to check eligibility.The upgrade stopped partway through
The upgrade stopped partway through
On large projects a pause is normal: the upgrade reports what is done and what is left, and it continues when you ask.What to do: Ask Lovable to continue, and the upgrade resumes from where it stopped. If Lovable says your workspace is low on credits, add credits first. If you would rather not continue, revert from version history instead.
A page is blank or shows an error after upgrading
A page is blank or shows an error after upgrading
The usual cause is a code library that only works in the browser.What to do: Tell Lovable which page fails and what you see. Lovable can change how the library loads so it runs only in the browser.
Link previews still look wrong after upgrading
Link previews still look wrong after upgrading
The upgrade does not change your live site on its own, and platforms like Slack and LinkedIn cache link previews for a while.What to do: Publish your project first. Then re-check the link with the preview debugger for the platform you are testing. You can also ask Lovable to review your pages and improve their titles, descriptions, and preview images after the upgrade.