Developer Guide

CLI SEO Tools
for Indie Developers

Command-line SEO automation that actually works.
Developer-first tools for optimizing websites, generating content, and launching products.
Built for indie hackers who prefer terminal over GUI.

Why CLI for SEO?

Terminal > GUI for automation

Scriptable

Automate with bash, cron, CI/CD

Batch Processing

10,000 pages, one command

Git-Integrated

Version control for all changes

Zero GUI

Perfect for headless workflows

Essential Commands

Everything you need to launch and optimize

Launch a New Project

# Set API key (one time)
nimbus set-api-key YOUR_KEY

# Create project from codebase
nimbus sync-project --name "My SaaS" \
  --domain mysaas.com \
  --extract \
  --folder dist/

# Generate landing pages
nimbus generate --tone startup

# Deploy
nimbus deploy --platform cloudflare-pages

Optimize Existing Site

# Sync existing project
nimbus sync-project --link project:abc123 \
  --extract \
  --folder dist/

# Optimize pages (choose tier)
gulp nimbus:meta --batch prod --tone corporate
gulp nimbus:above-fold --batch prod --tone premium
gulp nimbus:full-page --batch prod --tone mom-n-pop

# Apply changes
gulp nimbus:apply --batch prod \
  --dest ../dist-optimized

CLI Use Cases by Market

💻
Indie Developers

Optimize side projects fast

nimbus generate --name "My App"
Learn More
🚀
SaaS Founders

Scale docs and content

gulp nimbus:full-page --batch docs
Learn More
🏢
Agencies

Batch process for clients

nimbus upsert-pages --concurrency 10
Learn More

Advanced CLI Features

Version Control

Track all optimizations with before/after scoring and rollback capability.

Batch Concurrency

Process multiple pages simultaneously with configurable concurrency levels.

CI/CD Integration

Run in GitHub Actions, GitLab CI, or any automation pipeline.

Analytics Tracking

Track optimization impact with real-time analytics and conversion metrics.

Start Optimizing From Your Terminal

Join developers who automated SEO and launched faster. CLI access included in all plans.