Roadmap
What’s shipped, what’s in beta, and what’s next for Crawl.
Status
Public Beta
Wayback snapshots
AI Tools
Latest update
Added Evolution tracker to AI Tools.
Oct 12, 2025
Links
AI Tools
BETAOpen any snapshot, then tap the menu (☰) → AI Tools.
Summarize this page
Extracts title, bullets, key points, entities and dates from the current capture.
Server:
summarize.php
Uses: text extraction
Popularity predictor
Heuristic score using on-page signals (links, images, social, keywords).
Server:
popularity.php
Signals-based
Evolution tracker
NEWCompares two archived snapshots (earliest per chosen years) and highlights changes to content, layout/structure, and SEO elements (title, canonicals, H1/H2/H3, schema types, outbound hosts).
- Side-panel UI with year pickers (From → To) and one-click Swap.
- Textual diff (truncated) with add/remove highlighting.
- Structural deltas (tag counts), heading changes, and schema deltas.
Client:
diff-match-patch
Server: fetch_snapshot_html.php
Wayback-safe fetch
How it works
- Fetch snapshots via
fetch_snapshots.php(Wayback CDX) and populate Year dropdown. - Evolution tracker selects earliest captures for the chosen years.
- Server fetch (
fetch_snapshot_html.php) returns HTML for each capture (Waybackid_mode). - Client strips archive UI/scripts, extracts text + SEO, then runs a semantic diff for content and computes structure deltas.
Changelog
Oct 12, 2025
Evolution tracker added to AI Tools panel (menu ☰ → AI Tools → Evolution tracker). Includes year pickers, HTML fetcher, text diff, heading/schema/link host deltas.
Sep 2025
Introduced Popularity predictor and Summarize features.
Initial Beta
Wayback year-jump browser with earliest-per-year capture loading.
Upcoming
Planned- Exact-date compare: choose specific capture timestamps (not just earliest-per-year).
- Export: download diff report as HTML/Markdown.
- Accessibility signals: ARIA landmarks and contrast checks in the evolution summary.