Self-contained, runnable recipes for building on Langdock
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.
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 folderpnpm installcp .env.example .env # where applicablepnpm dev # runs locally on http://localhost:3333
The Cookbook is maintained by the Langdock Solutions Engineering team and licensed under MIT.