For engineers and contributors. User-facing documentation lives at /docs.

Release report — v1.10

Status: In progress


Summary

v1.10 ships updated branding (typography, logo and icon), sign-in-required flow (no guest run), pricing folded into the landing page, and the in-app docs site with architecture content and versioned release reports (v1.9, v1.10).


What shipped

Product

  • New font and typography: design tokens, globals.css, layout, and brand SVGs updated; BRAND.md and TYPOGRAPHY_REFACTOR_SUMMARY.md added.
  • New logo and icon: light/dark variants in public/; NavbarLogo updated and used consistently across the app.
  • Navbar consistency: blog, crawl, dashboard, login, pricing, report readonly, and result pages all use the same navbar.
  • Mandatory sign-in: guest run removed; analyze requires sign-in; landing and result copy aligned (5 free analyses/month).
  • Pricing on landing only: separate pricing page removed; pricing integrated into landing; billing checkout and dashboard updated accordingly.
  • Dashboard: runs page removed.

Distribution

  • No new distribution assets in this release.

Docs

  • In-app docs site: sidebar, catch-all slug layout, MermaidDiagram component; sections: Overview, How it works, Architecture, API & integration, Release (auto-discovered docs/vX.Y/ folders with release-report.md), Examples.
  • Architecture docs: agents-overview, interns, report-agents, background-flow, plus existing system-architecture, evidence taxonomy, agent contracts, etc.; architecture README updated with release-report rule.
  • Release reports: v1.9 and v1.10 report; lib/docs/build-doc-tree.ts builds Release section from version folders.
  • Health API: app/api/health/route.ts added.
  • Docs UI color fix in docs page component.

Key decisions

  • Mandatory sign-in: no guest run; analyze and first-run require sign-in (consistent with v1.9 copy: 5 free/month).
  • Pricing on landing only: single pricing page removed to simplify navigation and messaging.
  • Docs site with release reports: in-app docs include a Release section that auto-discovers docs/vX.Y/release-report.md so each version is documented before merge to main.