Changelog

A public record of what ships. No announcement posts — just the work.

·v0.6.0Feature

SEO & Discoverability

  • +Dynamic OG image generation for every page and domain
  • +Programmatic SEO pages: color archive, font archive, alternative comparisons
  • +Dynamic sitemap from the domains database
  • +JSON-LD structured data (WebApplication + Dataset schemas)
  • +Public changelog (you're reading it)
  • +Canonical links across all pages
·v0.5.0Launch

Public API & Pricing

  • +Public REST API: domain snapshots, diffs, icon search, token export
  • +API key system with SHA-256 hashed storage
  • +Freemium tiers: Anonymous → Free → Pro → Studio
  • +API documentation page with code examples
  • +Pricing page with tier comparison
·v0.4.0Feature

IconSearch Experience

  • +Icon search landing at /icons — browse every SVG in the archive
  • +Per-domain icon gallery at /icons/[domain]
  • +Icon detail panel: copy SVG, download .svg, color chips
  • +Icon style classification: outline, filled, duotone, logo
  • +Icon counts integrated into domain archive headers
·v0.3.0Feature

Public Browse Experience

  • +Public domain directory at /browse — search and filter archived design systems
  • +Domain archive pages at /[domain] — snapshot timeline, token summary
  • +Snapshot detail pages at /[domain]/snapshots/[id]
  • +Side-by-side diff view at /[domain]/diff/[a]...[b]
  • +SEO metadata (generateMetadata) on every archive page
·v0.2.0Feature

Crawl & Archive Pipeline

  • +Background crawl queue with retry (3×, exponential backoff)
  • +POST /api/crawl — enqueue any URL for background inspecting
  • +GET /api/crawl/[jobId] — poll job status
  • +Per-domain recrawl scheduling
  • +Crawl observability: durations, failure reasons, token delta
·v0.1.0Launch

Persistent Archive Core

  • +Permanent storage — no more 30-day TTL
  • +Snapshots table: immutable, timestamped, content-hashed
  • +Snapshot diffs table for change tracking
  • +Icons table for indexed SVGs
  • +Deduplication: identical payloads are skipped, not re-stored
·v0.0.1Launch

Initial Release

  • +URL inspector: paste any URL, inspect colors, fonts, spacing, shadows, icons
  • +VS Code extension v0.1.0-alpha
  • +Studio editor at /studio
  • +Demo sandbox at /demo
  • +Share pages at /s/[id] with dynamic OG metadata
  • +Export: CSS, Tailwind, TypeScript, W3C DTCG JSON
  • +GPL-3.0 open source license

UI Archive is open source on GitHub. Contributions welcome.

Back to archive