Examples
Learn from complete, real-world examples of projects built with agentful. Each example shows you:
- Complete
PRODUCT.mdspecifications - 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
ComprehensiveComplete task management system with authentication, real-time updates, and team collaboration
- JWT authentication
- Team workspaces
- Task CRUD operations
- Real-time updates
- Role-based access
View Example →
REST API Service
Backend-FocusedExpress API with comprehensive testing, documentation, and clean architecture
- RESTful API design
- Repository pattern
- Request validation
- Error handling
- API documentation
View Example →
Modern Web App
Frontend-FocusedNext.js frontend with component library, state management, and responsive design
- Component library
- Custom hooks
- State management
- API integration
- Responsive layouts
View Example →
Microservices Architecture
Coming SoonDistributed system with multiple services, message queues, and service mesh
- 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.mdspecs - 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.mdstructure - 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-startWhat 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:
- Building a SaaS product? → Full-Stack SaaS App
- Creating an API? → REST API Service
- Frontend-only project? → Modern Web App
Each example is designed to teach you patterns you can apply immediately to your own projects.