Loading...
Complete, working examples demonstrating the Context Mesh workflow.
Select an example based on your experience level and learning goals.
| Example | Time | Complexity | Best For |
|---|---|---|---|
| Weather App Minimal | 45-60 min | Low | Beginners, quick learning |
| Todo App Complete | 2-3 hours | High | Full workflow, production patterns |
Get started with these recommended examples:
cd weather-app-minimal
# Follow EXECUTION_GUIDE.mdPhases:
Setup → Backend → Frontend → Done
cd todo-app-complete
# Follow EXECUTION_GUIDE.mdPhases:
Setup → Database → Auth → Todo CRUD → Testing → CI/CD → Done
Both examples follow this structure:
12345678910example-name/├── EXECUTION_GUIDE.md # Step-by-step execution (START HERE)├── AGENTS.md # Router for AI agents├── context/│ ├── intent/ # What and why│ ├── decisions/ # Technical decisions│ ├── knowledge/ # Patterns│ ├── agents/ # Execution agents│ └── evolution/ # Changelog└── README.md # OverviewChoose an example based on your experience level
Read EXECUTION_GUIDE.md in the example folder
Execute phase by phase following the guide
Verify each phase before proceeding
Choose an example and start building with Context Mesh: