Platform architecture
Service boundaries, module interactions and the event model.
Company
What is built, what is specified and what stands between the two — stated at the level of platform capability rather than dates we cannot commit to.
Built
Positioning, messaging and the principles the platform is built to.
This site — 46 routes, navigation, search, login flow and the dashboard architecture.
The component library every page renders through, in a light and a dark theme.
103 tables applied to a real PostgreSQL, with 90 invariant checks run against a live server on every verification pass.
208 operations as a validated OpenAPI 3.1 document, generating a typed SDK surface that compiles.
A typed TypeScript client over the generated definitions — retries, idempotency, pagination and webhook verification — with its own test suite. Open source at github.com/matinee-ai/sdk; not published to npm.
The quick-start and game-economy loops served locally: the full request conventions, a double-entry ledger, the reward engine and signed webhooks with the specified retry schedule. Driven over real HTTP by the SDK in the integration tests.
With its Postgres mirror on, every posting the sandbox accepts is re-posted into the verified database schema, whose own triggers refuse anything unbalanced, imprecise or mutated.
Every pull request runs the full check suite and the database verification against a live PostgreSQL.
Specified
Service boundaries, module interactions and the event model.
The twelve products and how they relate.
User types, flows and the dashboard experience.
Stack, tenancy, identity, wallet architecture and the internal ledger.
Issuance, transfer, redemption, expiry and treasury — with a fixed supply enforced by the database rather than by convention.
Gateway, routing, agents, tools and approvals. An agent cannot exceed the authority of whoever invoked it, and that is enforced in the schema.
Durable automation with human approval built in. A published workflow version cannot be edited, and the person who starts a run cannot approve it.
What is missing
None of them is cleared by writing more specification, and each blocks a different set of capabilities:
The hosted API server comes first: three of the other four need something to serve their endpoints before they can begin, and the sandbox reference implementation is the path it grows from.
Matinee AI has no public signup. Tell us what you want to launch and we will review the request.