Mirror your Discord server into a queryable database. REST API, WebSocket streaming, full history backfill.
Fetches complete message history on first run. Every message, reaction, and edit stored in PostgreSQL.
Messages, edits, deletes, and reactions captured as they happen via Discord gateway events.
Paginated, filterable endpoints with auto-generated OpenAPI/Swagger docs. Filter by channel, author, date range.
Real-time event push with channel filtering and reconnection support via last_event_id.
SHA-256 hashed API tokens with admin and regular roles. Swagger UI Authorize button built in.
Single docker compose up. Local dev or production with Traefik + automatic HTTPS via Cloudflare DNS.