PriorityLens was inspired by the messy reality of product prioritization: teams often have strong customer signals in Productboard, but still end up debating priorities across spreadsheets, meetings, and scattered context. We wanted to build an internal dashboard that helps product teams quickly see what to prioritize next and why.
The project imports a Productboard-style CSV export, ranks features using customer request volume, organization value, RICE scores, and estimated development capacity, then explains the recommendation in a way product, engineering, and leadership can discuss together. We built it as a React, TypeScript, and Vite app, using Papa Parse for CSV import and Recharts for visualization.
We learned how useful a lightweight, explainable scoring layer can be when paired with capacity planning. The main challenge was keeping the MVP focused: we intentionally chose CSV import instead of a live Productboard API so we could build a working, demoable product without getting blocked by authentication or integration complexity.
Built With
- css
- react
- recharts
- typescript
- vite
Log in or sign up for Devpost to join the conversation.