QUESTPIE

Documentation

Server-first TypeScript framework with schema-driven codegen. Start with Getting Started, then use the Concepts, Client, Admin, and Extend sections as references.

QUESTPIE is a server-first TypeScript framework. You define your schema once with file-convention factories, run codegen, and get a typed runtime, an admin UI, a REST API, OpenAPI docs, a typed client, and TanStack Query, all projected from that one schema.

New here? Start with Getting Started for the mental model and your first app. Then use Concepts for server fundamentals, Client for frontend consumption, Admin for the generated workspace, and Extend for modules and plugins.