Recipes¶
Recipes are pre-configured combinations of archetype + groups. One command, fully configured project.
pjkm init myapp --recipe <name>
All Recipes¶
Recipe |
Archetype |
Groups |
Description |
|---|---|---|---|
|
single-package |
11 |
Publish-ready library with CI/CD |
|
service |
18 |
Production API with DB, auth, observability, docs |
|
single-package |
18 |
LangGraph agent with tools, memory, MCP |
|
service |
21 |
RAG API with vector store, embeddings |
|
service |
24 |
Multi-agent with eval, monitoring |
|
service |
15 |
ML training with experiment tracking |
|
single-package |
10 |
Notebooks + visualization |
|
script-tool |
10 |
Polished CLI with Typer |
|
service |
21 |
API + Next.js + auth + infra |
|
poly-repo |
18 |
Multi-package with shared CI |
|
service |
13 |
Crawling pipeline |
|
service |
20 |
Payments, compliance, monitoring |
|
service |
16 |
Lightweight async service |
|
single-package |
12 |
Async bot with scheduling |
|
service |
14 |
ETL with queues |
|
service |
24 |
Multi-tenant with billing, email, websocket |
|
service |
13 |
Doc ingestion, OCR, PDF |
|
service |
16 |
Video/audio/image with ffmpeg |
|
service |
16 |
WebSocket + SSE + rate limiting |
|
service |
15 |
S3 uploads with thumbnails |
|
service |
27 |
Full platform with MinIO, Celery, Prometheus |
|
script-tool |
13 |
Textual terminal UI |
Preview Before Creating¶
pjkm preview --recipe fastapi-service
Show Recipe Details¶
pjkm recipe ai-agent --show