Vibecoding creates the Vercel project on your account, configures env vars, sets up preview deploys per chat turn, and never sits in the request path. Your hosting bill, your dashboards, your control.
Linked to a GitHub repo we cut for you. Production branch + preview branches configured automatically.
Every secret your site needs is set on your Vercel project. Encrypted at rest by Vercel, never logged.
Add your domain in the Domain tab. We configure DNS instructions and the SSL cert is automatic via Let's Encrypt.
Every change you ship goes to a preview URL first. Review it, then click Publish to push to production.
Scheduled tasks run on Vercel — newsletter digests, lead reminders, health pings — all on your account.
Pages cached at the Vercel edge worldwide. Built-in analytics on by default if your plan includes them.
From your Vercel dashboard, two values. Encrypted at rest, used only to provision and deploy.
You can revoke the token anytime in Vercel settings and Vibecoding stops being able to deploy. Your site keeps running.
Hobby (free) is enough for a personal site. If you want cron jobs more than once per day, custom domains beyond one, or team collaboration, the Pro plan is recommended. Vibecoding works on both — we adapt the build pipeline to whatever your plan allows.
No. Your Vercel plan is billed directly by Vercel to whatever payment method you have on file with them. Vibecoding only charges credits for the AI chat and the skeleton features you wire in.
Yes. In the Connections tab, paste your token and (optionally) your Vercel team ID. Builds will be scoped to that team.
Full account scope. The token creates the project, configures env vars, attaches domains, triggers deploys, and reads deploy status. Generate it at vercel.com/account/tokens — name it "vibecoding" so it's easy to revoke later.
Every chat turn pushes to a feature branch which Vercel auto-deploys to a preview URL (e.g. studio-interiors-preview-3f9a.vercel.app). When you click Publish, Vibecoding merges the branch into main and your production domain updates within ~30 seconds.
Yes — through the Vercel dashboard (Deployments tab → Promote to Production on a previous deployment). Vibecoding's preview/publish pattern usually catches issues before they hit production, but the safety net is there.