Modern, secure application to monitor, manage and optimize AWS cloud costs with advanced authentication & resource controls.
SaasSentry is a secure and scalable application that helps you monitor AWS resources, track real-time usage, and identify cloud cost optimization opportunities — all through a clean dashboard with robust authentication.
✅ Secure Authentication System (JWT + bcrypt)
✅ AWS Resource Monitoring & Tracking
✅ Cost Analysis + Optimization Insights
✅ Real-time Resource Activity View
✅ EIP Management Support
✅ Role-friendly UI with clean experience
- ⚛️ React + TypeScript
- ⚡ Vite build tooling
- 🎯 Context API state management
- 📱 Responsive UI
- 🟩 Node.js + TypeScript
- 🚀 Express.js REST APIs
- 🔐 JWT Authentication
- 🧬 Prisma ORM
- 🔒 Encryption utilities
saas-sentry/
├── backend/
│ ├── prisma/
│ └── src/
│ ├── controllers/
│ ├── middleware/
│ ├── routes/
│ ├── types/
│ └── utils/
│
└── frontend/
├── public/
└── src/
├── components/
│ ├── auth/
│ └── ...
├── context/
└── assets/