The No/Low-Code Backend API Builder
Build and deploy complex backend APIs through a drag-and-drop interface — no code required, fully extensible when you need it.
docker pull ghcr.io/fluxify-rest/fluxify-kit:latest- Copy env.example to
.envand fill in the values - Run the container:
docker run -d --env-file .env -p 8080:8080 ghcr.io/fluxify-rest/fluxify-kit:latest
- Open http://localhost:8080
Full setup guide → docs/self-hosting.md
| Status | Feature |
|---|---|
| ✅ | Visual drag-and-drop API editor |
| ✅ | REST API generation |
| ✅ | PostgreSQL, MySQL, MongoDB integration |
| ✅ | Multi-user authentication & secrets management |
| ✅ | Observability (OpenObserve, Loki) |
| ✅ | Testing System (Playground + Test Suites) |
| 🚧 | AI-powered API generation |
| 🚧 | JWT blocks, Cron scheduling, Audit logs |
| 🔜 | Backups, Marketplace |
Bug reports, feature requests, and PRs are welcome. Please read CONTRIBUTING.md before submitting.
MIT — see LICENSE for details.