Welcome to the Commonly documentation. This directory is organized by major features.
- By Feature: See Documentation Structure below
- By Skill: See .claude/skills/ for skill-based learning paths
| Directory | Description | Files |
|---|---|---|
| discord/ | Discord bot integration, commands, setup | 12 |
| whatsapp/ | WhatsApp Cloud API integration planning | 3 |
| integrations/ | Cross-platform integration contract & app platform | 8 |
| slack/ | Slack integration notes | 1 |
| google-chat/ | Google Chat integration notes | 1 |
| groupme/ | GroupMe integration notes | 1 |
| telegram/ | Telegram ingest-only bot webhook notes | 1 |
| x/ | X (Twitter) integration notes | 1 |
| instagram/ | Instagram Graph API integration notes | 1 |
| ai-features/ | AI summarization, daily digests, analytics | 4 |
| database/ | MongoDB & PostgreSQL schemas, migrations | 3 |
| architecture/ | System architecture overview | 2 |
| deployment/ | Docker, CI/CD, production deployment | 2 |
| development/ | Backend, frontend, linting guides | 5 |
| cli/ | commonly CLI user guide (attach, init, run, detach, pod, dev) |
1 |
| skills/ | Skill catalogs + import flow | 1 |
| plans/ | Launch plans and feature specifications | 3 |
| task_optimization/ | Completed implementation tasks | 1 |
- Commonly CLI user guide — log in, attach a local AI agent, scaffold a custom bot, manage pods from the terminal
- System Architecture
- Deployment Guide
- Backend Development
- Frontend Development
- Summarizer & Agents - Understanding the relationship between scheduled summaries and intelligent agents
- External Integration Contract
- Commonly App Platform (draft)
- GroupMe Plan
- Messenger Notes (deferred)
- WhatsApp Read-only Plan
- Summarizer & Agents Relationship - Start here to understand how automated summaries and agents work together
- AI Features Overview
- Daily Digests
- Agent Runtime
- Public Launch v1.0 Plan - Strategy for first public version
- Social Fun Features Spec - Technical specs for launch features
See .claude/skills/ for documentation organized by expertise area:
| Skill | Key Technologies |
|---|---|
| Backend Development | Node.js, Express, JWT, Socket.io |
| Frontend Development | React, Material-UI, Context API |
| Database Management | MongoDB, PostgreSQL |
| DevOps & Infrastructure | Docker, CI/CD, Nginx |
| Third-party Integrations | Discord API, OAuth2, Webhooks |
| AI & Prompt Engineering | Gemini API, NLP |
| Real-time Systems | Socket.io, WebSockets |
| Testing & Quality | Jest, ESLint |