Skip to content

Threadlink

Transform your Discord forums into powerful APIs for FAQs, blogs, knowledge bases, and more.

Zero Friction Content

Your community creates content naturally in Discord. No extra tools, no learning curve—just conversations that become documentation.

Real-time Sync

Messages sync automatically. New threads, edits, reactions—everything appears in your database instantly.

Privacy First

Built-in consent system respects user privacy. Only sync content from users who opt in.

Fully Customizable

REST API gives you full control. Build any frontend: FAQ pages, blogs, support portals, or custom dashboards.

Quick 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,
"author": { "username": "curious_dev" }
}
]
}

Use Cases

Community FAQ

Turn resolved help threads into searchable FAQ pages.

Developer Blog

Publish announcements from Discord to your website.

Knowledge Base

Organize forum content into structured documentation.

Support Portal

Showcase support history with contributor leaderboards.

Get Started

Tech Stack

ComponentTechnology
Botdiscord.js v14
APIHono (lightweight, fast)
DatabaseDrizzle ORM (SQLite/Turso)
BuildTurborepo monorepo
DocsStarlight (Astro)

Community


Built with ❤️ by Kevin Trinh and contributors.