Skip to main content

Work

Projects

Production systems, open source tools, personal experiments, and academic work.

Levo Platform

Production

Multi-tenant digital experience platform

2021 – Present

Engineered distributed platform serving 2M+ users with 100k+ pages and 85+ PageSpeed scores. Agentic AI layer: a skills-based agent core (modeled on Claude Code) enabling natural language orchestration of 15+ microservices, where a single intent triggers content generation, audience segmentation, email campaign creation, and social scheduling. First-party analytics engine with identity stitching (anonymous → authenticated) and real-time ClickHouse ingestion, processing 50M+ events. Dynamic schema modeling with 20+ field types. Real-time collaborative studio with WebSocket editing and page locking. Automated SSL for thousands of custom domains.

GoTypeScriptKubernetesClickHouseMongoDBRedisAWS SQSEventBridge

Monklore

In development

First principles learning engine

2024 – Present

Break any topic down to its foundations. Monklore generates structured learning paths and interactive visualizations powered by AI — so understanding builds from the ground up, not from memorization.

AILearningVisualisation

Intermind

Open Source

Coding agents that talk to each other

2026 – Present

MCP server that lets coding agents — Claude Code, Codex, Cursor, Cline, Windsurf — hold threaded conversations with each other. Six composable tools (join, whoami, peers, send, inbox, listen), automatic room assignment by git branch, SQLite (WAL) persistence, long-polling, and bearer-token auth. Published on npm.

TypeScriptBunMCPSQLiteAI Agents

Monk Lang

Open Source

A compiled programming language — lexer to native binary

2023 – Present

Statically-typed compiled language built in Go. Transpiles to C11 and compiles with Clang (-O3 -flto) to native binaries — no VM or interpreter. Static type system with inference, optional types, records, typed arrays compiling to raw C pointers, and guard/against/throw error handling. C-level performance on 14 of 21 benchmarks across 691 tests. REPL, CLI, VSCode extension with LSP.

GoC11ClangCompilersLanguage DesignLSP

Rewards Platform

Production

High-performance gamification at scale

2020 – 2021

Concurrent reward distribution across streaks, referrals, tiers, and activity-based campaigns. PostgreSQL queue handling 10k+ parallel reward claims without blocking. Row-level locking for atomic balance management — zero race conditions. Replaced materialized views with incremental PL/pgSQL tables: 90% latency reduction, 7s → sub-200ms. Event-driven via AWS EventBridge.

GoPostgreSQLRedisAWS EventBridge

@theinternetfolks/snowflake

Open Source

Distributed Snowflake ID generation for Node.js

2022 – Present

Twitter-compatible Snowflake ID generation for Node.js. 63-bit, time-sortable, with custom epoch support. Published on npm.

TypeScriptNode.jsDistributed Systems

@theinternetfolks/context

Open Source

AsyncLocalStorage context propagation for Node.js

2022 – Present

Eliminates prop drilling across async call chains in Node.js using AsyncLocalStorage. Works with all async primitives: Promises, Timeouts, TCPWrap, UDP. Zero runtime overhead. Full TypeScript support.

TypeScriptNode.jsAsyncLocalStorage

Afiya

Personal Project

Personal finance platform

2023

Full-stack fintech platform with real-time analytics dashboard, OAuth 2.0 authentication, JWT session management, interactive data visualizations with ECharts, sub-80ms dashboard rendering, and atomic database operations for transactional integrity.

Next.jsExpress.jsPostgreSQLRedisDockerECharts

The Kindle Way

Personal Project

Organise your Kindle highlights

Dec 2021 – Present

Keep all your book highlights in one place without the clutter. Search by title or author. Edit and annotate. Built for personal use, open to all readers.

PersonalReading

Vida

Hackathon

AI-enabled transliteration keyboard

Nov 2018

Won 1st place at NIT Bhopal Version Beta Hackathon — Central India's largest 36-hour hackathon run by ISTE MANIT. AI-powered keyboard enabling transliteration across scripts in real-time.

AINLPHackathon

NLP Depression Detection

Academic

Detecting depression signals in social media text

Jan – Feb 2020

Sentiment analysis on the Sentiment140 dataset (1.6M tweets). Implemented and compared Logistic Regression, SVM, Random Forest, and Multinomial Naive Bayes with stemming/lemmatisation and uni/bi/n-gram feature extraction.

PythonNLPMachine Learningscikit-learn

SpotRental & Spotwash

Startup

Vehicle rental marketplace and on-demand washing service

Feb 2018 – Dec 2019

Vehicle rental marketplace with inventory management, booking system, and partner portal. Spotwash: on-demand vehicle washing via a custom-built mobile service unit. Government incubated at Atal Incubation Centre. 2nd Runner Up — Samriddh MP state innovation competition. Featured on DD Madhya Pradesh and Dainik Bhaskar.

PythonFlaskPostgreSQLAWS