ConnectnixDocs

Developer documentation

Start with the foundation.

The local workspace provides application scaffolds and API health checks. Communication APIs and SDK methods are not available yet.

Health checks

Confirm the control plane is available.

curl http://127.0.0.1:4000/health/live

{ "status": "ok" }

/health/ready returns 200 when PostgreSQL and Redis respond, or 503 when a required dependency is unavailable.

Local development

Use the repository contract.

Use the repository README and .env.example for the installation and configuration contract. The OpenAPI health contract lives in packages/api-core/openapi.