Quickstart
Prerequisites
- Node.js 24+ (check
.nvmrc) - pnpm 10.32+ (declared in
package.json)
Clone and install
Configure environment variables
Copy the example file and fill in the API keys for the services you want to use:Start the dev server
turbo run dev, which starts the Next.js app at http://localhost:3000 and the default portless route at https://radarboard.localhost:1355.
For the dashboard app, the portless route is configured for HTTPS by default:
portless may prompt you to trust its local development certificate authority.
What’s next?
Connect services
Head to Services to configure the integrations you care about. Each page tells you exactly where to get the API key and what env vars to set.
Explore widgets
Learn what each Widget shows and which services power it.
Choose a database
The default is SQLite (zero config). If you want cloud persistence, see Database Providers.