15+ systems in production. One person.

I don't just talk
about AI.
I ship it.

AI agent orchestration platforms. Voice AI systems. WhatsApp automation pipelines. Chat-first CRMs. Manufacturing ERPs. All built, all running, all delivering real value — right now.

This page exists so you can see exactly what "full-stack, end-to-end" looks like when one person is obsessed with building.

0
Systems in production
0
Live client websites
0
AI-powered products
0
Person. Zero excuses.

AI Agents & Agentic Systems

This is the core. Not a side project, not a tutorial — production multi-agent systems doing real work 24/7.

Paperclip — AI Company Orchestration

Live at pc.konzult.in

A full platform for running "AI companies" — multi-agent pipelines with Planner, Generator, and Evaluator patterns. Node.js monorepo with React 19 UI, pnpm workspaces, and a PostgreSQL/Drizzle backend. Not a wrapper. An actual orchestration platform.

Multi-agent orchestrationNode.js monorepoReact 19PostgreSQL/Drizzle

Pulse — AI Chief of Staff

Running 24/7

A cron-driven AI operating system for a solo founder. 4 daily briefings. Pre-meeting intel. Post-meeting follow-up automation. WhatsApp message extraction. Overnight task queue processing. Contact intelligence. Call transcription via Groq Whisper. All on a single VPS.

Shell + PythonSQLiteClaude AIGroq Whisper STT

VoicERA — Voice AI Platform

Live at call.konzult.in

Full end-to-end voice AI system. Real-time call handling with a FastAPI backend, Pipecat for voice streaming, Next.js frontend, MongoDB for call history, MinIO for audio storage. Deployed via Docker Compose. This is a voice AI platform, not a demo.

FastAPI + PipecatNext.jsMongoDB + MinIODocker Compose

WorkBuddy — Chat-First CRM

Launch Apr 2026

A sales CRM where the entire interface is AI chat. 20+ function-calling tools: create contact, log call, update deal, schedule follow-up, generate insights. Voice-to-form via Groq. 3-layer memory. Postgres RLS multi-tenancy. React Native mobile app.

// LLM tool dispatch — real production pattern
user: "log a call with Priya, demo on Friday"
→ tool: log_call({ contact: "Priya" })
→ tool: create_task({ title: "Demo", due: "Friday" })
→ tool: schedule_followup({ days: 1 })
3 CRM actions. 0 clicks. 30 seconds of voice.
LLM function callingVoice-to-formMulti-tenant RLSReact Native

Kira + WA Task Extractor

Running via PM2

Two-layer WhatsApp automation pipeline. Kira handles outreach automation for SiteGen leads. WA Task Extractor reads WhatsApp messages and extracts actionable tasks using an LLM in real-time, feeding directly into the Pulse task database.

Python + WAHA APIFastAPILLM extractionReal-time pipeline

Full-Stack Delivery, Top to Bottom

From AI orchestration to manufacturing ERP — the range is the point.

30+ live sites

SiteGen — AI Website Pipeline

Automated pipeline that discovers local businesses (Google Maps), generates personalised websites from real data, and does WhatsApp outreach. 30+ live sites across Pune serving restaurants, salons, gyms, bakeries, and professional services.

FastAPINode.jsPostgreSQLJinja2Caddy
sitegen.konzult.in →
v1.5 — Client deployed

PackWares ERP — Manufacturing ERP

Full ERP system for a Pune-based corrugated packaging manufacturer (PackWares). Production orders, inventory management, procurement, BOM, and internal chat module. v1.5.1 shipped and running in production.

ReactExpressPostgreSQLCorrugation Industry
Miebach Consulting

VMI Portal — Vendor Managed Inventory

Custom VMI system for a towel manufacturer, built for Miebach Consulting (global supply chain firm). Demand planning, BOM-driven trims generation, inventory netting, and vendor RM positioning. Role-based access for SCM, Marketing, and Vendor teams.

React 19ViteExpressPrismapnpm monorepo
expense.konzult.in

Aditya Group Expense Manager

Multi-level expense approval system for Aditya Group India. Employee submission, manager approval workflow, finance sign-off, audit trail. Live in production for a multi-entity business group.

TypeScriptExpressPrismaReact/Vite
expense.konzult.in →
Suzlon Energy

Process App — Project Management

Project management and tracking platform built for Suzlon Energy (major wind energy company). Covers project timelines, resource allocation, and progress tracking across distributed teams. Built and delivered; client scope paused.

ReactFastAPINode.jsEnergy Sector
2 active brands

Marketing Engine — LinkedIn Carousels

