Enfyra is the open-source backend platform.
We’re building the flexibility backend framework that automatically generates APIs from your database. You create tables through a visual interface, and Enfyra instantly provides REST & GraphQL APIs for them - no coding required. It's like having a backend developer that never sleeps.
For full documentation, visit docs
To see how to contribute, visit Contributing
Architecture
Enfyra is a self-hosted and locally developed, easy-to-install. Cloud coming soon.
- Query Engine: high-performance engine for filtering, joins, aggregates, and search directly through your API.
- Realtime: push updates to clients when rows change using websockets.
- REST/GraphQL API: automatically generated from your schema.
- Auth Service: JWT-based authentication API for sign-ups, logins, and session management.
- Storage: RESTful API for managing files and permissions.
- Functions: run server-side code close to your data.