Core concepts
How VibeX works
From your prompt to a running app — what happens under the hood.
When you describe an app, VibeX's agent plans the work, writes real code, and runs it in an isolated cloud sandbox so you can see it immediately.
The build loop
- You send a prompt (your first idea, or a follow-up change).
- The agent edits files and runs your app in a sandbox.
- If a build error occurs, VibeX attempts to fix it automatically.
- On success, your work is snapshotted as a checkpoint.
The live preview
Your app runs in a secure microVM and is shown in the preview pane. Because it's real code running for real, what you see is what you'll get when you export it.