Changelog

What we shipped.

The reverse-chronological record. Bigger releases get a version stamp. Smaller work goes in too because honest is better than tidy.

May 2, 2026
v0.4

Light theme, scroll reveals, and the legal trio

  • shipLight theme that actually reads on white. Toggle in the nav.
  • shipScroll-driven reveals on every public page.
  • shipTerms, Privacy, Cookies, Security pages, plus a cookie consent banner.
  • tweakMarketing copy combed for em dashes and AI-prose tells.
  • fixSign-up defaults to password mode now that magic links need a real Resend key.
April 28, 2026
v0.3

Dashboard wired end-to-end

  • shipFull dashboard: overview, transactions, rules, connections, billing, settings.
  • shipWeb Push subscription flow with allow/block in the notification itself.
  • shipStripe Customer Portal for subscription management.
  • tweakVerdict cards: bigger gutters, better hover states.
April 22, 2026
v0.2

The flagship verify endpoint

  • shipPOST /v1/verify runs trust + listing + rules in parallel.
  • shipThree verdict outcomes: approve, review, block. Reasoning shown per pillar.
  • shipMCP server with three tools, packaged as npx @watchpost/mcp.
  • notep95 verdict latency hovering around 740 ms with the listing model warm.
April 14, 2026
v0.1

First commit

  • shipPostgres schema, Prisma client, seed data.
  • shipHono API on Node 20, better-auth wired up, Stripe Subscriptions ready.
  • shipMarketing site shell on Next.js 15.