cli tool
You built it.
Now ship it.
Point viberocket at your repo. It buys the domain,
deploys to Vercel, configures DNS, sets up email.
60 seconds. $2.
$ pip install viberocket
copy
Demo
$ viberocket launch myapp.dev --repo you/myapp
checking domain availability...
✓ domain purchased — myapp.dev
✓ repo found — you/myapp (3 commits)
✓ vercel project deployed
✓ dns records configured
✓ resend configured — SPF/DKIM verified
done 47s live at https://myapp.dev
What it does
01
Buys the domain from your registrar at cost
02
Connects your repo — your existing GitHub project
03
Deploys to Vercel — project linked, first build triggered
04
Configures DNS — A, CNAME, verified
05
Sets up email via Resend with SPF/DKIM/DMARC
06
Generates .env with all project IDs and keys
Features
- 8 registrarsSpaceship, Namecheap, GoDaddy, Cloudflare, Porkbun, more
- Your repoWorks with any existing GitHub project
- ResumablePipeline picks up where it left off
- Encrypted tokensFernet encryption at rest, nothing plaintext
- OAuth loginConnect GitHub + Vercel once, launch forever
- IdempotentRun it twice, nothing breaks
Registrars
Spaceship
Namecheap
GoDaddy
Cloudflare
Porkbun
Name.com
Gandi
Dynadot
Pricing
$2 per launch
+ domain at registrar price. no subscription.
- Domain registered
- Your existing repo connected
- Vercel deploy + domain linked
- DNS configured + verified
- Email with SPF/DKIM/DMARC
- .env with all credentials
You already built it.
Now put it online.
$ pip install viberocket
copy