statevec demos
Living documents. Each one is a self-contained networked application. Open in any browser.
Coordination
Controller
Write state with the secret. Change color, size, message.
read + write
Observer
Read-only mirror. Has the hash, not the secret.
read only
Mirror
One writer, unlimited readers. Fan-out pattern.
fan-out
Agent Handoff
Producer sends tasks, worker processes them. Full pipeline.
pipeline
Presence
Live nodes via TTL heartbeats. No accounts needed.
presence
Swarm
Each tab is a particle. Emergent flocking with no orchestrator.
emergent
Applications
Counter
Shared +/- counter across machines.
multi-writer
Canvas
8x8 shared pixel grid. Paint together.
spatial
Vote
Live poll with real-time results.
aggregation
Chat
Chat room in an SVG file.
append
Tic-Tac-Toe
Multiplayer game in an email attachment.
multiplayer
Agent Canvas
Renders whatever an agent writes via curl.
agent
Tools
Delegation
Enter the secret to promote from reader to writer.
capability
Hash Explorer
The entire protocol, interactive. Type, hash, store, read.
educational
Latency
Live round-trip measurement with graph.
diagnostic
Dashboard
Monitors all demo hashes. SVG as ops dashboard.
monitoring
Secret Chain
Cascading capabilities from hash composition.
hierarchy
Agent Script
Python script that animates the agent canvas.
python
← statevec.com