docs · incremental view maintenance
one engine that keeps a query's result live as the data changes, across three tiers: an optimistic browser client, a stateless API authority, and an always-up daemon. it takes over the three things every app reinvents: live queries, the cache, and optimistic updates. one schema, one builder, one contract (view-after-write == fresh-query).
the three tiers, one at a time
or use the engine directly — same code, no server