DOCUMENTATION

Understand it.
Extend it.

Everything around the foundation is organized so you can quickly understand the architecture and start building.

01

Quick start

Install dependencies, configure your environment and start development.

npm install
npm run dev
02

Architecture

Application modules are separated from platform infrastructure, plugins, configuration and shared utilities.

src → app → modules → platform → plugins → config → shared
03

Authentication

JWT authentication with bearer access and a browser-cookie foundation. Production cookie use is gated on CSRF protection.

04

API conventions

Versioned APIs live under /api/v1. Health endpoints remain outside the versioned namespace.

05

Deployment

Use your own PostgreSQL instance and production environment configuration. This is prototype documentation UI.