v0.1.0 — SeoFlow open-source launch
SeoFlow v0.1.0 — the AI SEO pipeline that lives in your repo, not a SaaS dashboard.
Highlights
- 12-step pipeline — keywords, meta, links, images, neuron, content, review, schema, quality, technical, fact-check, report
- 20+ interactive SEO agents auto-installed into Kiro, Claude Code, Cursor, Copilot, Windsurf, OpenCode, Codex, Cline, Lingma, Zed
- 6 LLM providers with auto-fallback — Gemini, OpenRouter, Anthropic, Claude CLI, Codex CLI, Gemini CLI
- Self-learning priority system — records what actually moved the needle on GSC and re-ranks the next run
- Graceful degradation — never crashes because a key is missing; silently skips that step
- One-command URL audit —
npx seoflow audit https://yoursite.comworks with zero API keys - Brain vault — working memory and cross-session audit trail saved to
.seoflow/brain/ - Optional extensions — ahrefs, dataforseo, firecrawl, unlighthouse, banana (image-gen), and more
Install
bash <(curl -s https://raw.githubusercontent.com/imsankz/seoflow/main/install.sh)
npx seoflow init
npx seoflow statusVerification
- Build: clean (
npm run build) - Tests: 50/50 passing (
npm test) - CI: GitHub Actions (Node 20, build + test on push/PR to main)
See CHANGELOG.md for the full changelog.