What's new

Changelog

What shipped, when. Internal refactors live in the commit log; this page is for changes that affect you.

  1. SEO landing pages + public changelog & roadmap

    • Three new scenario landing pages: /use-case/youtube-to-shorts, /use-case/podcast-translate, /use-case/newsletter-cross-post — each prerendered so crawlers see the title, description, and HowTo JSON-LD on first paint.
    • /changelog and /roadmap routes are now live so visitors can see what shipped and what is next without watching a private repo.
    • Public OG image generator for link previews on Twitter / LinkedIn / Reddit.
  2. Backend module refactor

    • Each business domain (auth, billing, market, messaging, session, space, studios, ai_assist, admin) is now a bounded context under modules/<name>/ with its own api / service / repository / model / schema.
    • Cross-module imports go through service-layer facades only — a discipline that keeps the dependency graph reviewable as the team grows.
  3. Onboarding survey + landing polish

    • Registration form now captures acquisition_source ("how did you hear about us?") so the Admin ▸ Conversion panel can split funnel by channel.
    • Landing page Schema.org markup (SoftwareApplication + FAQPage) for richer search snippets.