Skip to content

VeloxTS Documentation

VeloxTS (the TS stands for TypeScript) is a full-stack TypeScript framework designed to provide good developer experience (DX) and end-to-end type safety.

Type Safety Without Codegen

Direct type inference from backend to frontend. No build-time code generation required.

Hybrid API Architecture

tRPC for internal type-safe calls, auto-generated REST for external consumers. Same business logic.

Opinionated & Productive

Convention over configuration, expressive syntax, batteries included. Developer happiness first.

Great Tooling

Powerful CLI, code generators, ready-to-use Claude skills, and structured output.

Get Started | Templates