- This project is build usign agentic coding:
- Agentic IDE: CODEX
- Model: GPT 5.5
- Live site link: https://2abc5845.pr-release-intelligence-platform.pages.dev/
About the project: This project is a mvp for real world problem release team faces. It is a dashboard for release teams to spot risky pull requests, missing branch propagation, and Jira compliance issues before a release goes out.
- Release health summary with total PRs, high-risk work, and missing propagation count.
- Pull request overview with status, risk level, Jira title validation, and missing branches.
- Focused risk and compliance panels for faster release review.
- Frontend: React, TypeScript, Vite
- Backend logic: TypeScript analysis services
- Cloud deployment: Cloudflare Pages with a serverless Pages Function at
/api/dashboard
cd frontend
npm ci
npm run devFor Cloudflare-style local testing:
cd frontend
npm ci
npm run build
cd ..
npx wrangler pages dev frontend/distcd frontend
npm ci
npm run build
cd ..
npx wrangler login
npx wrangler pages deploy frontend/dist --project-name release-intelligence-platformSee CLOUDFLARE_DEPLOYMENT.md for the full Cloudflare setup.
