About
Built for the Sunday-night panic.
BunkMeter started as a frustrated student's Notes-app calculation. It grew into the tool every Indian college student deserves: exact maths, no fluff, no data harvesting.
The Problem
Every Indian college student has been there. It's Sunday evening. Monday has an 8 AM lecture and you're debating whether you can afford to skip it. So you open the calculator app, punch in some numbers, and immediately forget whether you divided in the right order. You show up anyway, just to be safe.
The calculators that existed were either wrong (floating-point rounding quietly ate your bunk budget), misleading (showing you a bunk count larger than your remaining semester), or buried in apps that wanted your phone number first. None of them told you what happens when you've missed too much and the semester is almost over.
What BunkMeter Does Differently
- Integer arithmetic only. The bunk budget and recovery plan are computed without floating-point division in the comparison step, so there's no rounding that mysteriously adds or removes a lecture from your count.
- The verification line. Every result shows the check — e.g., "(90 attended + 4 to attend) ÷ (120 total + 4 upcoming) = 75.4%" — so you can verify the answer yourself in five seconds.
- Semester-aware hopeless check. If you fill in how many lectures are left, BunkMeter caps your bunk budget to what's physically possible and flags a HOPELESS state if recovery requires more lectures than the semester has left.
- Zero data collection. Nothing is logged, stored, or transmitted. The entire tool runs in your browser with no network requests except loading the fonts and Tailwind.
- Customisable threshold. 75% is the UGC minimum, but your program may require 80% or 85%. One field change, instant recalculation.
The Numbers
A Note on Accuracy
BunkMeter's calculations are mathematically exact given the inputs you provide. They are as accurate as the numbers you enter. If your college's attendance portal shows a different count than your own tracking — and this happens often, especially mid-semester — always use the portal's number as the source of truth. BunkMeter is a planning tool, not a substitute for checking your official records.
Attendance policies, condonation rules, and medical leave procedures vary significantly between institutions. Always verify your college's specific rules before making decisions based on any calculator's output.
Technology
BunkMeter is a single HTML file — no build process, no framework, no backend. It uses Tailwind CSS (CDN) for utility classes and Space Grotesk / Space Mono from Google Fonts for typography. All logic is vanilla JavaScript. The glassmorphism UI, colour-shifting background, and ambient orb animations are pure CSS.
The entire app is deployable by dropping one file into any static hosting provider — Netlify, Vercel, GitHub Pages, or even a plain CDN.