https://github.com/phlowdotdev/phlow
Phlow is a Low Code Rust runtime for modular backends — scalable, composable, and with native observability powered by OpenTelemetry.
https://github.com/phlowdotdev/phlow
flow low-code module opentelemetry rust workflow
Last synced: about 22 hours ago
JSON representation
Phlow is a Low Code Rust runtime for modular backends — scalable, composable, and with native observability powered by OpenTelemetry.
- Host: GitHub
- URL: https://github.com/phlowdotdev/phlow
- Owner: phlowdotdev
- License: mit
- Created: 2025-03-07T18:29:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-05-07T10:48:35.000Z (7 days ago)
- Last Synced: 2025-05-07T11:35:53.104Z (7 days ago)
- Topics: flow, low-code, module, opentelemetry, rust, workflow
- Language: Rust
- Homepage: https://phlow.dev
- Size: 35.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Phlow
Modular Flow Runtime for Composable Backends
**Phlow** is a **high-performance**, **low-code** flow runtime built in **Rust** — crafted to transform the way you build backends.
With Phlow, you design APIs, automations, and event-driven systems by composing YAML flows, treating logic as modular building blocks.Its radically **modular** architecture separates control from behavior, empowering you to orchestrate complex workflows without writing traditional code.
Need more flexibility? Simply extend with lightweight scripts or Rust-based modules — no rewrites, no complexity.**Observability** is built-in by design. Every flow and module emits traces, logs, and metrics through **OpenTelemetry**, integrating seamlessly with Jaeger, Grafana Tempo, Prometheus, or AWS X-Ray — all via simple environment variables.
Whether you’re running locally, on the edge, or across the cloud, Phlow delivers extreme speed, effortless scalability, and full-stack visibility.
If you're ready to rethink how backends are built — **Phlow is the low-code revolution you’ve been waiting for**.## 📚 Documentation
The complete documentation is available at [https://phlow.dev](https://phlow.dev).
## Quick Start
### Install Phlow
```bash
curl -fsSL https://raw.githubusercontent.com/phlowdotdev/phlow/main/scripts/install-phlow.sh | bash
```### Run a demo
```bash
phlow [email protected]:phlowdotdev/phlow-mirror-request.git
```### Try it now on GitHub Codespaces
[](https://github.com/codespaces/new?repo=phlowdotdev/phlow-mirror-request)
## 📜 License
© 2025 — Built with ❤️ and Rust. Licensed under [MIT License](License).