Skip to main content

Get Started with the Admin Dashboard

Four simple steps to deploy your admin dashboard. Takes about 5 minutes.

Create a free account

30 seconds

Sign up with your GitHub account, Google, or email. No credit card required.

Install the CLI

10 seconds

Run a single npm command to install the Codehooks CLI on your machine.

npm install -g codehooks

Deploy the admin dashboard

3 minutes

Create 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 Account

No 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