Apache Answer
An open-source Q&A platform for building community forums, help centers, and knowledge bases. Built with Go and React, powered by SQLite for zero-config deployment.
Features
- Q&A Platform — Stack Overflow-style questions and answers with voting
- Tagging System — Organize content with tags and categories
- User Reputation — Gamified reputation system to encourage quality contributions
- Plugin System — Extend functionality with community plugins
- Search — Full-text search across all questions and answers
- Multi-Language — Built-in internationalization support
- Admin Dashboard — Manage users, content, and site settings
First-Time Setup
On first launch, Apache Answer runs a setup wizard at your domain. You will:
- Choose a language
- Configure the database (SQLite is pre-configured)
- Create your admin account
- Set your site name and URL
Persistent Data
All data is stored in /data and persisted via a Zeabur volume. Your questions, answers, user accounts, and settings survive restarts.
License
Apache-2.0 — GitHub | Docs