OXYIDE FORGE · V1.0.0

Your backend foundation,
already structured.

Forge gives you a production-ready architecture foundation with authentication, authorization, validation, database patterns, tests and documentation.

01

Fastify + TypeScript

Modern, strongly typed backend structure designed for Node.js.

02

PostgreSQL + Prisma

Database schema, migrations and a clean data-access foundation.

03

Authentication + RBAC

JWT authentication and role/permission authorization patterns.

04

Validation + errors

Strict validation and centralized error handling.

05

Testing + documentation

Automated tests, engineering standards and ADRs.

PROJECT SHAPE

Clear boundaries.
Less backend chaos.

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

src/
├─ app/
├─ modules/
├─ platform/
├─ plugins/
├─ config/
└─ shared/