Your production-grade backend from one file
npm install keelYour production-grade backend from one file
Documentation | Join our Discord
---
Keel is the all-in-one platform that solves the backend puzzle by combining all the essential technology and tools your team needs to build a business that thrives.
š„ A fully-managed relational database
šØ Scalable infrastructure
š¦ A great local development experience
š¤ Flexible and customisable API's
š» Authentication & Permissions
š Multiple environments
ā”ļø Configuration and secret management
š§ Observability
š Git-based deployments
šļø Pub/Sub
š¼ Cron jobs
Keel is production-ready - sign up at https://keel.so/ to access the platform or you can run your Keel projects locally without an account using the CLI.
The best way to get started with Keel is with the CLI.
First, you will need to install Node.js and Docker as they are required to run Keel.
Install the CLI globally:
``bash`
$ npm install --global keel
If the CLI has installed correctly, the following command will respond with the current version number:
`bash``
$ keel --version
Visit our documentation on how to get started using Keel.