VPSAlert was originally a personal project to avoid refreshing OVH’s site over and over.
I decided to share it publicly so that anyone who’s hunting for cheap OVH VPS can also benefit.
I’m still a junior developer, so this project is a mix of learning and building something useful.
If you notice bugs or have ideas for improvement, I’d love your feedback 🙏
- Frontend → Next.js 15, React 18, Heroui, Tailwind, Framer Motion, GSAP
- Backend → Next.js API Routes, MySQL (mysql2), Nodemailer, Zod
- Realtime → Server-Sent Events (SSE)
- Validation & Security → Zod, Validator, Sanitization
# clone repo
git clone https://github.com/yourname/vpsalert.git
cd vpsalert
# install dependencies
npm install
# setup environment
cp .env.example .env.local
# run dev
npm run dev