Open-source CLI for localhost SEO audits
curl -sSfL https://raw.githubusercontent.com/ugolbck/seofordev/main/install.sh | bash
seofor.dev is a command-line tool that audits your localhost development server for SEO issues. It crawls your site, analyzes each page, and generates AI-ready prompts you can paste into Claude, Cursor, or ChatGPT to fix problems automatically.
Built for developers who want to ship SEO-optimized sites without leaving the terminal. Works with any framework — Next.js, Django, Rails, Laravel, Astro, and more.
# Install
curl -sSfL https://raw.githubusercontent.com/ugolbck/seofordev/main/install.sh | bash
# Run your dev server, then audit it
seo audit run --port 3000
# List past audits
seo audit list
# Submit URLs to search engines
seo index submit https://example.com/new-page
MIT — free and open source.