Questions get answered in your Discord, then that knowledge disappears. Answer Overflow makes it findable - in Google, ChatGPT, your AI agents via MCP, wherever people are looking for answers.
- Bot joins your Discord server
- You select which channels to index
- Creates indexed web pages from threads
- Your content is indexed by search engines like Google
apps/
discord-bot/ # The Discord bot (discord.js + Effect)
main-site/ # Next.js web app
docs/ # Documentation site
packages/
database/ # Convex backend + auth
ui/ # Shared React components
ai/ # AI features
agent/ # AI agent system
...
bun install
bun devRequires:
- Bun 1.3+
- Node 18+
- A Discord bot token (see CONTRIBUTING.md)
- Runtime: Bun
- Database: Convex
- Web: Next.js 16
- Bot: discord.js
- Types: Effect + TypeScript
- Auth: Better Auth
- Site: answeroverflow.com
- Discord: discord.answeroverflow.com
- Docs: docs.answeroverflow.com
See CONTRIBUTING.md
