Get Started with the Admin Dashboard
Four simple steps to deploy your admin dashboard. Takes about 5 minutes.
Create a free account
30 secondsSign up with your GitHub account, Google, or email. No credit card required.
Install the CLI
10 secondsRun a single npm command to install the Codehooks CLI on your machine.
npm install -g codehooks
Deploy the admin dashboard
3 minutesCreate your project from the template, set JWT secrets for authentication, and deploy.
coho create myadmin --template react-admin-dashboard cd myadmin coho set-env JWT_ACCESS_TOKEN_SECRET $(openssl rand -hex 32) coho set-env JWT_REFRESH_TOKEN_SECRET $(openssl rand -hex 32) npm run deploy
Login and customize
Done!Open your dashboard URL, login with admin/admin, and start editing the datamodel to match your data.
Ready to start?
Create your free account to get your API keys and start deploying.
Create Free AccountNo credit card required. Free tier includes 500 API calls/day.
What's included in your admin dashboard:
CRUD REST APIOpenAPI/Swagger docsJWT authenticationRole-based accessVisual schema editorAI schema designActivity loggingFull source code