GitHub - get-convex/chef: The only AI app builder that knows backend
The only AI app builder that knows backend. Contribute to get-convex/chef development by creating an account on GitHub.
Conduit is a self-hosted Node.js backend platform that provides pre-built modules for common functionality like authentication, database management, email, chat, and push notifications while allowing custom extensions.
It supports REST, GraphQL, and WebSocket APIs with auto-generated documentation and works with MongoDB or PostgreSQL databases. The platform is designed to reduce development time by eliminating boilerplate code and can be deployed locally via CLI, Docker, or Kubernetes.
I’ve always built my own backends to-date, but this looks like a great out of the box option. As they say, the ‘devil is in the details’, so these get better with usage breadth and depth by others before they’re ready for production. My personal site here alone is now well over 100k LOC and I’d be able to save quite a few lines with something like this.