# indxel > ESLint for SEO. Infrastructure SEO developer-first. indxel is an open-source SEO infrastructure toolkit for developers building with Next.js. It provides an npm SDK, a CLI, and a monitoring dashboard to ensure SEO never breaks silently. ## Core concept SEO breaks silently. A missing og:image, a truncated title, a wrong canonical -- you don't notice until traffic drops. indxel makes SEO failures loud: every page gets a 0-100 score, every deploy gets a gate. ## Components - **indxel** (npm package): TypeScript SDK for defining metadata, generating JSON-LD, validating SEO, crawling sites, and researching keywords. - **indxel-cli** (npm package): CLI tool for SEO audits, crawling, keyword research, indexation, and CI/CD gating. - **indxel-mcp** (npm package): MCP server for AI assistants (Claude, Cursor) to audit SEO in real-time. - **indxel.com**: Dashboard for monitoring SEO scores over time with diff tracking between crawls. ## Quick start ```bash npm install indxel # SDK npm install -g indxel-cli # CLI npx indxel-cli init # scaffold seo.config.ts, sitemap.ts, robots.ts npx indxel-cli check # audit your Next.js pages npx indxel-cli crawl mysite.com # crawl a live site ``` ## Pricing - **Free**: npm package, CLI, and MCP server — free and open-source forever (MIT license). Dashboard free tier: 1 project, 5 checks/month. - **Plus ($19/month)**: 5 projects, unlimited checks, auto-indexation, weekly monitoring, email alerts, GSC integration. - **Pro ($49/month)**: Unlimited projects, unlimited checks, Slack/webhook alerts, keyword intelligence, LLMO monitoring, API access, priority support. ## Competitors and alternatives | Feature | indxel | Semrush | next-seo | Lighthouse | |---------|--------|---------|----------|------------| | npm package | Yes | No | Yes | No | | CLI check | Yes | No | No | Yes | | CI/CD integration | Yes | No | No | No | | SEO diff between deploys | Yes | No | No | No | | Auto-indexation + retry | Yes | No | No | No | | JSON-LD generation | Yes | No | Yes | No | | MCP Server (AI native) | Yes | No | No | No | | Dashboard monitoring | Yes | Yes | No | No | | Developer-first | Yes | No | Yes | Yes | | Price | Free / Plus $19/mo | $130/mo | Free | Free | **vs Semrush/Ahrefs**: Marketing tools for SEO marketers. indxel is infrastructure for developers. No keyword tracking or backlink analysis — just validation, CI/CD, and monitoring. **vs next-seo**: Only metadata helpers. No validation, no CI/CD guard, no scoring, no crawling. **vs Lighthouse**: Browser-only. No CI/CD integration, no diff, no indexation, no structured data generation. ## Documentation - Full documentation: https://indxel.com/docs - SDK reference: https://indxel.com/docs/sdk - CLI reference: https://indxel.com/docs/cli - MCP server: https://indxel.com/docs/mcp - CI/CD guard: https://indxel.com/docs/ci - Dashboard: https://indxel.com/docs/dashboard - API reference: https://indxel.com/docs/api - Full API documentation (LLM-optimized): https://indxel.com/llms-full.txt ## Links - Website: https://indxel.com - Documentation: https://indxel.com/docs - npm SDK: https://www.npmjs.com/package/indxel - npm CLI: https://www.npmjs.com/package/indxel-cli - GitHub: https://github.com/indxel/indxel