Changelog
What's new in AIScan
A running log of releases, features, and improvements. Built in public.
v1.9.0
June 23, 2026Global layout & detection accuracy
- newGlobal site header and footer now appear on every page (scan results, profile, admin, how-it-works, changelog, auth, 404).
- fixedReplit detection now uses attribute-scoped scanning (src/href values) to avoid false positives on body text, while correctly identifying custom-domain Replit sites.
- fixedLovable detection for custom domains — detects via data-lovable-id, lovable-tagger scripts, lovableproject.com references, and meta generator tag.
- fixedaiscan.site no longer misidentified as Replit.
v1.8.0
June 23, 2026User accounts & privacy
- newUser profile page at /profile with full scan history (public + private).
- newEditable display name on profile page.
- newPublic/private scan toggle on the scan form — private scans only visible to their owner.
- improvedLogged-out users attempting private scans see a sign-in prompt instead of being silently blocked.
- newHeader avatar dropdown for logged-in users with Profile, Admin (if applicable), API Keys, and Sign out.
v1.7.0
June 23, 2026API keys & agent authentication
- newAPI key system — generate named keys (ask_…) from your profile page.
- newMCP and REST API now accept Authorization: Bearer ask_… for authenticated scans attributed to your account.
- improvedAll fix guides now lead with AIScan's own tools (Claude skill, MCP, REST API) as the primary fix path before manual steps.
- newPlatform-specific fix guidance for Lovable and Replit projects.
v1.6.0
June 23, 2026Community scans & public result pages
- newCommunity scan feed on the homepage showing the latest 10 public scans with favicons, scores, and grade badges.
- newBrowse all public scans at /scans.
- newSEO-friendly public scan result pages at /scan/[id] with full OG metadata and canonical URLs.
- newDynamic sitemap includes all public scan result pages.
- newScan results now saved to the database on completion (previously only computed client-side).
v1.5.0
June 23, 2026Admin panel
- newRole-based access system with admin/user roles.
- newAdmin dashboard at /admin — total scans, registered users, score distribution, top domains, recent scans table, and full user list with role badges.
- fixedAdmin redirect no longer fires before role is resolved from the database.
- newAdmin link appears in the header dropdown only for admin accounts.
v1.4.0
June 23, 2026Agent surface polish
- newPublic REST API now serves a designed HTML docs page at /api/public/scan when opened in a browser, with a try-it form and example curl commands.
- newFull favicon + PWA manifest set (16, 32, 180, 192, 512, .ico) so the icon shows in browsers, mobile home screens, and link previews.
- newChangelog page (this one) — link in the footer.
v1.3.0
June 23, 2026Smarter detection & cleaner sharing
- improvedFramework detection now identifies Astro, Next.js, Nuxt, SvelteKit, Remix, Gatsby, Angular, Vue and React — meta-frameworks take priority over generic library matches.
- newServer-side report storage with short share URLs — aiscan.site/r/abc12345 instead of a giant base64 hash. Each report has its own OG metadata.
- fixedReplaced the brittle hash-based share link with a proper Create-share-link → copy flow.
v1.2.0
June 13, 2026Built for AI agents
- newProgrammatic scan API at /api/public/scan (GET + POST) with 5 req/min rate limiting per IP.
- newMCP server at /api/mcp exposing scan_website, get_fixes, and get_grade tools.
- newAgent Skill (aiscan-skill.json) and Claude Code skill (CLAUDE.md) available as one-click downloads.
- newAgent integration panel on the homepage with direct copy buttons for the MCP URL and CLAUDE.md.
- newDiscovery files: llms.txt, /.well-known/api-catalog, /.well-known/mcp/server-card.json, and robots.txt entries that explicitly allow AI crawlers.
v1.1.0
June 10, 2026Better reports, faster fixes
- newQuick wins panel surfaces the highest-impact failing checks first.
- improvedCollapsible check sections grouped by dimension (Discoverability, Content, Bot access, Capabilities, Commerce).
- newPer-check Fix-with-AI prompts that open directly in ChatGPT or Claude with the right context pre-loaded.
- newEmbeddable score badge at /api/public/badge.svg.
- improvedRefreshed submit form and site header.
v1.0.0
June 9, 2026Initial release
- newAI-readiness scanner covering 25+ checks across discoverability, content, bot access, capabilities, and commerce.
- new5-level scoring system (Invisible → Agent-Native) with letter grades A–F.
- newPlatform detection for WordPress, Shopify, Lovable, Replit, Bolt, Next.js, and more — each with platform-specific remediation.
- newPlain-English fix guides with ordered steps and copy-pasteable code.
- newStreaming scan progress UI with live per-check updates.
- newShareable HTML reports with print-friendly styles.
Have feedback or a feature request? Reach out.