Local-first competitive SEO intelligence tool that crawls your site and competitors, extracts structured data via local AI (Ollama), stores results in SQLite, and performs competitive gap analysis via cloud AI (Gemini/Claude/GPT). Current stable version is 1.5.46, released frequently via npm. Requires Node.js 22.5+ (uses built-in SQLite). Differentiator: fully local data storage, free tier for crawl and basic SEO audit, paid Solo tier (€19.99/mo) for full analysis pipeline. No external database or SaaS dependency for data storage.
npm install seo-intelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs globally, runs setup wizard, crawls a project, generates HTML dashboard, and serves it locally.
Upgrade Node.js to version 22.5.0 or higher.
Install Ollama from https://ollama.com and pull a Qwen model (e.g., qwen:0.5b).
Ensure you have a valid license key and registered email. Run 'seo-intel license --set-email your@email.com'.
Use 'seo-intel serve --port 4000' to specify a different port.
Either start OpenClaw agent, or use 'seo-intel setup --classic' for traditional wizard.
Upgrade Node.js to v22.5.0 or later.
Install Ollama and run 'ollama serve' before using extract commands.
Set email with 'seo-intel license --set-email your@email.com' or re-register.
Kill the process or use 'seo-intel serve --port 4000' to use a different port.
Ensure npm global bin directory is in PATH (usually ~/.npm-global/bin or /usr/local/bin). Reinstall with 'npm install -g seo-intel'.