Vibe
The runnable app people open and play with in the browser.
A vibe is the interactive part of a project: the page, toy, demo, tool, game, or experiment anyone can press play on and remix. Example: "Just shipped a new vibe."
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 Remix is how you make someone else’s vibe your own, BUMP IT updates a project without starting over, and the Studio is where it all takes shape.
The words the rest of the product leans on. The vocabulary only earns its keep if it helps you build, publish, remix, or stay safe, and these four carry most of the weight.
Vibe
A vibe is the interactive part of a project: the page, toy, demo, tool, game, or experiment anyone can press play on and remix. Example: "Just shipped a new vibe."
Remix
Remixing gives you your own copy to build on while the link back to the original stays visible. Evolution in the open instead of a quiet copy-paste. Example: "I remixed your game to add a boss level."
BUMP IT
BUMP IT publishes a new version while keeping the same public link, identity, and history tied to the same work. It creates a fresh cut and preserves the old ones for rollback, so the URL and embeds never rot. Example: "I used BUMP IT to ship the new version without making a second app card."
Studio
The Studio is where a project takes shape: paste or upload code, watch it run, and tune it until it is ready to share. Example: "Head to the Studio to start building."
Words you will pick up as you go: from the workspace you build in to the automations that run while you sleep. The supporting cast, defined plainly with a line of real usage.
Vibe coding
Vibe coding is the loop Vibecodr is built for: paste, upload, or generate code — often with an AI — then run it, share it, and remix it until it is right, instead of hand-writing every line up front. Example: "I vibe coded a little budget tracker over coffee."
Vibecoder
A vibecoder turns ideas into running, shareable apps — sometimes a seasoned engineer, sometimes someone who started talking to an AI last week. On Vibecodr, everyone who publishes a vibe is one. Example: "Half my feed is vibecoders shipping weird little tools."
Capsule
Think of a capsule as the home for the code and assets behind a project, before and between publishes — the editable source, not the frozen public copy. Example: "I saved this build in a new capsule."
Pulse
A Pulse handles the work that should not live in public browser code: secrets, storage, scheduled jobs, and calls out to other services. You reach for it only when the project actually needs it. Pulses are in early access. Example: "I added a Pulse to handle the newsletter signup."
Combo
Some projects are just a vibe. Some need both the interactive front end people open and a backend helper doing trusted work. When both are present, that is a Combo. Combos build on Pulses, so they are early access too. Example: "This is a combo: UI up front, real backend logic behind it."
Flow
The unbroken stretch where the work just moves and you stop fighting the tools. Vibecodr is tuned to get you there and keep you there. Example: "I'm in the flow right now — do not interrupt."
Params
Params are the knobs a vibe exposes. Change a few values, press play again, and watch the thing respond — no code edit required. Example: "Try tweaking the params to see what changes."
Automation
Automations connect events, schedules, and webhooks to your Pulses, so the boring part runs itself instead of waiting on you. Example: "I set up an automation to ping me when errors spike."
Schedule
A schedule runs work every hour, every day, or whenever you pick — no coding required, just choose the times and let it go. Example: "I scheduled my report to run every morning at 9am."
Webhook
When a service like Stripe or GitHub sends a webhook, your Pulse can react to it. It is how apps tell each other that something just happened. Example: "When Stripe sends a webhook, my automation sends a receipt."
Use the glossary for quick footing, then jump into the docs when you want examples, file layout, or the exact runtime behavior behind a term.
Short answers for the places where marketing copy should stop hand-waving and say the plain thing.
No. If you only ever learn four words, learn Vibe, Remix, BUMP IT, and Studio. The rest you will pick up the first time you trip over them while building.
Because the same few patterns come up over and over. Short, consistent names make it easier to hold the product in your head and to know where a new feature belongs.
Not quite. A post is the social container; a vibe is the runnable software attached to it. You can post a thought with no vibe, and a vibe always lives inside a post.
Yes — they are not just branding. They mark the real line between browser-side code anyone can run and backend work that needs secrets, storage, or trust.
Start with the glossary — the A–Z of house words and standard dev terms — then jump into the docs when you want examples, file layout, or the exact runtime behavior behind a term.