Under the hood, for when you want it
None of this is required reading. But when a project grows up, the machinery is already waiting: real backends, hard isolation, clean versioning, and one app that shows up everywhere.
Backends, when earned
Add a Pulse and your app gets a real backend, with no servers to run.
When a project needs secrets, a database, a scheduled job, or a call out to Stripe, GitHub, or OpenAI, drop a file in src/server/ and it deploys as an /api endpoint on managed edge infrastructure. You write the function; Vibecodr runs, scales, and secures it.
Safe to open
Every app runs sealed off from your account and everyone else's.
Code executes in an isolated, cross-origin sandbox that cannot reach your data, your session, or another app on the page. That isolation is the whole reason pressing play on a stranger's app is a non-event.
Versions, not link rot
BUMP IT ships the next cut to the same page and link.
Improve your app and the public URL, embeds, and history all stay intact. Older cuts stay around for rollback. One identity, many versions, no fragmentation.
One app, everywhere
The thing people discover is the thing that runs.
You never maintain a 'demo' and a 'real' version. The same app shows up in feeds, on its own page, and inside embeds — always live, always current.