Strata is the embedded database for the AI era
BRANCH
Try anything. Keep what works.
A branch is a complete database — fork it, change it, diff it, merge it back. Forking copies nothing, so it's instant at any size.
Fork
The whole database, forked instantly. Nothing copied.
Modify
Four writes land on the branch. main is untouched.
Diff
Every change, exactly — before real money moves.
Merge
Keep the strategy that works.
PRIMITIVES
Every kind of data. One file.
Purpose-built stores that share one engine, one transaction model, and one branch tree.
History
01 / 05 · kv — versioned key-value. history included
Read the kv guide →TIME TRAVEL
Go back to any moment.
Every write is a version. Nothing is overwritten — drag the playhead and read the past.
NATIVE INFERENCE
Inference is built in.
A unified inference layer — embeddings, generation, and search through one primitive, with models from Hugging Face or hosted ones from OpenAI, Anthropic, and Google. Wire it once; it runs wherever the file does.