Zero Friction Content
Your community creates content naturally in Discord. No extra tools, no learning curve—just conversations that become documentation.
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.
# 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": "curious_dev" } } ]}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.
Quick Start
Get up and running in 5 minutes with our Quick Start guide.
API Reference
Explore all endpoints in the API documentation.
Deploy
Contribute
Help improve the project. Check our contribution guide.
| Component | Technology |
|---|---|
| Bot | discord.js v14 |
| API | Hono (lightweight, fast) |
| Database | Drizzle ORM (SQLite/Turso) |
| Build | Turborepo monorepo |
| Docs | Starlight (Astro) |
Built with ❤️ by Kevin Trinh and contributors.