The full power of Zoobicon in your command line. Generate sites, deploy, run SEO campaigns, and automate everything — all without leaving your terminal. Pipe-friendly. Script-ready. CI/CD-native.
$ zb generate "A landing page for an AI code review tool"
⚡ Zoobicon CLI v2.0.0
🔍 Analyzing prompt...
🎨 Selecting optimal design patterns...
⚙️ Generating HTML + CSS + JavaScript...
████████████████████████████████████ 100%
✓ Generated 4,832 characters
✓ Mobile responsive ✓ SEO optimized ✓ Accessible
✓ Saved to ./output/index.html
📦 Preview: zb preview
🚀 Deploy: zb deploy
$ zb deploy --domain codereview.ai
🌐 Deploying to codereview.ai...
🔒 SSL certificate provisioned
✓ Live at https://codereview.ai
$ zb seo campaign --domain codereview.ai --mode aggressive
🤖 SEO Agent activated
📊 Analyzing 47 competitor keywords...
📝 Content plan generated (12 articles)
🔗 Backlink outreach started (200 targets)
✓ Campaign running autonomously
✓ Weekly reports → your@email.comzb initzb generatezb generate --template saaszb generate --framework reactzb edit "make the header sticky"zb previewzb deployzb deploy --domain mysite.comzb seo auditzb seo campaign --mode aggressivezb video create --platform tiktokzb sites listzb sites export --format zipzb batch generate sites.csvzb auth loginDrop Zoobicon into your CI/CD pipeline. Generate, audit, and deploy automatically on every commit. Works with GitHub Actions, GitLab CI, and any pipeline runner.
# .github/workflows/zoobicon.yml
name: Zoobicon CI/CD
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Zoobicon CLI
run: npm install -g @zoobicon/cli
- name: Generate site from config
run: zb generate --config zoobicon.yml
env:
ZOOBICON_API_KEY: ${{ secrets.ZOOBICON_API_KEY }}
- name: Run SEO audit
run: zb seo audit --fail-under 85
- name: Deploy to production
run: zb deploy --domain mysite.com --env production
- name: Notify Slack
run: zb notify slack "Deployed successfully 🚀"Generate full websites from your terminal in seconds. Pipe output, redirect to files, chain with Unix tools.
Deploy to a free zoobicon.sh subdomain or your custom domain. SSL included, CDN included.
Output as HTML, React, Next.js, Vue, Svelte, or Astro. Framework flag on every command.
Watch mode re-generates your site whenever you update the prompt file. Live reload included.
Auto-commit generated code. Branch per generation. Diff between versions.
GitHub Actions, GitLab CI, Bitbucket Pipelines — deploy on every push with SEO checks.
Instant deployment to our global CDN. Free SSL, DDoS protection, and 99.9% uptime. Upgrade to custom domains anytime.