zebflow
v0.8.1
Published
Reactive web automation platform — pipelines, templates, and real-time collaboration in a single binary.
Maintainers
Readme
zebflow
Reactive web automation platform. One binary. No build step.
Write a TSX page, register a pipeline, it's live.
Install
npm install -g zebflowUsage
zebflow # start server on port 10610
zebflow --help # show optionsWhat is Zebflow?
- Templates — TSX with SSR, no build step
- Pipelines — visual workflow DSL (40+ built-in nodes)
- MCP — AI agent integration out of the box
- Single binary — Rust, ~110MB, ~150MB RAM idle
Other install methods
# curl
curl -fsSL https://raw.githubusercontent.com/zebflow/zebflow/main/install.sh | sh
# pip
pip install zebflow
# cargo
cargo binstall zebflow
# docker
docker run -p 10610:10610 zebflow/zebflowLinks
- Website: https://zebflow.com
- GitHub: https://github.com/zebflow/zebflow
- Docs: https://zebflow.com/docs
