Recipe Collection
Ready-to-use configurations for common development scenarios
Documentation
Examples
Configuration Recipes
Production-ready configurations for popular development setups.
Popular Recipes
Node.js Development
Complete Node.js environment with TypeScript, ESLint, and testing tools.
node:
versions: ["lts/iron"]
packages: ["typescript", "jest"]
Next.js Starter
Full-stack Next.js 13+ setup with Tailwind CSS, TypeScript, and Prisma.
node:
packages: ["next", "prisma"]
apps:
- postgresql
Featured Recipe
New
Team Configuration
Share consistent development environments across your entire team.
- Shared ESLint & Prettier configs
- Git hooks and commit conventions
- VS Code workspace settings
- Docker development containers
team-config.yml
team:
eslint: true
prettier: true
husky: true
vscode:
extensions:
- dbaeumer.vscode-eslint
- esbenp.prettier-vscode