Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Examples

Learn from complete, real-world examples of projects built with agentful. Each example shows you:

  • Complete PRODUCT.md specifications
  • Expected directory structure
  • Actual code from the implementation
  • Agent delegation sequences
  • Before/after comparisons
  • Time estimates and validation results

Available Examples

Full-Stack SaaS App

Comprehensive

Complete task management system with authentication, real-time updates, and team collaboration

Stack:
Next.js 14TypeScriptPrismaPostgreSQLTailwindVitest
Features:
  • JWT authentication
  • Team workspaces
  • Task CRUD operations
  • Real-time updates
  • Role-based access
Time Estimate:6-8 hours with agentful

View Example →

REST API Service

Backend-Focused

Express API with comprehensive testing, documentation, and clean architecture

Stack:
Node.jsExpressTypeScriptPostgreSQLJestSwagger
Features:
  • RESTful API design
  • Repository pattern
  • Request validation
  • Error handling
  • API documentation
Time Estimate:4-5 hours with agentful

View Example →

Modern Web App

Frontend-Focused

Next.js frontend with component library, state management, and responsive design

Stack:
Next.js 14TypeScriptTailwindZustandReact Query
Features:
  • Component library
  • Custom hooks
  • State management
  • API integration
  • Responsive layouts
Time Estimate:3-4 hours with agentful

View Example →

Microservices Architecture

Coming Soon

Distributed system with multiple services, message queues, and service mesh

Stack:
NestJSDockerRabbitMQRedis
Features:
  • Service orchestration
  • Event-driven architecture
  • Distributed tracing
  • API Gateway

Coming in future release


How to Use These Examples

1. Learn the Patterns

Each example demonstrates:

  • How to write effective PRODUCT.md specs
  • How agents collaborate and delegate
  • How to structure your codebase
  • How to achieve quality gates

2. Adapt to Your Needs

Use these as starting points:

  • Copy the PRODUCT.md structure
  • Adjust features for your requirements
  • Modify tech stack as needed
  • Scale up or down

3. Follow Along

Reproduce the examples step-by-step:

# Create new project
mkdir my-task-manager && cd my-task-manager
npm init -y
 
# Initialize agentful
npx @itz4blitz/agentful init
 
# Copy PRODUCT.md from example
# Then start building
claude
/agentful-start

What Makes a Good Example?

Each example in this section is:

Complete - Full implementation, not snippets ✅ Working - Tested and validated code ✅ Realistic - Practical features you'd actually build ✅ Educational - Shows patterns you can apply ✅ Reproducible - Can be built from scratch


Example Structure

Each example page includes:

Product Specification

Complete PRODUCT.md with:

  • Overview and goals
  • Tech stack
  • Feature list with priorities
  • User stories
  • Acceptance criteria

Implementation Guide

Step-by-step walkthrough:

  • Directory structure
  • Key files and code
  • Agent delegation sequence
  • Common decisions and solutions

Before & After

Visual comparisons:

  • Empty project → Working application
  • File count growth
  • Code metrics
  • Test coverage

Results

Actual outcomes:

  • Time to completion
  • Lines of code generated
  • Test coverage achieved
  • Quality gates status

Contributing Examples

Have you built something great with agentful? We'd love to see it!

Consider contributing:

  • Unique tech stacks
  • Different use cases
  • Performance benchmarks
  • Best practices learned

Join our community and share your experience.


Next Steps

Pick an example that matches your project type and dive in:

Each example is designed to teach you patterns you can apply immediately to your own projects.