Acknowledgements¶
Stegflow builds on excellent open-source projects. Our thanks to the maintainers and communities behind each of them. Bundled third-party components keep their own licenses.
Frontend¶
- React: UI library.
- ReactFlow: node-based state-machine visualization.
- ELK.js (Eclipse Layout Kernel): automatic graph layout.
- Monaco Editor: in-browser JSON editing.
- Vite: frontend build tooling.
Backend¶
- Cedar (via CedarDotNet): authorization policy engine.
- Cronos: cron expression parsing for schedules.
- JSONata (via Jsonata.Net.Native): JSONata query language.
- json-everything: JSONPath and JSON tooling.
- Ardalis.Result: result monad.
- Mediator: source-generated CQRS mediator.
- Entity Framework Core with PostgreSQL and SQLite.
- Valkey (via StackExchange.Redis): async task and activity queues.
- OpenTelemetry: metrics (Prometheus) and distributed tracing (OTLP).