{"id":13601618,"url":"https://github.com/line/abc-user-feedback","last_synced_at":"2026-04-02T11:45:16.733Z","repository":{"id":42081715,"uuid":"405860551","full_name":"line/abc-user-feedback","owner":"line","description":"ABC User Feedback is a standalone web application that manages Voice of Customer (VoC) data. It allows you to gather and organize feedback from your customers.","archived":false,"fork":false,"pushed_at":"2026-03-30T21:01:56.000Z","size":105913,"stargazers_count":369,"open_issues_count":16,"forks_count":34,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-03-30T23:06:25.539Z","etag":null,"topics":["docker","docker-compose","feedback-form","nestjs","nextjs","typeorm","typescript","user-feedback","voc"],"latest_commit_sha":null,"homepage":"https://www.abc-user-feedback.com","language":"TypeScript","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/line.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-13T06:38:07.000Z","updated_at":"2026-03-30T06:26:13.000Z","dependencies_parsed_at":"2026-02-11T00:10:22.496Z","dependency_job_id":"641f666c-25a5-4d0e-a90c-8a05df2e10da","html_url":"https://github.com/line/abc-user-feedback","commit_stats":null,"previous_names":[],"tags_count":137,"template":false,"template_full_name":null,"purl":"pkg:github/line/abc-user-feedback","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fabc-user-feedback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fabc-user-feedback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fabc-user-feedback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fabc-user-feedback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/line","download_url":"https://codeload.github.com/line/abc-user-feedback/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fabc-user-feedback/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31305798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: 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":["docker","docker-compose","feedback-form","nestjs","nextjs","typeorm","typescript","user-feedback","voc"],"created_at":"2024-08-01T18:01:05.351Z","updated_at":"2026-04-02T11:45:16.715Z","avatar_url":"https://github.com/line.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# ABC User Feedback\n\nABC User Feedback is a standalone web application designed to manage Voice of Customer (VoC) data. It enables you to efficiently gather and categorize customer feedback. The application is currently utilized in services with a reach of 10 million MAU.\n\n![main image](./assets/main.png)\n\n## ✨ Features\n\n- **Feedback Tag**: Categorize feedback by topic with customizable tags\n- **Kanban Mode**: Visualize and organize issue groups efficiently\n- **Issue Tracker**: Simple issue tracking with status indicators and external ticket linking\n- **Single Sign-on**: Enterprise-level OAuth authentication\n- **Role Management**: Role Based Access Control (RBAC)\n- **Dashboard**: Statistical visualization for feedback and issues\n- **🤖 AI Field**: AI-powered feedback analysis (summarization, translation, sentiment analysis)\n- **🤖 AI Issue Recommendation**: Intelligent issue recommendations based on feedback\n\n## 🚀 Quick Start\n\nGet started with ABC User Feedback in minutes using our CLI tool:\n\n```bash\nnpx auf-cli init   # initialize infrastructure\nnpx auf-cli start  # start app\n```\n\nThat's it! The application will be running with all required infrastructure.\n\n**For detailed installation options**, see our [Installation Guide](https://docs.abc-user-feedback.com/en/developer-guide/installation/docker-hub-images).\n\n## 📚 Documentation\n\nComplete documentation is available at **[https://docs.abc-user-feedback.com/en/](https://docs.abc-user-feedback.com/en/)**\n\n- [Getting Started](https://docs.abc-user-feedback.com/en/user-guide/getting-started) - User guide and tutorials\n- [Installation](https://docs.abc-user-feedback.com/en/developer-guide/installation) - Detailed setup instructions\n- [API Integration](https://docs.abc-user-feedback.com/en/developer-guide/api-integration) - REST API documentation\n- [Configuration](https://docs.abc-user-feedback.com/en/developer-guide/installation/configuration) - Environment variables and settings\n\n## 🐳 Docker Images\n\nPre-built Docker images are available on Docker Hub:\n\n- **Web Frontend**: `docker pull line/abc-user-feedback-web`\n- **API Backend**: `docker pull line/abc-user-feedback-api`\n\nSee [Docker Hub Images Guide](https://docs.abc-user-feedback.com/en/developer-guide/installation/docker-hub-images) for usage details.\n\n## 🛠️ Development\n\nFor local development setup:\n\n```bash\ngit clone https://github.com/line/abc-user-feedback\ncd abc-user-feedback\npnpm install\npnpm build\npnpm dev\n```\n\nSee the [Manual Setup](https://docs.abc-user-feedback.com/en/developer-guide/installation/manual-setup) for complete development instructions.\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guidelines](./CONTRIBUTING.md).\n\n## 📄 License\n\nCopyright 2025 LY Corporation\n\nLicensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE) for details.\n\n---\n\nFor questions and support, please visit our [documentation](https://docs.abc-user-feedback.com/en/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fline%2Fabc-user-feedback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fline%2Fabc-user-feedback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fline%2Fabc-user-feedback/lists"}