Prioritize product feedback. Fix what matters first.
A focused product feedback prioritization system that helps teams analyze, score, and act on software issues based on urgency and impact — enabling clear, data-driven decisions.
https://priorix-ruddy.vercel.app
- Import product feedback via CSV, API, or sample dataset
- Supports bugs, failures, UX issues, and feature requests
- Reset and test datasets easily
- Categorizes feedback (System Failure, Bug, UI, Feature)
- Assigns priority score (0–100)
- Provides clear reasoning for every score
- Deterministic and explainable outputs
- Mark items as In Progress or Resolved
- Lower priority dynamically
- Real-time priority queue reordering
- Audit trail logging
- Resolution velocity tracking
- Category spike detection
- Priority distribution trends
| Layer | Technology |
|---|---|
| Frontend | React (Vite) |
| Backend | Node.js · Express |
| Database | SQLite |
| Deployment | Vercel · Render |
client/ # React frontend
server/ # Express backend
database/ # SQLite storage
api/ # API routes
git clone https://github.com/your-username/priorix.git
cd priorix
npm install
npm run devcd server
npm install
node index.jsFrontend: http://localhost:5173
Backend: http://localhost:3001
curl -X POST https://priorix-awgf.onrender.com/api/feedback \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"content":"Login outage in production","source":"api"}'- Smarter scoring model
- Team collaboration features
- Export reports
- Role-based dashboards
Rahul Walawalkar
📧 walawalkarrahul729@gmail.com
🔗 https://github.com/raahu1l
Built with the support of advanced AI tools to streamline development, improve architecture decisions, and enhance overall system design.
Built with ❤️ · Star ⭐ if you find it useful


