I'm a Computer Science student at IIIT Guwahati who builds software that actually ships. I work end-to-end across the stack — desktop, serverless, and real-time — and I'm drawn to the parts most people skip: native modules, on-device language models, WebSocket plumbing, and turning "works on my machine" into a real installer.
- 🔭 Currently building — PocraEnd, an AI focus app that runs a language model 100% on-device
- 🌱 Going deeper on — secure backend design (JWT, RBAC, OWASP) and cloud-native API architecture
- ⚙️ I care about — clean architecture, real-world reliability, and finishing what I start
- 📫 Let's connect — LinkedIn
An AI-powered focus guardian that catches you drifting — before you even notice.
PocraEnd is a Windows desktop app that watches your active tab and apps. The moment you wander off-task, a 100% local AI calls you out. No accounts, no telemetry — the language model runs entirely on your own machine.
What makes it interesting under the hood:
- Two-layer classifier — deterministic rules for known sites/apps, a local LLM for everything ambiguous
- Benchmarked 6 local models against 28 hand-labelled cases —
phi3.5hit 100% accuracy at just 2.2 GB - Self-installing AI — detects, downloads, and configures Ollama and the model with zero terminal use
- Native-module engineering — solved
better-sqlite3ABI mismatches so it installs with no build tools
Electron 33 · React 18 · Tailwind · Vite · SQLite · Ollama · Chrome Extension (MV3) · WebSocket
| Project | What it does | Stack |
|---|---|---|
| PocraEnd ⭐ | AI focus app — a local LLM catches you the moment you drift off-task | Electron · React · SQLite · Ollama |
| propflow | Serverless property-management platform | React · TypeScript · Cloudflare Workers · Supabase |
| Virtual-Cosmos | Proximity-based virtual social space with real-time communication | JavaScript · Socket.IO · WebRTC |
| DBMS-Project-CS241 | Database management systems course project | Java · SQL |
| LEETy | Data structures & algorithms practice and solutions | C++ |
Languages
Backend & Real-time
Frontend
Databases & Cloud
Desktop & AI
Tools