Documentation
Flowra v1.0.3
Flowra adds structure to Node.js services
The Flowra docs cover the CLI, the modular Express framework, and runnable examples so you can trace the request flow end to end.
Choose your track
Pick the area you want to focus on today.
Framework
Understand modules, the container, and the request lifecycle from end to end.
Dive into architectureWhat you will learn
The core workflows that keep Flowra predictable as teams grow.
- How Flowra resolves dependencies and wires modules into Express.
- How to design modules with controllers, services, and models.
- How to configure environments, data sources, and logging.
- How to test and roll out upgrades safely.
Popular docs
Quick links to the pages teams visit the most.
Project structure
See the Flowra layoutService container
Review dependency resolutionEnvironment config
Configure environmentsRelease guide
Upgrade Flowra safelyReady to contribute?
Help improve the framework, CLI, or documentation by following the contribution guide.
Contributing guide