How It Works

1

Discussions happen in Discord

Your team and community share knowledge in forum channels, organized by topic tags.

2

DiscoLink syncs everything

All threads, messages, and tags are synced to your database with full-text search indexing.

3

Knowledge base is always current

Your public docs site reflects the latest discussions, searchable and well-organized.

Benefits

Structured Navigation

Discord tags become categories. Sidebar navigation makes finding content intuitive.

Powerful Search

FTS5 full-text search across all content. Users find what they need instantly.

Community-Driven

Content comes from real discussions. Authentic answers, not marketing copy.

Low Maintenance

No separate docs to maintain. Discord is your CMS, the knowledge base updates automatically.

Implementation Options

Knowledge Base Template

Pre-built Astro template with sidebar navigation, search, and breadcrumbs.

npx create-discolink@latest --template knowledge-base
View Templates →

Static Export

Export all content to static HTML. Organize by channel or tag structure.

discolink export --server YOUR_ID --template kb --output ./docs
CLI Documentation →

Custom Integration

Use the API to build into your existing docs system (Docusaurus, GitBook, etc.).

GET /servers/:id/threads?tags=getting-started
API Reference →

Ready to build your knowledge base?

Get Started