OXYIDE FORGE · V1.0.0

Ship your backend.
Skip the repetition.

A clean, tested and documented Fastify + TypeScript foundation for building serious Node.js products without starting from an empty folder.

✓ 296 tests   ✓ Commercial license   ✓ One-time purchase
● ● ●
// Start with architecture, not setup
import { buildApp } from './app';

const app = await buildApp();

await app.listen({
  port: 3000,
  host: '0.0.0.0'
});

console.log('Oxyide Forge is ready.');
● Ready for development
Fastify 5HTTP foundation
TypeScriptTyped backend
PostgreSQLPrisma included
296Automated tests
WHY FORGE

The boring parts are already built.

Spend your time on your product instead of rebuilding backend fundamentals.

Authentication

JWT authentication with bearer access and cookie foundations.

RBAC

Roles, permissions, policies and server-side authorization guards.

Validation

Strict request validation using Zod and Fastify schemas.

Error handling

Centralized, sanitized API error responses.

Transactions

Database transaction patterns for atomic operations.

Tested foundation

A comprehensive automated test suite.

BUILT TO EXTEND

Architecture that leaves room for your product.

Modular boundaries, configuration, database, cache and platform foundations give you a clean place to grow.

oxyide-forge

$ npm install

$ npm run test

✓ 296 tests passed

$ npm run build

✓ Build completed
FAQ

Simple by design.

READY TO BUILD?

Start with a foundation you can own.

Get Forge for $5 →