Quick start
Install dependencies, configure your environment and start development.
npm install npm run dev
Everything around the foundation is organized so you can quickly understand the architecture and start building.
Install dependencies, configure your environment and start development.
npm install npm run dev
Application modules are separated from platform infrastructure, plugins, configuration and shared utilities.
JWT authentication with bearer access and a browser-cookie foundation. Production cookie use is gated on CSRF protection.
Versioned APIs live under /api/v1. Health endpoints remain outside the versioned namespace.
Use your own PostgreSQL instance and production environment configuration. This is prototype documentation UI.