Founder & Engineer
Elivate SEO · Self-employed
Sep 2026 - Present · 1 mo
Indore, Madhya Pradesh, India · Remote
1,778 contributions · 168 active days · last 12 months
Indore, India — open to work
I build production systems end to end — architecture and APIs through frontend and deployment. Sole engineer on three of them: a 23-agent multi-tenant SEO platform, a live broadcast competition app, and an internal operations suite.
Selected work
06 projects
~/work ❯ ls
# 6 files, 33 technologies, 3/37 lines read
~/work ❯ cat ai-seo-geo-platform.ts --status "in production"
A multi-tenant SaaS I architected and built as the only engineer. 23 AI agents span crawling, keyword discovery, research, writing, optimization and publishing, coordinated by a queue-backed orchestrator across 57 services. Three LLM providers route through a Pinecone RAG layer, chosen per task to balance quality against latency and cost.
~/work ❯ cat elivate-seo.astro --status "founder"
An SEO and GEO firm I founded and build entirely myself — the site, the tooling and the research behind it. The free audit reads a site the way a crawler does across seven areas and returns a specific fix per finding rather than a score, with no model and no paid API behind it, so the same input always produces the same report. The measurement is original work: 75 searches captured by hand, and 54% of the AI Overview citations in them named a domain that was not ranking underneath.
~/work ❯ cat easinvy.tsx --status "founder"
A software development studio I founded, and the product it runs: Easinvy Retail, multi-tenant GST billing and inventory for small Indian shops — bills, stock, purchases, suppliers, staff attendance and Razorpay subscriptions. Designed for a phone held one-handed at a counter under shop lighting, so every number is the most legible thing on the screen. Stock is a running figure that can go negative, and the schema treats that as information rather than an error.
~/work ❯ cat masterchef.ts
The official platform for a broadcast client, built as sole backend developer. Real-time event flow over WebSockets keeps contestants synchronized with a Twitch livestream despite per-viewer delay, restoring state on refresh, late join or a second device. The hard part was not the sockets — it was migrating 350,000+ user records with zero downtime and no data loss.
~/work ❯ cat phasedesk.tsx
An invite-only internal system that replaced manual standup, timesheet and leave tracking for every project team. Authorization is enforced in the API rather than the UI across 13 data models: org-wide reads require an explicit admin scope, and project attribution is validated before any write.
~/work ❯ cat serp-reader.ts --status "open source"
A Chrome MV3 extension that captures search results as structured data, built to run the Elivate SEO study on what AI Overviews cite. The interesting bugs were all in the parser: Chrome and Node disagree about how to parse a malformed hostname, and no test could catch it because the suite runs on Node.
Elivate SEO · Self-employed
Sep 2026 - Present · 1 mo
Indore, Madhya Pradesh, India · Remote
Full-time
Jun 2026 - Present · 4 mos
Indore
• Designed and built an AI-powered platform end to end for Generative Engine Optimization (GEO) and SEO, owning frontend, backend and integrations.
• Architected a 20 plus agent AI pipeline covering keyword research, clustering, competitor analysis, content writing, SEO and GEO optimization, and automated publishing.
• Integrated multiple LLMs including Anthropic Claude, OpenAI and Gemini with a Pinecone RAG layer to ground content generation in the real data of each site.
• Built the core GEO engine that measures brand visibility across AI answer engines such as Google AI Overviews and Gemini, using DataForSEO and live web search.
• Extended the platform with a public API and an MCP server so external tools and AI agents can integrate directly, plus off-site GEO tooling that discovers, drafts, and schedules content on third-party platforms.
• Built the control plane in Next.js 14 with multiple dashboards on PostgreSQL, Redis and BullMQ, secured with NextAuth, JWT and role based access control.
• Continue to pick up occasional feature and maintenance requirements for MasterChef World App.
Internship
Mar 2026 - May 2026 · 3 mos
Indore, Madhya Pradesh, India
• Designed and built the backend architecture for the official MasterChef platform from the ground up using Node.js, Express and MongoDB.
• Structured the backend across six REST domains and built a React and TypeScript admin console for managing content and daily operations.
• Integrated AWS S3 and SES, Firebase and a lead pipeline to support the wider product.
• Led a reliable data migration that moved more than 350,000 existing users onto the new system with no data loss.
Black Raven eSports · Freelance
Jan 2026 - Feb 2026 · 2 mos
Indore, Madhya Pradesh, India · Remote
Independently designed, built, and deployed a full-stack esports platform for Black Raven Esports, serving a competitive gaming community of 30,000+ Discord members. The platform runs the organization's teams, tournaments, scrims, and day-to-day operations end to end.
Key Contributions:
• Built secure social login with Discord and Google OAuth (Passport), letting members sign in with the accounts they already use, backed by JWT sessions and cookie-based token handling.
• Designed a complete team-management system with team creation, invite codes, and a join-request approval workflow for captains and admins.
• Developed tournament and scrim modules for scheduling, registration, and match coordination across the community.
• Built an admin dashboard to manage users, teams, bans, and operations, with dedicated user and team detail views.
• Implemented role-based access control (RBAC) using middleware and protected routes to separate member, moderator, and admin permissions.
• Added a notification system and audit logging for authentication and team activity, improving transparency and traceability.
• Modeled scalable MongoDB schemas with Mongoose for users, teams, tournaments, and activity logs to support a growing community.
• Built a responsive React frontend (React 19, Vite, React Router) with protected routes and a guided first-login profile setup.
• Owned the full lifecycle independently — architecture, frontend, backend, database, and production deployment.
Tech Stack: React, Vite, React Router, Node.js, Express, MongoDB, Mongoose, Passport (Discord & Google OAuth), JWT, REST APIs, RBAC
Bachelor of Business Administration - BBA
2023 - 2026
Indore, Madhya Pradesh, India
Stack
Grouped by what the work needs, not by how many logos fit in a row.
81 data models across 2 stores
3 deploys answering right now
depends on Databases, Cloud & tooling
57 services · 37 API modules
depends on Databases
23 agents · 3 providers · 1 router
depends on Backend
75 console screens · 41 admin screens
Every edge is a pair Prisma→PostgreSQL · Mongoose→MongoDB · BullMQ→Redis · RAG→Pinecone · Railway/Docker→Node services · React Query→REST APIs
Writing
Seven errors appeared in one component the day type checking was switched on, under a guard that was correct. The difference between the lines that failed and the lines that passed was one keyword.
5 min
It cost me the number one result twice, and no test could have caught it — because the test suite runs on Node, where the bug does not exist.
4 min