REST API
Full REST API for integrating Discord content into any application, service, or workflow.
REST API
Full REST API for integrating Discord content into any application, service, or workflow.
Full-Text Search
FTS5-powered search indexes all your Discord content for instant full-text search.
Real-Time Sync
Discord bot syncs new messages instantly. No manual exports needed.
Static Export
Export to static HTML with our CLI. No server required for simple use cases.
Privacy First
Consent-based syncing respects user privacy. Only sync what users agree to share.
Self-Hosted
Your data stays on your server. No third-party services, full control.
Discord Forum Channel → Bot syncs content → SQLite/Turso DB → REST API → Your App# Clone and installgit clone https://github.com/KevinTrinh1227/discolink.gitcd discolink && pnpm install
# Configure and runcp .env.example .envpnpm db:push && pnpm dev# Fetch resolved threadscurl http://localhost:3000/api/threads?serverId=123456789&status=resolved{ "threads": [ { "id": "111222333", "title": "How do I implement OAuth?", "status": "resolved", "messageCount": 8, "author": { "username": "helpful_user" } } ]}See DiscoLink templates in action:
| Section | Description |
|---|---|
| Getting Started | Installation, setup, and your first API call |
| Guides | Database setup, syncing, webhooks, templates |
| API Reference | Full REST API documentation |
| Deployment | Deploy to Vercel, Railway, Docker, or VPS |
| Contributing | Help improve DiscoLink |
Built by Kevin Trinh | GitHub | Free and open source under MIT license