Project Templates
Project Templates
Templates provide pre-loaded knowledge for common technology stacks.
What Templates Include
When you apply a template to a project, it creates:
- Channels: Pre-configured channels for your stack (e.g., frontend, api, database)
- Triggers: Automated event reactions (e.g., conflict detection on migration files)
- Knowledge Docs: Best practices and conventions for your stack
- CLAUDE.md: A starter CLAUDE.md template with coordination rules
Built-in Templates
| Template | Stack | Channels | Triggers | Docs |
|---|---|---|---|---|
| Next.js Full-Stack | Next.js + Prisma + Tailwind | 5 | 2 | 2 |
| FastAPI Backend | FastAPI + SQLAlchemy + Alembic | 5 | 1 | 1 |
| Express API | Express + TypeORM + PostgreSQL | 5 | 1 | 1 |
| Django + DRF | Django + DRF + PostgreSQL | 5 | 1 | 1 |
| React Native + Expo | React Native + Expo + Zustand | 5 | 1 | 1 |
Applying Templates
1. Navigate to Org Intelligence > Templates 2. Click Preview to see the full template contents 3. Click Apply to create channels, triggers, and knowledge docs in your active project
Templates are idempotent — applying the same template twice will create duplicate events, so apply once per project.