VisaRelay
Instant email alerts when an Irish visa decision is published
A production service that emails applicants the moment their Irish visa application number appears on the Embassy of Ireland (New Delhi) published decisions list — so students and agencies no longer have to refresh the embassy site every morning. Covers applicants from India, Nepal, Bangladesh, Sri Lanka, and the Maldives.
Key Features:
- Background checker polls the embassy page every 2 minutes, downloads the new
.odsdecisions file, and set-diffs it against the last snapshot to detect new decisions - Safety valves (row sanity checks, burst and flip caps, missing-snapshot guard, dead-man switch) pause alerts instead of sending on suspicious data
- Email alerts via Resend for new decisions, verdict corrections, and “not listed yet” updates
- No-login student flow with one-time payment through EPS; free public search of the published list
- Agency dashboard with Google or emailed-code sign-in, seat packs, bulk watch lists, and per-publish digests
- Monorepo with a Next.js web app on Vercel and a Node.js worker on a DigitalOcean droplet, sharing one MongoDB Atlas database
Tech Stack: Next.js 16 · React 19 · TypeScript · Node.js · MongoDB Atlas · Auth.js · Resend · EPS · Vercel · DigitalOcean · pm2