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.

Clone this repo:
  1. 6744295 chore: update version to 2.0.3 and adjust prerequisites in README by LinkinStars · 2 days ago main release/2.0.3 v2.0.3-RC1
  2. c1669e1 Merge remote-tracking branch 'origin/dev' into test by LinkinStars · 2 days ago test
  3. 49c9bad Merge remote-tracking branch 'origin/fix/2.0.3/user' into test by LinkinStars · 2 days ago
  4. 736dde0 build: replace Create React App with Vite (#1616) by Xan Torres · 6 days ago
  5. ace02c4 chore: align asset-check comments with the DOM-tolerant parser by Xan Torres · 5 weeks ago

Apache Answer - Build Q&A platform

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 Answer.

To learn more about the project, visit answer.apache.org.

LICENSE Language Language Go Report Card Discord

Screenshots

screenshot

Quick start

Running with docker

docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:2.0.3

For more information, see Installation.

Plugins

Answer provides a plugin system for developers to create custom plugins and expand Answer’s features. You can find the plugin documentation here.

We value your feedback and suggestions to improve our documentation. If you have any comments or questions, please feel free to contact us. We’re excited to see what you can create using our plugin system!

You can also check out the plugins here.

Building from Source

Prerequisites

  • Golang >= 1.25
  • Node.js >= 20
  • pnpm >= 9
  • mockgen >= 0.6.0
  • wire >= 0.5.0

Build

# Install wire and mockgen for building. You can run `make check` to check if they are installed.
$ make generate
# Install frontend dependencies and build
$ make ui
# Install backend dependencies and build
$ make build

Contributing

Contributions are always welcome!

See CONTRIBUTING for ways to get started.

License

Apache License 2.0