June 27, 2026

Server glow-up or framework fever?

Building apps using TanStack Start

Lovable quietly changed the engine — and devs are split between cheers and panic

TLDR: Lovable switched new projects to a setup that sends people real page content faster and makes search engines happier. The community reaction is a perfect split-screen: half cheering a cleaner, smarter system, half groaning that the web did not, in fact, need another framework debate.

Lovable says new apps will now load with content already prepared on the server instead of making visitors wait for a mostly blank page to wake up in the browser. In plain English: pages should appear faster, be easier for search engines to read, and let app makers keep secret keys and behind-the-scenes actions in one place instead of juggling separate little back-end helpers. Existing projects stay alive, but they’ll get some pre-built page content too. On paper, it’s a tidy glow-up powered by TanStack Start and Cloudflare Workers.

But the real show is the crowd reaction. One camp is acting like Lovable just upgraded from a scooter to a sports car, celebrating that “the page finally shows up with actual words on it” and cheering the move away from scattered server add-ons. Another camp is already side-eyeing the switch, with the classic internet refrain: “Great, another framework”. The biggest hot take isn’t even about speed — it’s about trust. Fans love that the tool promises fewer weird workarounds and better search visibility, while skeptics are joking that developers now need a wall chart just to track where code runs.

And yes, the memes arrived right on schedule: people comparing the old setup to ordering food and receiving “an empty plate plus instructions,” while the new one is being sold as the waiter bringing the meal hot and ready. Dramatic? Absolutely. But the community vibe is clear: excited, suspicious, and very ready to argue about it online.

Key Points

  • Starting May 13, Lovable says all new projects are server-side rendered by default and use TanStack Start.
  • Existing projects continue to work, but gain pre-rendering to improve readability for crawlers.
  • Lovable’s previous stack was based on React + Vite single-page apps with client-side rendering and separate edge functions for backend-like logic.
  • The new stack adds SSR, SSG, and CSR per route, plus integrated server functions that keep server-only logic inside component files.
  • Lovable says it chose TanStack Start for React compatibility, deployability, SSR support for indexing, and its type-safe developer tooling.

Hottest takes

"Great, another framework" — @skepticaldev
"An empty plate plus instructions" — @frontendgremlin
"The page finally shows up with actual words on it" — @shipitnow
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.