WorkIndia is a free collection of tools built for global professionals, remote teams, NRIs, and developers who regularly work with India across timezones.
The problem it solves is simple: if you're based in the US, UK, Europe, or Australia and work with Indian colleagues, vendors, or clients, you constantly need answers to questions like "Is India open right now?", "What's 9 AM EST in IST?", or "Is Monday a holiday in India?". WorkIndia answers all of these — instantly, without signup, without ads cluttering the tools.
Working across the India–US timezone gap is a daily friction point. I was tired of Googling "EST to IST converter" only to land on ad-heavy, slow-loading pages that buried the answer. I built WorkIndia to be the fastest, cleanest answer to every India timezone and working-hours question — everything on one page, one click away.
Every tool is browser-side only — no server, no data collection, no login. Once the page loads, it works offline.
WorkIndia is a static site hosted on GitHub Pages — zero backend, zero database. All timezone calculations use the browser's built-in Intl.DateTimeFormat API with IANA timezone names, ensuring DST transitions are handled correctly for all timezones except India (which never observes DST).
The site is intentionally single-file for main functionality — fast load, works offline after first visit, no framework bloat.
Found a bug, wrong holiday date, or want a new tool? Email harshit1996yadav@gmail.com or open an issue on GitHub.