One Engine
Transit keeps embedded and server mode on the same storage model instead of splitting the product in two.
Lineage-Aware Event Rails
Transit is an append-only event engine with native branches, explicit merges, and tiered storage. It runs embedded in your process or as a server without changing the underlying model.
Why Transit Feels Different
Transit does not pretend branching, publication, and durability tradeoffs are edge cases. The docs shell should reflect that the product is intentional all the way down.
Transit keeps embedded and server mode on the same storage model instead of splitting the product in two.
Streams can branch and merge explicitly, so divergence is recorded instead of hidden.
Remote object storage is a first-class part of the history model, not an afterthought bolted onto local append.
Choose Your Track
The same storage semantics show up in two packaging modes. Start with the adoption path that matches your current job, then move deeper into the shared contracts.
Start Here