Changelog
What we have shipped
Notable releases, in reverse chronological order. Smaller fixes ship continuously and are not listed here.
- v0.4.2May 7, 2026feature
Browser sign-in, dashboard auth, and Stripe auto-provisioning
- Magic-link sign-in for the dashboard. Same email, same account whether you sign in from the browser or from MCP.
- Real session cookies, sliding 30-day expiry, instant revocation from settings.
- Stripe products and prices auto-provision on the first paid request. Just paste STRIPE_SECRET_KEY.
- Customer portal wired in for plan changes and invoice downloads.
- Per-account isolation across the dashboard. No more shared scan visibility in dev.
- v0.4.1April 22, 2026improvement
AEO and GEO coverage upgrade
- New checks for FAQ schema, Article schema, llms.txt presence, and rendered citation surface.
- Issues now tagged with whether they affect SEO, AEO, GEO, or several at once.
- Fix recipes split per surface so the AI prompt explains the why for the engine that cares.
- v0.4.0April 8, 2026feature
MCP server, RFC 8628 device flow
- Crawlfix MCP server with run_scan, get_audit_history, get_issues, get_fix_prompts, verify_fix, compare_competitor, export_report.
- Device-flow login so agents grab a token without copy-pasting through the browser.
- Tier-gated tools surface a structured payment_required error with ready-to-click checkout URLs.
- v0.3.2March 24, 2026improvement
Scanner: trust & safety module
- Web Risk and URLhaus checks integrated for trust scoring.
- Sensitive-file probes (.env, .git/config, source maps) added to the audit pipeline.
- Security headers analysis surfaces missing CSP, HSTS, and X-Frame-Options as issues.
- v0.3.0March 4, 2026feature
Verification scans + competitor compare
- Re-scan a preview URL after a fix and get a fixed / still-present / newly-introduced diff against the original.
- compare_competitor MCP tool runs a side-by-side audit of any two URLs.
- Audit history view added to the dashboard.
- v0.2.0February 11, 2026feature
AI verdict + framework-specific fix recipes
- Every report now includes an AI verdict, executive summary, and developer summary.
- Fix recipes ship per framework: Next.js, Nuxt, SvelteKit, Vue, Angular, Remix, plain React.
- DigitalOcean GenAI as the inference backend.
- v0.1.0January 18, 2026
Public beta
- Initial scanner: raw HTML, headless Chromium render, raw vs rendered diff.
- Issue detection across indexability, metadata, content visibility, links, schema, hydration.
- Free single scan from the marketing site, anonymous unlock cookie for one-off purchases.