Full-stack · AI · Web3 — Founder-led, IIT Bhilai, Est. 2024

Senior engineers, directly on your project.

  • Senior by default — 8–20 years of production experience, every engagement
  • AI & Web3, in-house — LangChain, RAG, Solidity, real-time systems
  • Fixed scope, written agreement — no surprise costs, no scope creep
  • 2-week defect-correction window post-delivery — fixed at no extra charge
Talk to us directly
An IITian leads your project — first-hand, no relay chain.
No forms. No funnels. Reach the founder directly and get a real technical read on your project within hours.
WhatsApp / Call +91 99814 53727
WhatsApp / Call +91 94079 36653
Direct line to the founder · IIT Bhilai, M.Tech CSE

Worked with & built on

IIT Bhilai
IIT Bhilai
Research Institution
SPRING Security & Privacy Lab
SPRING Lab
Security & Privacy Research
intervue
Intervue
Freelance Build, Interview Platform
ALFRED CAPITAL
Alfred Capital
Freelance Task, DeFi / Fintech
P/ pathway REAL-TIME DATA
Pathway
Real-time Vector, LLM Infra
hp Inter-IIT Tech Meet 13
HP, Inter-IIT
Agentic RAG, Competition
Hugging Face
Hugging Face
Model Hub, Transformers
POL Polygon NETWORK
Polygon
L2, Smart Contracts
Open Lake
OpenLake
IIT Bhilai Open Source
Ethereum EVM, SMART CONTRACTS
Ethereum
EVM, Smart Contracts

Selected work

01
MedC, Healthcare Platform

Full-stack healthcare web app with a live production domain. Express REST API handles auth, patient records, and file uploads via structured controllers, middleware, and models. React + Tailwind frontend built with 313 commits across 2 contributors, the most commit-dense project in the profile.

Healthcare
React·Vite
Node.js·Express
MongoDB·Tailwind
02
Intervue, Live Poll System

Real-time polling system built as a task for Intervue, a developer interview platform. Socket.io handles live vote broadcasting across connected clients with zero page refresh. Separate Node.js backend deployed independently on Vercel, both repos live in production.

Intervue
React·Vite
Node.js·Socket.io
Tailwind
03
Alfred Capital, Arbitrage Bot

Rust-based arbitrage detection bot on the Polygon network. Periodically queries WETH/USDC prices across QuickSwap and SushiSwap via Uniswap V2-style routers, calculates net profit after simulated gas cost, and logs actionable opportunities. Built as a fintech engineering task, the only Rust project in the team's public work.

Alfred Capital
Rust·ethers-rs
tokio·Polygon
QuickSwap · SushiSwap
04
Inter-IIT Tech Meet 13, Agentic RAG

Full-stack submission for the HP problem statement at Inter-IIT Tech Meet 13, India's premier inter-IIT engineering competition. Agentic RAG pipeline built on Pathway's real-time vector store: multi-agent query augmentation, document retrieval, and a Flask + Socket.IO backend streamed live into a React chat interface with speech recognition. 4 contributors, 2 forks.

Inter-IIT · HP
Python·Flask
Pathway·Socket.IO
React·OpenAI

Shopify builds

Toys & Diecast
Tingle Tots

Full Shopify build for a kids' toys, diecast, and RC store — collections, quick-shop, upsell carousels, and SEO-backed blog content.

tingletots.com →
Baby Care, Kuwait
Bumbum

Shopify build for an international (Gulf market) organic bamboo diaper and baby-care DTC brand.

mybumbum.com →
Maternity & Baby
Naruve

Shopify build with deep catalog structure across maternity wear, baby clothing, and accessories — age-based navigation across a large SKU range.

naruve.in →

Marketing & checkout creative

Built in-house

01
Asset Tokenization Platform

Full-stack dApp for tokenizing real-world assets on Ethereum. Solidity contracts handle issuance, ownership transfer, and on-chain governance. React + Vite frontend, Hardhat-deployed contracts.

Solidity·Hardhat·React·Vite
View Repo
02
Blockchain Explorer CLI

