Updates from the tool-first homepage to generation, credits, and launch readiness
KakaMeme now has the account, payment, credits, docs, and dashboard foundation.
06/03/2026
This stage establishes the commercial app shell so generation workflows can reuse the existing account, payment, and credits systems.
Static stickers, dynamic GIFs, submission assets, result details, and public Gallery now share the async job structure.
06/03/2026
generation_jobs and generation_steps for async generation progress.Vercel route handlers create jobs, query jobs, and receive callbacks. ffmpeg, GIF encoding, and frame processing belong to the AWS Lambda container worker.
Signup credits, real transaction history, idea templates, admin health, and the production checklist are wired in.
06/03/2026
credit_reservations./settings/credits reads the real balance and recent transactions./settings/billing reuses the current-plan card and Stripe management flow.idea_templates and /api/idea-templates; the homepage and creation page read prompt templates from the database.Stripe, production Postgres, R2/S3, KIE/Fal/Grok, Inngest, and the AWS Lambda worker still need deployed environment configuration before live E2E.