A deterministic compositor for product UIs. We have been running the engine in private design partners for six months. Public binaries, hosted runtime and CLI release at the moment below.
00
days
00
hours
00
minutes
00
seconds
target → 2027-04-22T15:00Z
build → 0.9.7-rc4
region → global
// release plan
Engine 1.0
Deterministic compositor✓
Static IR export✓
Hot reload mode✓
Plugin APIv0.9
Workspace persistencev0.9
Conflict resolverv0.8
CLI 1.0
frame build✓
frame run --watch✓
frame deployv0.9
frame testv0.9
frame inspectv0.9
frame profilepreview
Runtime cloud
Hosted workspace✓
Edge nodes (eu/us)✓
Edge nodes (apac)v1.1
Audit log streamingv1.0
SSO + RBACv1.0
SOC2 type IIQ3 27
// system topology
// recent changes
2027-04-10addintroduce frame deploy --canary for staged rolloutsAdds a `--canary` flag to the deploy command that progressively shifts traffic from the old build to the new one in five steps with health-check gates between each step.
2027-04-04fixresolve hang in hot reload when workspace contains unicode pathsThe watcher used naive UTF-8 normalisation. We now use canonical normalisation everywhere, which fixes the reported macOS issue.
2027-03-28breakrename `frame init --template` to `frame init --kit`Migration: replace `--template` with `--kit` in any scripts. The old flag still works for one release and emits a deprecation note.
2027-03-15addpublish first stable plugin SDK (v1.0)Includes the IR builder, the registration API, the test harness and a sample plugin.
For developers
devs@framelabs.examplequestions about the engine, plugin SDK or CLI