CLI to inspect IIT Bhilai's private blockchain via RPC. Browse blocks, transactions, accounts, network health, with table output and a packaged Windows binary. Built in Node.js using ethers.js.

Node.js·ethers.js·JSON-RPC
View Repo
03
P2P Solar Energy Trading

Decentralised marketplace for trading surplus solar energy. Solidity contracts enforce on-chain settlement; React frontend live on Vercel. List, bid, and transfer with no intermediary.

Solidity·Hardhat·React
View Repo
04
RAG / LLM Application

RAG pipeline grounding LLM responses in user-supplied documents. HuggingFace backend, LangChain orchestration, Streamlit interface — queryable over any corpus, no retraining.

Python·LangChain·HuggingFace·Streamlit
View Repo
05
Shell AI, Agentic CLI

TypeScript CLI agent on npm as @shell-ai/cli. ReAct loop translates natural language into terminal calls, file reads, shell execution, web search, memory. MCP support. Runs on local Ollama, zero network calls.

TypeScript·Ollama·MCP·npm
View Repo
06
AI LaTeX Editor

Browser-based LaTeX editor with Monaco, real-time PDF compilation, and a floating AI assistant. Supports Gemini, OpenAI, Anthropic, and local Ollama — bring your own key. Diff-preview AI edits before accepting. Live on Vercel with an Express compilation proxy.

TypeScript·React·Vite·Ollama·Express
View Repo
07
CodePilot, VS Code Extension

AI coding assistant for VS Code, on the VS Code Marketplace. Connects to local Ollama models — no API keys, no telemetry. Right-click to explain, refactor, or document with AI. Context-aware across files or workspace; chat history persisted per workspace.

TypeScript·Ollama·VS Code API
Marketplace
08
iG-kway, GPU Graph Partitioner

Production CUDA implementation of the DAC 2025 paper iG-kway: Incremental k-way Graph Partitioning on GPU. First GPU-parallel incremental partitioner supporting vertex/edge insertion and deletion without full re-partition. Custom warp-aligned data structures and parallel refinement kernel. Up to 84× speedup over G-kway on industrial circuit graphs.

CUDA·C++·Thrust·CMake
View Repo
09
Linux Shell, Built from Scratch

A Unix shell implemented in C from scratch. Custom reimplementations of ls, cat, cp, mv, mkdir, pwd, grep. Built on raw POSIX: fork, exec, wait, file descriptors, I/O redirection.

C·POSIX·Makefile
View Repo
10
Go Compiler, Intermediate Code Generator

A compiler front-end for Go built with Flex and Bison. Lexer tokenises Go source, Yacc grammar parses it, and the pipeline emits three-address code (TAC) as intermediate representation. Covers lexical analysis, grammar rules, symbol resolution, and IR generation.

C·Lex / Flex·Yacc / Bison·Go
View Repo
11
NextHire, Job Platform

Full-stack job platform on production-grade infrastructure. Kafka handles async event streaming for postings, applications, and notifications. Redis for session caching and rate limiting. PostgreSQL, React, Node.js, all containerised with Docker.

TypeScript·React·Node.js·Kafka·Redis·Docker·PostgreSQL
View Repo
12
FastAPI Server, Dynamic RBAC

A production-ready FastAPI server template with dynamic Role-Based Access Control — runtime-configurable, not hardcoded. Roles, resources, and access rules are managed through the API itself.

Python·FastAPI·RBAC·JWT
View Repo
13
SayHi, Real-time Chat

Real-time chat application on Socket.IO with React, Express, and Tailwind. State managed globally with Zustand. Rooms, live presence, instant message delivery.

React·Socket.IO·Express·Tailwind·Zustand
View Repo
14
Automatex, Lost & Found, IIT Bhilai

A lost-and-found platform built for IIT Bhilai's campus. Image uploads via Cloudinary, Express + MongoDB backend, React + Tailwind frontend, live for a real campus community.

React·Node.js·Express·MongoDB·Tailwind·Cloudinary
View Repo