Metadata-Version: 2.4
Name: zebflow
Version: 0.6.1
Summary: Reactive web automation platform — pipelines, templates, and real-time collaboration in a single binary.
Project-URL: Homepage, https://github.com/zebflow/zebflow
Project-URL: Repository, https://github.com/zebflow/zebflow
Project-URL: Issues, https://github.com/zebflow/zebflow/issues
Author-email: Zebflow <hello@zebflow.com>
License-Expression: MIT
Keywords: automation,mcp,pipeline,reactive,server,wasm,web,zebflow
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Rust
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# zebflow

Reactive web automation platform — pipelines, templates, and real-time collaboration in a single binary.

## Install

```bash
pip install zebflow
```

## Usage

```bash
zebflow              # start server on port 10610
zebflow --help       # show options
```

## What is Zebflow?

Zebflow is a full-stack reactive web platform that combines:

- **Pipeline engine** — graph-based workflow orchestration with 40+ built-in nodes
- **Reactive Web Engine** — TSX templates with server-side rendering and client hydration
- **Real-time** — WebSocket rooms with state sync
- **MCP** — Model Context Protocol for AI agent integration
- **Single binary** — everything embedded, zero runtime dependencies

## Links

- [Official Site](https://zebflow.com)
- [GitHub](https://github.com/zebflow/zebflow)
- [Documentation](https://github.com/zebflow/zebflow/tree/main/docs)
- [Docker Hub](https://hub.docker.com/r/zebflow/zebflow)
