Skip to main content
Application state often ends up split across process memory, custom recovery code, and one-off real-time plumbing. When a worker crashes or a client reconnects, replay and recovery get harder than they should be. Snakream provides durable, replayable streams for application state. Give each document, session, task, or run its own stream for recovery, replay, and live updates over plain HTTP. Illustration of the Snakream theme

What you get

Crash recovery. Replay an object’s stream and resume from a known state after a restart. Live updates over HTTP. Read from the beginning, catch up, or tail live with long-poll or SSE. curl and EventSource work out of the box. Automatic lifecycle. Keep recent data hot, archive older data automatically, and expire finished streams with TTL when they no longer matter.

Try it now

Learn more