Skip to content

Repository files navigation

Release Intelligence Platform

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 Intelligence Platform dashboard

What It Shows

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

Tech Stack

  • Frontend: React, TypeScript, Vite
  • Backend logic: TypeScript analysis services
  • Cloud deployment: Cloudflare Pages with a serverless Pages Function at /api/dashboard

Run Locally

cd frontend
npm ci
npm run dev

For Cloudflare-style local testing:

cd frontend
npm ci
npm run build
cd ..
npx wrangler pages dev frontend/dist

Deploy

cd frontend
npm ci
npm run build
cd ..
npx wrangler login
npx wrangler pages deploy frontend/dist --project-name release-intelligence-platform

See CLOUDFLARE_DEPLOYMENT.md for the full Cloudflare setup.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages