Skip to content
View garvitsurana271's full-sized avatar

Block or report garvitsurana271

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.

Content in all repositories owned by your account will be closed.
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
garvitsurana271/README.md

Garvit Surana

Class XII ISC at Sanskriti The Gurukul, Guwahati, India. I build open-source developer tools and on-device AI.

My most public project is Burnd — an open-source CLI that ranks cost-leak patterns in Claude Code session logs by dollar value. It hit 1,305 npm installs in its first 48 hours and is listed in five community awesome-lists.

Projects:

  • Viveka — checks a suspicious chat forward before you spread it. Breaks a message into claims, searches trusted sources in a multi-hop loop, and returns a calibrated verdict with citations — or routes it to a human when the evidence is thin. Benchmarked on AVeriTeC, with the numbers and their caveats published rather than the flattering subset. Python + FastAPI + React. USAII Global AI Hackathon 2026.
  • Burnd — local-first cost-control tool for Claude Code. Reads ~/.claude/projects/*.jsonl and ranks nine cost-leak patterns by dollar value. TypeScript + Node, MIT. npx getburnd.
  • KropScan — offline-first AI crop disease detection PWA for farmers in connectivity-poor regions. Hybrid three-tier inference: ONNX-WASM on-device, Gemma in the cloud, graceful fallback. 3rd place of 200+ teams at the Masters' Union AI Hackathon 2026, India's largest high-school AI hackathon.
  • Pravaah — explainable train-dispatch copilot for Indian Railways section controllers. Priority-weighted precedence over a separate interlocking layer that makes unsafe states unrepresentable, so the manual baseline it benchmarks against is equally safe. Built for FAR AWAY 2026. Live demo.
  • AuraSound — Windows app that turns a laptop, a TV, a Bluetooth speaker and any number of phones into one calibrated multi-device surround system. Per-device EQ, channel-role routing, and tactile bass through phone vibration motors for frequencies small speakers can't physically reproduce.
  • StudyDeck — ISC Class 12 PCM study app. 7,710 questions across Physics, Chemistry and Maths with difficulty-mapped practice.

Portfolio: garvit-surana.vercel.app

Selected recognition:

  • Masters' Union AI Hackathon 2026 — 3rd place of 200+ teams (Gurugram on-campus finale, India's largest high-school AI hackathon)
  • IIT Kharagpur Young Innovators Program — Top 5 of 1,500 (international, EcoRage)
  • IIT Guwahati Research and Industrial Conclave — 1st place
  • The Big Plan 2.0, SRCC Delhi University — Finalist
  • ICSE 2025 — Certificate of Excellence (CISCE)
  • National Math-n-Coding 2024 — Winner (95%)
  • LogIQids — International rank 34, State rank 10

Stack: TypeScript, React, Vite, Node, Tailwind, Firebase, Python, FastAPI, Three.js / R3F, Capacitor, ONNX-Runtime-Web, Web Audio API, Claude API.

Find me: Portfolio · npm · garvitsurana10@gmail.com

Popular repositories Loading

  1. burnd burnd Public

    Find what's burning a hole in your AI coding budget. Local-first cost-control for Claude Code.

    TypeScript 4

  2. studydeck studydeck Public

    ISC Class 12 PCM study app — 7,710 questions across Physics, Chemistry, Maths

    JavaScript

  3. garvitsurana271 garvitsurana271 Public

    Garvit Surana — builder profile

  4. pravaah pravaah Public

    Pravaah — open, explainable, real-time AI train-dispatch copilot for Indian Railways. FAR AWAY 2026 · maps to SIH25022.

    TypeScript

  5. viveka viveka Public

    Check a suspicious forward before you spread it. AVeriTeC-benchmarked, calibrated, multilingual verification that abstains to a human when unsure. USAII Global AI Hackathon 2026.

    Python