Changelog · what shipped

Forged, iteration after iteration

Every shipped feature ends up here, newest first.

Aug 25, 2026 v0.12.0 feature

Four surfaces switched off until they work end to end

  • Marketplace stays dark · selling user-generated models needs a seller agreement, a takedown flow and moderation capacity first.
  • Referral programme off · attribution worked, but no account could obtain a code, nothing marked an earning paid, and a refund did not claw the commission back.
  • Outbound webhooks off · every delivery queued onto a queue no worker consumes, so a registered endpoint never heard anything.
  • Enterprise SSO off, and an OIDC hole closed on the way: the callback took the email from the identity provider without checking the domain belonged to that connection.
  • Every page that advertised one of these now follows its flag · the comparison table, the FAQ, the about page, the roadmap and the help centre.
May 29, 2026 v0.11.0 feature

Marketplace · sell + buy 3D assets

  • List any completed model with a price + royalty-free or exclusive license.
  • Stripe Checkout buy flow · 85% to seller, 15% platform · seller balance tracked.
  • Instant signed download for the buyer + audit-logged sale event.
  • Browse + detail pages at /marketplace · linked from nav.
May 29, 2026 v0.10.0 feature

Teams · shared workspaces + token pool foundation

  • Create up to 3 teams per owner · invite by email link · 14-day expiry.
  • Switch active workspace from team page · all generations link to team.
  • Team detail page with member list + pending invites + owner-only remove.
  • Token pool routing in next release · structure shipped now.
May 29, 2026 v0.9.6 feature

Auto-rig + animations + quad-remesh + text-to-3D

  • Auto-rig (3 tokens) with 9 baked animations: T-pose / idle / walk / run / jump / dance / wave / punch / kick.
  • Quad-topology remesh (2 tokens) · game-ready output for Maya / Blender / Max.
  • Text-to-3D pipeline · dedicated /converter/text page · prompt + style + variants.
  • All three flows show parent backlink chip on the result page.
May 29, 2026 v0.9.5 feature

Retexture existing mesh · the killer feature

  • Re-skin any completed GLB for 2 tokens · geometry untouched.
  • 5 style presets (Realistic / Stylized / Toon / Anime / PBR Metal) + optional free-text prompt.
  • Outputs new GLB + auto-converts to OBJ / FBX / STL / USDZ alongside.
  • Saves time + tokens vs full re-generation when only texture changes.
May 29, 2026 v0.9.4 feature

Multi-view input + variants + iterate-from-result

  • Up to 3 extra reference images per generation (front / side / back).
  • Variants 1 / 2 / 4 picker · live cost scaling · dedicated variants viewer with auto-poll.
  • 'Iterate' button on completed models · re-runs with the same image + config.
May 29, 2026 v0.9.3 feature

Stylization presets + favorites + saved presets

  • 5 style presets · Realistic / Stylized / Toon / Anime / PBR Metal.
  • Star toggle on owned models · ★ Favorites filter on /models index.
  • Save current converter settings as a named preset · click to reload.
May 29, 2026 v0.9.2 feature

REST API v1 · subscription-gated programmatic access

  • 7 endpoints under /api/v1: whoami, list/show models, generate from image/text, retexture, rig.
  • Bearer token auth (Authorization: Bearer ffl_…) · 120 req/min rate limit.
  • /docs/api reference + key management UI on profile · plaintext token shown once.
  • Requires active Pulse / Forge / Crown subscription (402 otherwise).
May 29, 2026 v0.9.1 feature

Export formats expanded · FBX + USDZ + PBR map zip

  • FBX 7.4 ASCII writer (geometry + normals + UVs) for Unreal / Unity / DCC apps.
  • USDZ output (64-byte aligned ZIP of USDA) for Apple AR Quick Look.
  • Per-model PBR texture map zip · basecolor / normal / metallic-roughness / AO / emissive.
May 29, 2026 v0.9.0 feature

Live token cost preview + idempotent refund-on-failure

  • Converter now shows per-tier token cost live as you change Quality.
  • Balance-after preview + 'not enough tokens' warning with one-click top-up.
  • Failed generations are auto-refunded · ledger-backed, exact amount, idempotent.
  • Background-removal preflight via fal-ai/imageutils/rembg.
May 28, 2026 v0.8.0 feature

Pricing on the homepage · subscriptions + one-time packs

  • Pulse / Forge / Crown weekly subscriptions plus four token packs surfaced on /.
  • Compact navbar (h-20) for better viewport real-estate.
  • Forgotten Knight hero - repositioned higher, ~15% larger.
May 26, 2026 v0.7.0 billing

Stripe weekly subscriptions live

  • Pulse · 30 tokens/week (€15/mo), Forge · 80 tokens/week (€35/mo), Crown · 250 tokens/week (€99/mo).
  • Tokens auto-grant every Monday at 00:05 via scheduler.
  • Idempotent grant via last_weekly_grant_at - webhook replays are safe.
May 24, 2026 v0.6.0 security

Security & GDPR hardening

  • CSP with per-request nonce (Report-Only in prod), HSTS, X-Frame-Options DENY.
  • Polymorphic audit log capturing tokens.*, subscription.*, refund events.
  • GDPR ZIP export from /profile · account + tokens + models + audit log.
May 22, 2026 v0.5.0 viewer

Multi-mode 3D viewer

  • PBR / Unlit / Wireframe / Normal shading modes per model.
  • Multi-format export · GLB, OBJ, STL via custom binary GLB parser.
  • OrbitControls zoom while holding left-click (no more page scroll).
May 20, 2026 v0.4.0 feature

Public gallery + moderation

  • Models can be published to the public gallery after admin review.
  • Like + share, category filtering, trending sort on /gallery.
  • Admin moderation queue with NSFW pre-screen + manual approval.