coqu¶
Code Query — a service for answering questions about codebases using AI agents. Users interact through a chat UI or programmatically via REST API and MCP. Runs locally or deploys to a server via Docker with optional Cloudflare Tunnel.
Repository: github.com/Flopsstuff/coqu
Stack¶
- Frontend — React + Vite
- API — Express + Prisma
- Database — PostgreSQL 16
- Infrastructure — Docker, Cloudflare Tunnel
- Language — TypeScript (strict)
- Package manager — Yarn (workspaces)
Sections¶
- Architecture — structure, packages, data flow
- Development — local setup, scripts, testing
- Deployment — Docker, Cloudflare Tunnel, CI/CD
- MCP Integration — connect Claude Desktop, Cursor, or Claude Code to coqu
- Claude OAuth — OAuth flow, PKCE, headless authentication