Yash Kumar

AI Application & Full-Stack Engineer · Chatbots, LLM Integration, Web Apps · Founder, VixitAI Labs

Summary

AI application and full-stack engineer, four years shipping and then operating what I build. I run a live LLM chatbot in production — a multilingual clinical assistant on a client’s website, answering patients in Hindi, English or Hinglish and steering them into the booking flow — and a retrieval-augmented knowledge-base service with a document ingestion pipeline, pgvector search, cross-encoder reranking and an evaluation harness that gates CI. I integrate LLM APIs across Anthropic, OpenAI, Google and DeepSeek, and build the web applications and REST APIs around them: 39 services and 17 production databases on a single VPS, all mine end to end.

39services in production
17PostgreSQL databases
1,572API routes across six products
527tables in those six schemas
142SQL migrations authored
23live hostnames, one VPS

Counted from the live estate on 13 September 2026 by a script kept beside this page’s source, with third-party code excluded. Every system named below is running now and can be demonstrated end to end.

AI & Chatbot Engineering

“Dr Anshuman” clinical assistant · production LLM chatbot on a client website geetasriretina.org

VIXIT Cortex · retrieval-augmented knowledge base over your own documents cortex.vixitai.com

AI text-analysis services · Python, FastAPI, model serving

LLM operations · routing, self-hosting, day-to-day practice

Experience

Founder & Full-Stack Engineer · VixitAI Labs, Ranchi

2022 to Present

Independent software work since 2022, formally registered as VixitAI Labs in 2026 (Udyam + GST). Architecture, engineering, DevOps, security and product for a multi-product estate, single-handed.

VIXIT Clinic ERP · multi-tenant clinic and hospital platform clinic.vixitai.com

  • Shipped 60 clinical modules across 813 API routes and a 207-table PostgreSQL schema — EMR, pharmacy POS with GST returns and a narcotics register, lab, radiology with DICOM, IPD, OT, blood bank, TPA, HR and a 56-endpoint patient portal — as the only engineer, on a two-instance PM2 cluster behind Nginx with per-tenant isolation enforced across 52 files.
  • Took the platform from records to revenue by building Razorpay subscription billing with live recurring mandates, GST-inclusive invoicing and module-level licensing, so a plan maps to a feature set without a code change.
  • Turned India’s health-data standard from a blocker into a shipped surface: 28 ABDM/ABHA endpoints covering consent, HIP callbacks and FHIR bundles, with AES-256-GCM encryption at rest for imaging.
  • Hardened the stack myself — least-privilege PostgreSQL roles, audit logging, JWT with token-version revocation that ends every session on password reset, a client-secret header enforced across 192+ calls, fail2ban and Nginx WAF rules at the edge.
  • Found a patient-identity defect by reading the writers rather than the tickets: four code paths normalised phone numbers three different ways and nothing deduplicated, so the same patient could exist three times.

Upper Bazaar · livelihood and local-commerce marketplace upperbazaar.com

  • Built a bilingual (English and Hindi) marketplace — 288 API routes, 104 tables, 68 forward-only migrations — covering worker profiles, shops, orders, delivery dispatch, scheduled slots, wage panels and government-scheme guidance, with a Next.js 16 / React 19 storefront and four single-file operator consoles non-technical staff run without me.
  • Replaced a test suite that passed silently — the repository’s configured test command matched no files at all — with 100 end-to-end scripts against an isolated stack owning its own database, Redis and ports, now permanently running rather than a folder of files.
  • Made the rider and shop apps work without signal: a cache-first app shell so the app opens with no network, network-only reads because a stale delivery state is a wrong instruction rather than a degraded one, a client-side action queue, and web push over VAPID to reach a rider whose screen is off.
  • Cut mobile Lighthouse performance from 47 to the high 90s and largest-contentful-paint from 7.4s to 2.2s through responsive image renditions and font-payload work.
  • Kept dispatch idempotent across deploys with a PostgreSQL advisory lock around the sweep, after finding pm2 reload could run it twice.

