Products
Building solutions that create tangible business value.
AI Code Generation Platform
Bolt-style AI application that generates full-stack projects from natural language descriptions with live in-browser preview
The Approach
- Built two-stage AI pipeline using Claude Haiku for project classification and Sonnet for code generation
- Integrated WebContainer API for in-browser Node.js runtime to preview generated apps live
- Designed XML-based artifact format with custom parser to structure AI output into file trees and shell commands
Outcome
- →Generates complete project scaffolds with build configs, routing, and styling from a single prompt
- →Live preview runs entirely in-browser with no external deployment needed
- →Supports intelligent React vs Node.js project type detection
Tech Stack
React 19TypeScriptRedux ToolkitExpressClaude APIWebContainerMonaco EditorVite
InsightScope — Analytics Dashboard
Visualize user engagement data with filterable, shareable charts — no BI tool needed
The Approach
- Chart.js over D3 — built interactive bar/line charts with pan/zoom in a fraction of the time
- Google Sheets as data source — non-technical users update data without touching code
- URL-encoded filters — shareable dashboard views with no login or backend session required
Outcome
- →Shareable filter presets via URL — works across browsers with no session
- →First hands-on exposure to Google Cloud OAuth and service accounts
Tech Stack
React.jsChart.jsExpress.jsMongoDBJWTbcryptGoogle Sheets API
GeekyGlam — E-Commerce Platform
Shop, filter, and buy products with real-time cart, wishlist, and multilingual support
The Approach
- React + Redux Toolkit — component model fits e-commerce UI, RTK tamed complex cart/wishlist state
- Tailwind + ShadCn — faster responsive iteration than Bootstrap, accessible components out of the box
- MongoDB — flexible document schema handled varied product categories without joins
Outcome
- →Multilingual checkout in Kannada & Spanish
- →End-to-end Razorpay test payments with zero failures
Tech Stack
React.jsRedux ToolkitExpress.jsMongoDBTailwind CSSShadCnRazorpayi18Next
GeekyGram — Social Media App
Instagram-like app with feeds, explore, post uploads, and user interactions
The Approach
- Cloudinary for media — keeps MongoDB lean, free CDN transformations included
- Redux Toolkit for feed/bookmark/follow state — shared across unrelated components
- Optimistic UI on likes/follows — updates instantly before API responds
Outcome
- →Full CRUD for posts, comments, bookmarks, and follow/unfollow in one app
- →Optimistic UI pattern first used here — reused in every project after
Tech Stack
React.jsRedux ToolkitExpress.jsMongoDBMulterCloudinaryTailwind CSSShadCn