Coming Soon

Stop being thehuman runbook

Like Jupyter, but for ops. Write runbooks in Markdown, execute cells in your terminal, see output inline. Works over SSH.

Built for SREs who are done being single points of failure.

23+ SREs on the waitlist
1Write cells2Run3See output
restart-api.md
2/3 cells run
In[1]

Check pod status before restart

Make sure all pods are healthy before proceeding.

In[2]
kubectl get pods -n prod -l app=api
api-7d4f8b6c9-x2k4jRunning
api-7d4f8b6c9-k8m2nRunning
In[3]
kubectl rollout restart deploy/api -n prod

Simple, Portable, Git-Native

Infrastructure for operational excellence.

Markdown-First Runbooks
Write procedures in plain Markdown. Code blocks become executable cells.
restart-api.md
# Restart API Service
```bash
kubectl rollout restart
```
Execute Over SSH
Run commands on remote servers directly from your runbook. No agents required.
prod-1
ssh://prod-1
Version Controlled
Track changes with Git. Review procedures like code. Never lose tribal knowledge.
main
Updated restart procedure
Added health check step
Draft: rollback steps

Your knowledge, executable

Run with confidence
No more guessing flags or copy-pasting from stale wikis.
Share what you know
Turn "only I know this" procedures into runbooks anyone can execute.
Actually disconnect
When someone else gets paged, they have the same playbook you do.

Frequently Asked Questions

Everything you need to know about Stew.

S
Stew