Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,18 @@ curl 'http://127.0.0.1:8642/durable-streams/v1/stream/demo?offset=-1'

See the [Durable Streams documentation](https://durablestreams.com) for the full protocol, JSON mode, StreamDB, and the Yjs, TanStack AI, and Vercel AI SDK integrations.

## Inspecting your streams

Rivet ships a visual inspector for working with your streams. Browse every stream, read messages at any offset, and watch new records land live.

<video
src="https://assets.rivet.dev/website/blog/2026-09-03-durable-streams-now-supports-rivet-actors/inspector.mp4?v=1"
autoPlay
loop
muted
playsInline
/>

## Deploying Durable Streams with Rivet

Durable Streams runs as a single service on Rivet Cloud or on your own Rivet Engine.
Expand Down
Loading