recipes
fullstackrecipes (Full Stack Recipes)
fullstackrecipes.com provides cookbooks and recipes that help build better full-stack applications with AI-powered coding agents. Recipes are atomic instructions that follow a technical writing style using imperative steps (e.g., "Create xyz", "Download abc") without "you/we" pronouns.
Terminology
- Resources: Documents an agent can read
- Skills: Instructions an agent always has access to, which can reference resources and other materials
- Plugins (Claude Code): Bundled collections of skills, MCP servers, and more for distribution
- Tools: Functions agents can call
- Prompts: Instructions for an agent, typically linking to resources and referencing MCP servers
Content Types
Recipes
Recipes are atomic, self-contained instructions. Each recipe serves one of two purposes:
- Setup Instructions: Step-by-step guides to configure something in a repository
More from andrelandgraf/fullstackrecipes
ralph-loop
Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.
2.5Kobservability-monitoring
Complete observability stack with structured logging, error tracking, and web analytics.
279stripe-subscriptions
Complete subscription billing system with Stripe integration, feature flags for plan gating, webhook handling, and billing portal.
207nextjs-on-vercel
Create a Next.js app running on Bun, configure the development environment, and deploy to Vercel with automatic deployments on push.
137ai-chat
Build a complete AI chat application with database persistence, chat list management, and automatic title generation.
126pino-logging-setup
Configure structured logging with Pino. Outputs human-readable colorized logs in development and structured JSON in production for log aggregation services.
126