OOrveth

Documentation

Introduction

Orveth is an open-source modular TypeScript backend application platform by VLODIA.

Orveth helps you build HTTP services with path parameter routing, wildcard routes, improved RequestContext, validation adapters, and practical security helpers — composed from focused @orveth/* packages instead of a monolithic runtime.

What Orveth is

  • A TypeScript-first HTTP application platform with routing, middleware, and RequestContext
  • Optional packages for Zod validation, CORS, security headers, TLS, JWT, and Prisma
  • Explicit 404 and 405 handling with predictable middleware lifecycle

What Orveth is not

  • A full-stack UI framework or hosted cloud product
  • A complete authentication platform or ORM
  • WebSockets in the core runtime (use your own integration when needed)