Quik Framework
Quik Framework is a modular TypeScript backend framework shipped as a monorepo. Each package under packages/ is an
independent module that can be used standalone or combined with the rest of the framework.
What you will find here
- Module overviews with quickstarts, recipes, configuration, and API reference.
- A curated structure for exploring the framework by capability.
- Framework conventions and operational notes.
Getting started
- Read the Getting Started guide.
- Install dependencies:
pnpm install - Build all packages:
pnpm app:build - Run tests:
pnpm test
Documentation flow
- Start with
Getting Startedfor end-to-end setup. - Read the module overview under
Modules. - Use each module's
APIsection for its reference surface. - Keep module readmes up to date to ensure the top of each page stays accurate.