Changelog
What is built
Publishing pipeline
Database-driven dispatch with row-level locking, a transactional outbox, idempotency keys per attempt, classified failures and jittered retries.
Fourteen platform adapters
One transport, one registry, per-network capabilities — character limits, media counts, thread support, aspect ratios — expressed as data.
Public REST API v1
Every route described once in a typed table that also generates the OpenAPI document, so the docs cannot drift from the handlers.
MCP server
Eight tools mapped onto the same domain services the portal uses, so the two can never drift.
Design system
Forty-one primitives: solid colours only, two shadow steps, 44px touch targets, motion capped at 150ms, dark mode by token swap.
Installable PWA
App-shell precache, stale-while-revalidate reads, an IndexedDB outbox with background sync for offline drafts, web push and a share target.
Multi-tenancy safety
Every query workspace-scoped through repository helpers, with cross-tenant isolation asserted in tests. A cross-tenant miss is a 404.
Billing and metering
Stripe subscriptions monthly and annual, proration, dunning, plus an AI credit meter with 80% and 95% warnings and top-up packs.
Follow along
Start free and you will see each of these land as it ships.
No credit card · Cancel anytime · Every plan includes the API and the MCP server