Automated LinkedIn carousel PDF generator. Takes content briefs and produces branded, multi-slide PDFs ready for posting. Running for PackWares and Accounting Brains. Python + Playwright + ReportLab.

PythonPlaywrightReportLabContent Automation
GitHub Pages live

Accounting Brains — CPA Marketing Site

AI-powered marketing website for a CPA firm. Blog automation via OpenRouter, lead scraping via SERP API + Hunter.io, automated outreach via Bland.ai. 11ty SSG on GitHub Pages — right tool for the job. Not every problem needs a React SPA.

11ty SSGCloudflare WorkersGitHub PagesAI Content
Open Source

OpenOutreach — LinkedIn Lead Gen

LinkedIn automation tool: describe your product, define your target market, and the AI finds leads and handles outreach for you. Node.js automation pipeline. Open source on GitHub.

Node.jsLinkedIn APIAI Lead Gen
github.com/aasheesm/OpenOutreach →
Running 24/7

Claude Channels — AI Command Center

Custom integration connecting Claude AI directly to Telegram. Routes multi-agent tasks (workbuddy-agent, erp-agent, ops-agent, konzult-agent) from voice messages. The infrastructure that makes operating 25+ projects as one person actually possible.

Claude AI SDKTelegram Bot APIMulti-agent routingsystemd
Running via PM2

Kira + WA Task Extractor

Two-layer WhatsApp automation pipeline. Kira handles outreach automation for SiteGen leads using a state machine. WA Task Extractor reads incoming WhatsApp messages and uses an LLM to extract actionable tasks in real-time, feeding directly into the Pulse task database.

PythonWAHA APIFastAPILLM extraction

What "End-to-End" Actually Means

Not a frontend person who dabbles in backend. Not an AI researcher who can't ship. Every layer, every time.

AI & LLM Integration

Function calling, tool dispatch, prompt engineering, memory layers, multi-agent patterns. Using Claude, Groq, and OpenRouter in production systems daily — not for demos, for real workflows.

Backend & API Design

TypeScript/Express and FastAPI APIs. PostgreSQL with RLS multi-tenancy, Drizzle/Prisma ORMs, SQLite for lightweight automation. JWT auth with refresh rotation, RBAC middleware.

Frontend & Mobile

React 19, Astro, Next.js, Vite for web. React Native + Expo for mobile with offline-first sync. Right framework for the right job — not React for everything.

DevOps & Infrastructure

25 projects on one VPS. systemd services, PM2 process management, Docker Compose, Caddy reverse proxy, iptables rules. Zero managed infrastructure spend — all muscle memory.

Messaging & Real-Time

WhatsApp automation via WAHA API. Telegram bot integration. Real-time voice streaming with Pipecat. WebSocket pipelines. Making conversations the UI.

Product Thinking

Each system was scoped, designed, and shipped independently. Positioning, pricing, differentiation — product sense is part of every build, not a separate phase after engineering.

What's Running at This Moment

Not mockups. Not demos. The actual running stack on a single VPS.

ServiceURL / LocationStackStatus
VoicERAcall.konzult.inFastAPI + Next.js + DockerLive
Paperclippc.konzult.inNode.js + React 19Live
Aditya Expenseexpense.konzult.inTypeScript + Prisma + ReactLive
SiteGen Adminsitegen.konzult.inFastAPI + Node.jsLive
SiteGen Client Sites*.konzult.in (30+ domains)FastAPI + Jinja2 + CaddyLive
Pulse (AI CoS)Internal cronShell + SQLite + Claude AIRunning 24/7
Kira WhatsApp BotPM2 processPython + WAHARunning
Claude ChannelsTelegram botClaude SDK + systemdRunning
WorkBuddytheworkbuddy.appTS + Express + React NativeIn Development (Apr 2026)
Accounting Brainsaasheesm.github.io11ty + GitHub PagesLive

How I Work

Solo founder model. You talk to me, I build it, I deploy it, I maintain it. No account managers, no handoffs, no BS.

01

One person, full stack

Frontend, backend, mobile, AI, DevOps — I handle the entire stack. No handoffs between teams. Decisions are instant.

02

Ship first, iterate fast

Working software in days, not months. I'd rather have you using it and giving feedback than have a perfect spec document.

03

Right tech, not trendy tech

PostgreSQL when you need a real database. SQLite when you don't. 11ty when a static site is the right answer. No resume-driven development.

04

AI where it makes sense

I've built 8 AI-powered systems. I know when AI adds real value and when it's just overhead. I'll tell you which yours is.

Have a project in mind?

Whether it's a custom SaaS, an AI integration, an ERP, or an automation pipeline — I've probably built something similar. Let's talk about yours.