finds.dev← search

// the find

apache/answer

★ 15,550 · Go · Apache-2.0 · updated Jun 2026

A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.

Apache Answer is a self-hosted Q&A platform — think Stack Overflow but for your team or community. Go backend, React frontend, ships as a single Docker image. It's aimed at teams that want a private knowledge base or community forum without paying for Confluence or Discourse.

Plugin system is a real extensibility point, not just config flags — the plugin directory and documented API suggest you can actually build on top of this. i18n support is unusually thorough: 40+ locales with YAML files that look community-maintained, not machine-generated. The migration history (v1 through v31) shows a project that has been evolving steadily rather than rewriting from scratch. MCP controller and AI conversation entities in the codebase indicate LLM integration has been added as a first-class feature, not bolted on.

xorm as the ORM is a significant commitment — it's less maintained than GORM and has a quirky API; if you hit edge cases you're largely on your own. The Dockerfile bundles frontend and backend into one image, which simplifies deployment but makes horizontal scaling of just the API layer awkward. Build toolchain requirements (wire, mockgen, pnpm) add friction for contributors; the Makefile helps but the dependency chain is heavier than it needs to be for what is essentially CRUD. No mention of full-text search beyond presumably basic SQL LIKE — a Q&A platform lives or dies on search quality, and there's no Elasticsearch/Meilisearch integration visible.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →