Self-taught developer and AI-augmented engineer based in Patna, India.
Builds complete products end-to-end — systems tooling in Rust, Zig, and Go; Android apps in Kotlin and Flutter; web apps in Next.js — shipping with AI as a force multiplier.
Published a token-efficient grep for LLM coding agents (rustygrep), built an offline-first UPI expense tracker for India (kharcha), and deployed multiple production sites on Vercel and Cloudflare Pages.
Fast grep for LLM coding agents, built on ripgrep's own crates. --llm mode compresses matched output to save context-window tokens; stdio MCP server included. ~1,350 LOC, 6 test files, criterion benchmarks, published crate, green CI.
India-first UPI expense tracker (Android). Auto-captures payments from UPI push notifications via regex parser (amount, merchant, UPI reference); offline-first Drift/SQLite with optional Supabase sync. 24 screens/tabs.
Precompiled TDLib for Android: GitHub Actions matrix compiles the native library for all 4 ABIs and ships prebuilt AARs via GitHub Releases — no local NDK build. Kotlin Coroutines/Flow wrapper included.
Systems tools for AI agents. zcat: drop-in cat replacement in Zig (~510 LOC + tests + CI) with a --json output mode. repomap: walks a repo, ranks files by symbol/ref density, emits a token-budgeted map; stdlib-only Go (~835 LOC + tests).
Self-updating dashboard that auto-categorizes 813 curated starred repos (AI agents, systems, LLM tooling) and refreshes daily via GitHub Actions. Live PWA.
Production portfolio and blog: Next.js 16 static export, 12 MDX posts, 11 projects, automated OG-image pipeline. Deployed on Vercel.
Multi-page tourism portal for Sitamarhi, Bihar (birthplace of Goddess Sita): 5 pages, PWA, visitor counter via Cloudflare Function. Deployed on Cloudflare Pages.