Skip to main content

Changelog

What has actually shipped, newest first. Anything not on this list is not built — including the parts of Studio and Agency whose plans name the phase they land in.

  1. Billing, the guest path, and the site you are reading

    Stripe subscriptions with entitlements that fail closed, a watermark decided where the pixels are, rate limiting on every write, an export outbox so a queued job is never a row nothing renders, and the editor open to anyone with no account at all. The first complete set any account exports is unwatermarked.

  2. The editor

    Freeform canvas with selection, transform handles, rotation, snapping and alignment guides across screens, a layer tree, text editing on the canvas, device frames, design tokens, a command palette, full keyboard operation and undo that cannot destroy the document. Preflight runs on every committed edit for every target the set lists.

  3. The render pipeline

    Exports render in a pinned headless Chromium from the same React components the canvas draws, are verified against the target's published rules before they are stored, and arrive as a deterministic ZIP with a provenance manifest. Byte-exact golden renders at every store target.

  4. Accounts, projects and assets

    Magic-link and GitHub sign-in, projects with autosaved revisions and optimistic concurrency, image upload with format sniffing and pixel limits, and private storage behind short-lived signed URLs. Every query is scoped to its owner and a foreign resource is a 404, never a 403.

  5. Foundation: the scene model and the store-rule registry

    One document model with per-target overrides, the exact-dimension registry this site publishes, geometry resolution shared by the editor and the exporter, and the preflight validators that cite the vendor page and the date it was read.

Everything above has shipped and is in the product today. What is not here — intelligence, localisation, store publishing and A/B automation, video, teams — is real work that is not done, and this page is where each of them will appear on the day it is.