Changelog

What’s new.

Honest log of what shipped, what fixed, what we're still working on. No marketing spin.

2026-05-14

MCP write-path fix + branded gates

  • deploy_page via the remote MCP connector now accepts the OAuth tokens issued to Claude.ai, not just CLI-issued Supabase JWTs.
  • Password gate pages show the page's own title, accent color, and a 'made with Pagenta' link on free-plan pages instead of a generic prompt.
  • Pages dashboard: search by title/slug, sort by Recent / Trending / Most viewed / A→Z / Oldest / Expiring, and a workspace filter when you have portals.
  • Trending detector — pages whose views jump 3× vs the prior 7-day average get a flame icon on the card.
  • Free pages now always show the Remix button (it's part of the free-tier badge); Pro/Studio can hide it.
2026-05-13

Per-page icon override + share-link tokens

  • Custom icon name + color per page, used in PWA install icons and the OG image.
  • Time-bound, use-count-tracked share-link tokens for bypassing password and portal gates.
  • Rename Clients → Portals across the UI.
  • Layered governance on outbound API calls (per-page, per-IP, per-account hourly + daily caps).
2026-05-12

Remote MCP server

  • Bearer-token auth so any MCP client that accepts a token can connect.
  • OAuth 2.1 + PKCE + Dynamic Client Registration so claude.ai can install us in one click.
  • Connected apps panel for reviewing and revoking active OAuth grants.