Every release, on the record.
What's shipped, what's fixed, what's coming. We update this every time we deploy.
- May 12, 2026v0.10NEWBilingual UI + Turkish translations
Full Turkish localization across admin, portal, marketing. Locale cookie + currency-aware formatters (₺ for tr, $ for en).
- May 9, 2026v0.9NEWMobile responsive — admin + portal
Sidebar drawer on mobile, list pages transform into stacked cards, forms single-column under md.
- Apr 22, 2026v0.8NEWAI re-engagement emails
Streamed Claude Sonnet drafts personalized to last order. Streams as it generates; one-click copy.
- Apr 14, 2026v0.7NEWCupping insights via Claude Haiku
Score a batch, get structured strengths/opportunities/recommendation. Compares observed notes against the origin profile.
- Apr 3, 2026v0.6NEWAI Assistant (read-only SQL)
Ask in plain English. Claude writes a SELECT, the server validates it against an allow-list, runs through your tenant's RLS.
- Mar 21, 2026v0.5IMPROVEDReal-time order feed
Portal orders surface in the admin as they happen, via Supabase Realtime. Toast with the customer, total, and a one-tap link.
- Mar 8, 2026v0.4NEWCafé Portal
Each café gets a separate sign-in. Tier-priced beans, credit headroom, place orders, manage their own standing orders.
- Feb 19, 2026v0.3NEWStanding orders + daily cron
Set weekly / biweekly / monthly. Vercel Cron runs at 06:00 UTC, idempotent on (standing_order_id, delivery_date).
- Feb 5, 2026v0.2IMPROVEDCredit-aware order flow
FIFO allocation + atomic credit check in a single Postgres transaction. Cancellation reverses both inventory and balance.
- Jan 22, 2026v0.1NEWInventory & roast batches
Log a roast, auto-split into FIFO lots. Multi-tenant from day one — every row scoped via row-level security.