A vibe is meant to be opened, not just looked at.
People can interact with it immediately instead of landing on a static preview or screenshot.
Vibecodr basics
A vibe is the thing people can actually open, play with, tweak, remix, and share on Vibecodr. It is not a screenshot and it is not just a code snippet. It is the client-side experience itself. Under the hood, it runs in the browser in a safe runtime environment on a separate host.
People can interact with it immediately instead of landing on a static preview or screenshot.
That separation is the whole trick: vibes stay playful and interactive while the platform keeps private resources out of reach.
Params let the same experience adapt to context, links, and embeds.
The object people open is the same object they can remix into their own work.
It behaves like real software people can open, while still staying attached to one public app people can share, revisit, and follow over time.
Where vibes show up
Vibes are attached to posts, which means they can show up across the feed, discover and profile surfaces, the full-screen player, and embeds without turning into a different product each time.
A vibe is attached to a post, so it can appear as part of the feed instead of living on an isolated demo island.
It stays easy to recognize as the same project while still being fully runnable when someone opens it.
That is the focused surface for actually running, interacting with, and tuning the experience.
They stay runnable and self-contained when you carry them into embeds.
How vibes run
Vibes run entirely in the browser. They load in a safe runtime environment on a separate host and talk to the main app through postMessage. There is no server-side Node.js runtime hiding behind the term.
The isolation exists to keep Vibecodr storage, cookies, and trusted platform state out of reach while still letting the experience run as real software.
Params, runtime coordination, and host communication move through that message bridge instead of sharing a trusted backend environment.
What vibes are good at
A vibe is the part of the project people can actually open, interact with, and pass around.
A vibe shines when people are meant to open it, try it, and feel what it does for themselves.
A vibe can adapt to where it is opened without pretending to be some entirely different project.
Publishing a vibe also makes it something people can discover, reopen, and share across Vibecodr surfaces.
The remix path is part of the product model, not an afterthought bolted on later.
Where the line is
Vibes are powerful, but they are still the client-side part of the project. Secrets, databases, and other protected resources belong in Pulses or other backend systems.
That boundary keeps trusted resources out of the browser side of the project and keeps the product honest about what a vibe can do on its own.
Those rules limit what the client-side experience can touch directly, so public code stays in a safe place.
It is the client-side experience. If you need backend help, that is exactly where Pulses come in.
When to add a pulse
A vibe is the client-side experience. A Pulse is what you add for trusted work like secrets, storage writes, OAuth connections, automations, or other backend execution. When both exist together, that becomes a Combo.
Upgrade path
That is the clean mental model: the vibe is what runs in the browser, the Pulse is the backend extension, and together they form the full-stack Combo shape.
FAQ
No. The thing people open runs in the browser. Publish packages it into an artifact and boots it in a protected playback environment, while any real server-side work lives in Pulses instead.
No. Vibes do not get direct access to secrets, D1, R2, KV, Durable Objects, or platform cookies. Trusted work has to go through a Pulse.
Yes. Remixing is a first-class part of the product. A vibe is designed to be something people can open, tweak, fork, and publish into their own version.
Use BUMP IT to publish the next version of the same vibe. Vibecodr creates a new cut, moves the live Drop on the same canonical app post forward, and keeps older cuts around for rollback or pinned embeds.
Yes. Start with the client-side vibe, then add a Pulse when you need trusted backend work. If the project has both, it becomes a Combo.