Skip to content
View 0xabhilok's full-sized avatar

Highlights

  • Pro

Block or report 0xabhilok

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0xabhilok/README.md
Abhilok Reddy

LinkedIn GitHub


👨‍💻 About me

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 buildingPocraEnd, 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 connectLinkedIn

🌟 Spotlight — PocraEnd

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.5 hit 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-sqlite3 ABI mismatches so it installs with no build tools

Electron 33 · React 18 · Tailwind · Vite · SQLite · Ollama · Chrome Extension (MV3) · WebSocket

→ Explore PocraEnd


🚀 Featured Projects

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++

🛠️ Tech Stack

Languages

TypeScript JavaScript Python Java C++

Backend & Real-time

Node.js Express Socket.IO WebRTC

Frontend

React Tailwind CSS HTML5 CSS3

Databases & Cloud

PostgreSQL Supabase Redis Cloudflare Workers

Desktop & AI

Electron SQLite Ollama Vite

Tools

Git GitHub Linux


📊 GitHub Stats

GitHub stats Top languages
GitHub streak

🤝 Connect

LinkedIn GitHub



Thanks for stopping by — let's build something worth shipping.

Pinned Loading

  1. PocraEnd PocraEnd Public

    AI focus app that catches you drifting off-task - a 100% local LLM calls you out. Built with Electron, React, and a Chrome extension.

    JavaScript 4

  2. Focus-Guardian Focus-Guardian Public

    Windows productivity monitor - tracks app usage, classifies activity as productive vs distracting, shows real-time analytics. PowerShell prototype that led to PocraEnd.

    PowerShell