Skip to content

LoomOperational History for the Whole Project

Loom replaces commit ceremony with an append-only operation log, live streams, named checkpoints, and hub sync for code, docs, design, data, configs, and AI-adjacent work.

Loom mark
Docs Surface

Mode-aware docs shell

Light mode keeps architecture diagrams, schema pages, and CLI references crisp. Dark mode drops the chrome back for longer reading sessions without flattening the Loom palette.

Readable diagramsTerminal-friendly contrastClear architecture paths
LightWarm paper tones, sharper dividers, cleaner table scanning.
DarkLower-glare chrome, deeper surfaces, and stronger focus around content.
Product Shape

Three systems pulled into one model

Loom is the versioning engine, the sync layer, and the timeline model for a project that spans more than a source tree.

OperationsAtomic change history
StreamsLive working timelines
CheckpointsNamed points in time

Why Loom

Beyond code-only history

Loom versions code, docs, design, data, config, and notes in one model instead of pushing every asset through a code-only mental frame.

Local-first by default

Your history lives on your machine first. Hubs extend Loom with send and receive, but the timeline remains local and browsable.

Agent-aware by design

Operations, checkpoints, streams, and sync state are explicit structures, which makes Loom easier to inspect, query, and automate.

Read Loom by Layer

First Flow

bash
loom init
loom status
loom checkpoint "before auth refactor"
loom log
loom stream create feature/auth
loom hub add origin https://loomhub.dev/flakerimi/my-app
loom send
loom receive

Start Here

System Map

Engineering References

Loom docs for the versioning engine, sync layer, and timeline model.