Skip to content

Product

Changelog

What has shipped, newest first.

Last updated 21 July 2026

0.4

21 July 2026

The studio works end to end

  • addedUpload, generate, watch and download — the full loop, on both desktop and mobile.
  • addedDirect-to-storage uploads with real progress, drag-and-drop, and paste support.
  • addedLive generation progress with an honest elapsed timer, and a before/after comparison on every finished render.
  • addedLibrary with filtering, a fullscreen viewer and keyboard navigation.
  • addedProjects, so a listing’s photographs and renders stay together.
  • addedPlan and credits page showing every credit movement, including refunds.
  • addedAccount settings, profile editing, and the legal and policy pages.
  • changedCredits are now reserved before any provider call and returned automatically on every failure path.

0.3

20 July 2026

Accounts and the landing page

  • addedSign in with Google, a password, or a one-time email link.
  • addedRoute guarding with server-side session verification.
  • addedLanding page, full metadata, sitemap and structured data.
  • addedCSS-only motion system — scroll reveals, image reveals and the before/after slider.

0.2

20 July 2026

Data and credit economics

  • addedDatabase schema with row-level security on every table.
  • addedAppend-only credit ledger; double-spend and double-refund are constraints rather than races.
  • addedMargin tests that fail the build if an operation would sell below its floor.
  • addedProvider-agnostic billing architecture.

0.1

20 July 2026

Foundation

  • addedTwelve features collapsed onto three provider capabilities via a feature registry.
  • addedTwo independently designed experiences, selected on the server from the User-Agent.
  • addedDesign token system feeding both web and the future native app.