Value Proposition • Quick Start • Contributing • License
Confab collapses multi-model chat, consensus synthesis, PR review, and document iteration into one cohesive app with persistent history and strict per-user workspace isolation.
If your environment is already configured, use these three examples:
- Running the app
make dev- Using the REST API
curl -X POST "http://localhost:7777/api/auth/magic-link" \
-H "Content-Type: application/json" \
-d '{"email":"you@<your-domain>","email_redirect_to":"http://localhost:7777"}'- Using the CLI
source venv/bin/activate
python -m confab "Compare the strategic pros and cons of launching this week vs next week."If you change files under frontend/src/, rebuild shipped browser assets:
source venv/bin/activate
pnpm install --frozen-lockfile
pnpm run check:frontendFor complete setup, API auth flow, and deployment instructions, see Get Started. For internal module boundaries after the refactor, see Architecture.
The simplest way to contribute is by joining open discussions or picking up an issue:
Before contributing, start with Get Started.
Report vulnerabilities privately through GitHub Security Advisories.
If you use Confab for published work, please cite:
Confab [Computer software]. (2026). Retrieved from http://github.com/vaquum/confab.
