Skip to main content
The Langdock Cookbook is a collection of self-contained recipes for recurring problems when building on Langdock. Each recipe is a small, runnable project that solves one problem and explains how it works.

Langdock Cookbook on GitHub

Browse the recipes and clone the repository.

Running a recipe

Each recipe is a standalone folder with its own README. Clone the repository or copy a single folder, then work inside it. Recipes are built with TypeScript and Node.js, managed with pnpm.
cd mcp/authentication/okta-dcr   # any recipe folder
pnpm install
cp .env.example .env             # where applicable
pnpm dev                         # runs locally on http://localhost:3333
The Cookbook is maintained by the Langdock Solutions Engineering team and licensed under MIT.