
EE Live Feb 2026
I always keep an eye on whether the Express Entry scores are going up or down, and I found this difficult with the official IRCC site since it's basically just a giant table, so I built this to visualize trends over time.
Development
- Built with Next.js using static site generation (SSG) for fast, lightweight performance.
- Deployed on Cloudflare Pages.
- Data is stored statically, since draws update infrequently, avoiding a backend or database while keeping fetching and performance instant.
- A GitHub Actions workflow calls an IRCC API twice daily, validates the response with Zod, and automatically redeploys the site only when the content changes.