{"id":23960352,"url":"https://github.com/apache/answer","last_synced_at":"2026-01-15T22:18:06.469Z","repository":{"id":61950236,"uuid":"542931741","full_name":"apache/answer","owner":"apache","description":"A Q\u0026A 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.","archived":false,"fork":false,"pushed_at":"2025-12-31T07:38:10.000Z","size":15406,"stargazers_count":15295,"open_issues_count":96,"forks_count":1270,"subscribers_count":102,"default_branch":"main","last_synced_at":"2026-01-13T04:12:05.157Z","etag":null,"topics":["community","forum","go","golang","hacktoberfest","q-and-a","question","react","typescript"],"latest_commit_sha":null,"homepage":"https://answer.apache.org","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-29T05:16:19.000Z","updated_at":"2026-01-13T03:24:59.000Z","dependencies_parsed_at":"2023-10-24T06:25:46.364Z","dependency_job_id":"a3154fe4-9d16-469b-9064-4001a8098694","html_url":"https://github.com/apache/answer","commit_stats":{"total_commits":3083,"total_committers":82,"mean_commits":37.59756097560975,"dds":0.7272137528381446,"last_synced_commit":"811d6de69d6329deef2be5e516fe5848244079ac"},"previous_names":["apache/incubator-answer","answerdev/answer","apache/answer"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/apache/answer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fanswer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fanswer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fanswer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fanswer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/answer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fanswer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["community","forum","go","golang","hacktoberfest","q-and-a","question","react","typescript"],"created_at":"2025-01-06T19:06:32.781Z","updated_at":"2026-01-15T22:18:06.458Z","avatar_url":"https://github.com/apache.png","language":"Go","readme":"\u003ca href=\"https://answer.apache.org\"\u003e\n    \u003cimg alt=\"logo\" src=\"docs/img/logo.svg\" height=\"99px\"\u003e\n\u003c/a\u003e\n\n# Apache Answer - Build Q\u0026A platform\n\nA Q\u0026A 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.\n\nTo learn more about the project, visit [answer.apache.org](https://answer.apache.org).\n\n[![LICENSE](https://img.shields.io/github/license/apache/answer)](https://github.com/apache/answer/blob/main/LICENSE)\n[![Language](https://img.shields.io/badge/language-go-blue.svg)](https://golang.org/)\n[![Language](https://img.shields.io/badge/language-react-blue.svg)](https://reactjs.org/)\n[![Go Report Card](https://goreportcard.com/badge/github.com/apache/answer)](https://goreportcard.com/report/github.com/apache/answer)\n[![Discord](https://img.shields.io/badge/discord-chat-5865f2?logo=discord\u0026logoColor=f5f5f5)](https://discord.gg/Jm7Y4cbUej)\n\n## Screenshots\n\n![screenshot](docs/img/screenshot.png)\n\n## Quick start\n\n### Running with docker\n\n```bash\ndocker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.7.1\n```\n\nFor more information, see [Installation](https://answer.apache.org/docs/installation).\n\n### Plugins\n\nAnswer provides a plugin system for developers to create custom plugins and expand Answer’s features. You can find the [plugin documentation here](https://answer.apache.org/community/plugins).\n\nWe 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!\n\nYou can also check out the [plugins here](https://answer.apache.org/plugins).\n\n## Building from Source\n\n### Prerequisites\n\n- Golang \u003e= 1.23\n- Node.js \u003e= 20\n- pnpm \u003e= 9\n- [mockgen](https://github.com/uber-go/mock?tab=readme-ov-file#installation) \u003e= 0.6.0\n- [wire](https://github.com/google/wire/) \u003e= 0.5.0\n\n### Build\n\n```bash\n# Install wire and mockgen for building. You can run `make check` to check if they are installed.\n$ make generate\n# Install frontend dependencies and build\n$ make ui\n# Install backend dependencies and build\n$ make build\n```\n\n## Contributing\n\nContributions are always welcome!\n\nSee [CONTRIBUTING](https://answer.apache.org/community/contributing) for ways to get started.\n\n## License\n\n[Apache License 2.0](https://github.com/apache/answer/blob/main/LICENSE)\n","funding_links":[],"categories":["Go","Productivity"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fanswer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fanswer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fanswer/lists"}