Vibe
The runnable app people open in the browser.
A vibe is the interactive part of the project: the page, toy, demo, tool, game, or experiment people can run and remix.
Lingo
Vibecodr has a few house words. They are not there to sound clever. They are just short names for the things you will actually see while building, publishing, and remixing.
If you only learn four of them, learn these: a Vibe is the thing people open, a Pulse handles backend work, a Combo uses both, and BUMP IT is how you update a project without starting over.
The vocabulary should make the product easier to hold in your head. If a word does not help someone build, publish, remix, or stay safe, it has not earned the room.
Vibe
A vibe is the interactive part of the project: the page, toy, demo, tool, game, or experiment people can run and remix.
Pulse
Pulses handle things like secrets, scheduled jobs, outside APIs, and other work that should not live in public browser code.
Combo
Some projects are just a vibe. Some need both the interactive front end and a backend helper. When both are present, that is a Combo.
BUMP IT
BUMP IT lets you publish a new version while keeping the public link, identity, and history tied to the same work.
Most terms point to a boundary: editable source versus published artifact, browser code versus backend work, public playback versus private capability.
Capsule
Think of a capsule as the editable home for the code and assets behind a project.
Artifact
An artifact is the published cut Vibecodr can point to later, which is how version history, pinned embeds, and rollbacks stay understandable instead of turning mushy.
Player
The player gives a vibe more room to run while still keeping the social context nearby.
Route intent
You do not need this term every day, but it helps explain why some pages are built for discovery while others are just utility surfaces inside the app.
Use the glossary for quick footing, then jump into the docs when you need examples, file layout, or exact runtime behavior.
Short answers for the places where marketing copy should stop hand-waving and say the plain thing.
Because the same few patterns come up over and over. Short, consistent names make it easier to understand what you are building and where a new feature belongs.
Not exactly. A post is the social container; a vibe is the runnable software unit attached to that social context.
Yes. They are not just branding words. They point to real differences between browser-side code and backend-side work.
Start here, then use the docs and the linked pages if you want the deeper version with examples.