Skip to content

DiscoLink Docs

Sync Discord forums and channels to build FAQs, knowledge bases, blogs, and more.

Quick Navigation

Introduction

New to DiscoLink? Start with our Introduction to understand the basics.

API Example

Terminal window
# Fetch resolved threads
curl http://localhost:3000/api/threads?serverId=123456789&status=resolved
{
"threads": [
{
"id": "111222333",
"title": "How do I implement OAuth?",
"status": "resolved",
"messageCount": 8
}
]
}

Documentation Sections

SectionDescription
Getting StartedInstallation, setup, and your first API call
GuidesDetailed guides for consent, webhooks, templates
API ReferenceFull REST API documentation
DeploymentDeploy to Vercel, Railway, or VPS
ContributingHelp improve DiscoLink

Built by Kevin Trinh and contributors.