ConnectnixFoundation preview

Foundation guide

A sound place to start.

The control-plane service now creates tenant-scoped projects, environments, and server API keys. Dashboard sessions will connect these controls to your organization before browser management is enabled.

Run the local foundation

Follow the repository README to install dependencies, configure local services, run migrations, and start the applications.

npm ci
npm run build
npm run infra:up
npm run db:migrate
npm run dev

Development and Production

Each project has persistent Development and Production environments. Credentials and future communication resources are scoped to the authenticated organization, project, and environment. Customer backends authenticate their own users before requesting participant admission.

Never place a server API key in browser code.

← Back to workspace