Visible Kitchen · kitchen operations and compliance platform

  • Designed and built a Fastify 5 and TypeScript platform — 112 routes, 80 tables — covering orders, ledger, tax, invoicing and settlements with operator consoles and an inspector PWA, writing the full high- and low-level design first and building to it.
  • Covered the money paths with 11 Vitest suites (outbox, money, ordering, RBAC, trust) and a measured phase benchmark rather than an estimate.

Jantar Mantar · short-video platform with a native Android client

  • Built a short-video platform — 116 routes, 43 tables, 38 migrations — with HLS transcoding, a ranking worker, creator upload, a moderation console and Cloudflare R2 storage, verified by 11 end-to-end suites carrying 416 assertions.
  • Shipped the Android client on Expo 54 and React Native 0.81 with over-the-air updates, building both APK and AAB on a headless VPS toolchain (JDK 17 and the Android SDK) with no hosted build service and no paid account.
  • Cut cold open from 2.96s to 0.29s with a playlist cache and progressive MP4 delivery.

Rentlelo · peer-to-peer rental marketplace

  • Took a rental marketplace from market research through a full PRD to a live service — 137 routes, 57 tables, PostGIS and pg_trgm search, Redis and BullMQ, Zod validation on every route.
  • Designed privacy in rather than bolted on: phone numbers never appear in list responses, only behind a rate-limited contact-reveal; identity documents are stored masked and encrypted behind signed URLs; the Play Store data-safety answers are derived from the schema rather than guessed.

Content and CMS platforms · Strapi 5 and WordPress

  • Run two content platforms: a Strapi 5.47 headless CMS for multi-tenant article management, and a WordPress install taken from mobile Lighthouse 65 to 95 and LCP 6.5s to 2.6s by cutting the page from 2,692KB to 764KB.

Freelance Web Developer · Independent

2021 to Present

Selected Engineering

SPARSE · CPU-only detection of resident space objects in neuromorphic event-camera streams

Deedmint · on-chain registry of record for property title

FSF ERP · zero-dependency invoice ledger

bodemap · geospatial land-investment demo bodemap.vixitai.com/luxembourg

CORX · Hindi broadsheet e-paper generator

Sahajyoga ERP · event and volunteer operations sahajyoga.vixitai.com

CricAI · live cricket scores and news cricai.site

Infrastructure & Operations

Competitions & Recognition

Technical Skills

AI & LLM
Chatbots and assistants on live sites; LLM APIs (Anthropic, OpenAI, Google, DeepSeek); prompt engineering (server-side system prompts, language overrides, structured output contracts); RAG and knowledge bases (pgvector, Voyage and Google embeddings, cross-encoder reranking, document ingestion); LLM-as-judge evaluation with a CI gate; transformers, torch and sentence-transformers behind FastAPI; AI-assisted development (Claude Code, daily)
Languages
TypeScript, JavaScript (Node.js and browser), Python, SQL, Solidity, HTML/CSS, Bash
Backend & APIs
Node.js, Express, Fastify, FastAPI, REST API design, BullMQ and Redis job pipelines, Socket.IO, webhooks, payment integration
Data
PostgreSQL schema design, forward-only migrations, query and index tuning, PgBouncer, PostGIS, pgvector, pg_trgm, Redis, multi-tenant isolation
Frontend & Mobile
React 19, Next.js 16, Tailwind CSS, Three.js and React Three Fiber, GSAP, React Native and Expo with over-the-air updates, Android APK and AAB builds, progressive web apps with service-worker strategies and VAPID push
DevOps & Infra
Ubuntu, Nginx, PM2 clustering, Docker and self-hosted registries, systemd, Cloudflare and R2, Certbot and TLS, deploy scripting, backups, monitoring and alerting
Security
Least-privilege database roles, JWT with token revocation, OTP and session auth, AES-256-GCM encryption at rest, audit logging, consent capture, PII masking, fail2ban, Nginx WAF rules, rate limiting
Testing & Practice
Vitest, Jest, e2e harnesses against isolated stacks, scripted release verification, PRDs and design documents written before code, Git, Figma, AI-assisted development (Claude Code, daily)

Education