Vibe coding agent
A Lovable-style app builder you own end to end. Type a prompt, get a running app on a live preview URL, publish when it's ready.
I want , and I'll set it up with
$ npx polpo init vibe-coding-agent
What stays under your control.
You own the front end
The workspace talks to a builder agent that scaffolds a Vite + React project inside its own sandbox, implements your request, boots the dev server, and hands back a live preview URL.
The workflow is declared, not improvised
The agent doesn't freestyle. Two loops drive it: scaffold, then implement while the dev server boots in parallel.
A build gate routes to a repair agent whenever build.passed == false, and re-checks until it's green — so a broken build never reaches you.
An agent is a directory.
Five files you can read, diff and review like any other part of your codebase. Here they are, verbatim.
builder
Pragmatic coding agent
Model
Primary model for reasoning and tool calls
Boundary
The only directory this agent may touch — everything else is refused
Hard ceiling on a single run
Tools
9Run a shell command in the sandbox
Read a file before changing it
Create or overwrite a file
Apply a targeted edit
Find files by pattern
Search file contents
List a directory
Run the build, return a structured result
Deploy dist/ and return the live URL
Loops
2Scaffold, implement, gate the build, repair, serve
Verify, publish to Netlify, repair once, republish
System prompt
Your first agent, live in 60 seconds
Launch once. Scale from one agent to thousands.
Free tier · No credit card