Command Line Interfacezoobicon.sh

Build From Your
Terminal.

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.

View All Commands
zsh — zoobicon
$ 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.com

Every Command
You Need

Setupzb init
Generatezb generate
Generatezb generate --template saas
Generatezb generate --framework react
Editzb edit "make the header sticky"
Previewzb preview
Deployzb deploy
Deployzb deploy --domain mysite.com
SEOzb seo audit
SEOzb seo campaign --mode aggressive
Videozb video create --platform tiktok
Managezb sites list
Managezb sites export --format zip
Batchzb batch generate sites.csv
Authzb auth login
CI/CD Ready

Deploy on
Every Push

Drop Zoobicon into your CI/CD pipeline. Generate, audit, and deploy automatically on every commit. Works with GitHub Actions, GitLab CI, and any pipeline runner.

Generate sites from config files in your repo
Run SEO audits as quality gates
Auto-deploy to production on merge to main
Slack/Discord notifications on deploy
.github/workflows/zoobicon.yml
# .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 🚀"

Instant Generation

Generate full websites from your terminal in seconds. Pipe output, redirect to files, chain with Unix tools.

One-Command Deploy

Deploy to a free zoobicon.sh subdomain or your custom domain. SSL included, CDN included.

Multi-Framework Output

Output as HTML, React, Next.js, Vue, Svelte, or Astro. Framework flag on every command.

Watch & Rebuild

Watch mode re-generates your site whenever you update the prompt file. Live reload included.

Git Integration

Auto-commit generated code. Branch per generation. Diff between versions.

CI/CD Pipelines

GitHub Actions, GitLab CI, Bitbucket Pipelines — deploy on every push with SEO checks.

Free Hosting

Every Site Gets a
yourname.zoobicon.sh Domain

Instant deployment to our global CDN. Free SSL, DDoS protection, and 99.9% uptime. Upgrade to custom domains anytime.

myportfolio.zoobicon.sh
client-store.zoobicon.sh
my-startup.zoobicon.sh

Install in 10 Seconds

One command. Infinite power.