MergeBetter is a GitHub App/backend prototype for proactive merge-conflict detection across open pull requests.
- Service status: Sunset
- Sunset date: February 11, 2026
- Managed SaaS status: No longer operating
This repository is now public as an implementation reference and learning resource.
- Node.js backend (
src/) for webhook/event handling and conflict analysis - React frontend (
frontend/) for dashboard/auth flows - Static marketing website (
website/) - AWS infrastructure templates (
deploy/aws/) - Historical planning and technical documentation (
docs/)
mergebetter.comnow serves a static farewell page.- Production ECS/ALB/DynamoDB/CodeDeploy resources were decommissioned on February 11, 2026.
- This repo does not provide a maintained hosted service.
npm install
cd frontend && npm install && cd ..
npm run devnpm testThis public repo intentionally excludes runtime secrets.
If you fork and deploy:
- Use your own GitHub App/OAuth/Stripe credentials.
- Store secrets in a secret manager or CI secret store.
- Never commit credentials or task-definition snapshots from production accounts.
MIT (see LICENSE).