Featured
Projects.
A curated selection of my technical builds, and hobby projects.
ContentStudio AI
A guided, multi-stage pipeline that transforms a simple topic into a complete AI-generated video. Users submit content briefs and the system autonomously chains AI models through seven sequential stages β content generation with variation scoring, structured script development, scene-by-scene storyboard creation via LangGraph, avatar video synthesis with HeyGen, quality review, and final MP4 assembly β delivering a packaged, ready-to-publish video. A multi-provider AI gateway with automatic fallback routing, resumable pipeline checkpointing, and per-user encrypted API key storage keeps the pipeline resilient at every step.
"ai_stack": ["google-gemini", "openai", "anthropic", "heygen-v3"],
"pipeline": "brief β variations β script β storyboard β avatar-video β review β mp4-export",
"orchestration": "LangGraph + Celery + Redis β FastAPI β PostgreSQL checkpoints",
"features": ["multi-provider fallback", "resumable stages", "cost tracking", "team workspaces"]
RAG AI
A retrieval-augmented generation system that grounds LLM responses in a document knowledge base. Content is chunked and embedded into a vector store, then relevant passages are retrieved at query time and injected into the prompt context, reducing hallucination and enabling accurate, source-grounded answers over custom document sets.
"pipeline": "ingest β chunk β embed β index β retrieve β augment β generate",
"retrieval": "vector similarity search",
"goal": "source-grounded, low-hallucination answers"
ChromaCraft AI
An identity-preserving AI image pipeline that takes product photos and automatically generates high-quality marketing assets. The system takes a base image, removes the background, and uses a mix of traditional color-shifting, Stability AI, and Google Gemini to place the product into entirely new scenes while keeping its exact look intact. Before anything reaches the user, an automated AI agent checks the quality of each image using structural and visual metrics to make sure it looks perfect. The final output generates complete 12-variant color catalogs, 360Β° spin sequences, and compiled showcase videos, all ready to download in a single ZIP file.
"ai_stack": ["google-genai", "stability-ai", "rembg", "Pillow"],
"quality_metrics": ["SSIM", "CLIP", "DINOv2"],
"queue": "BullMQ + Redis β Node.js orchestrator β Python subprocesses",
"outputs": ["color-variants", "catalog-grid", "360-spin", "mp4-video", "zip-export"]
Sentinel AI
An AI-powered repository evaluation and intelligence platform that automatically clones, analyzes, and evaluates GitHub codebases. The system detects framework configurations, structural patterns, and package dependencies to dynamically prompt Anthropic Claude and Google Gemini models across 8 core quality domainsβArchitecture, Security, Performance, Database, Testing, Frontend, Backend, and Documentation. It renders interactive engineering dashboards complete with radial status scores, confidence metrics, code structural trees, and comprehensive stakeholder reports.
"evaluation_domains": ["architecture", "security", "performance", "testing", "backend", "frontend", "database", "documentation"],
"ai_engines": ["gemini-2.5-flash", "claude-opus-4-8"],
"analysis_engine": "clone β structural-ast β LLM-evaluation β adaptive-scoring β report",
"dashboard": "Next.js 16 + TailwindCSS + ShadCN + radial-progress"
Outreach AI
A smart AI outreach platform that handles everything from lead ingestion to automated follow-ups, with a human-in-the-loop safety net. It hooks into your CSVs or Google Sheets, intelligently cleans and validates the data, and uses a multi-model AI system (Gemini, OpenAI, Claude, and Groq) to write highly personalized emails. Nothing goes out without your approval. Once approved, a smart email delivery system sends the messages, tracks opens via a pixel, and monitors your inbox for replies. If a prospect responds positively, the system automatically flags them as a hot lead.
"ai_factory": ["@google/genai", "openai", "@anthropic-ai/sdk", "groq-sdk"],
"pipeline": "ingest β validate β draft β review β send β track β triage",
"background_workers": ["generate-drafts", "send-sequence", "reply-detection", "followups"],
"ops_stack": ["Prisma ORM", "PostgreSQL", "Inngest", "Nodemailer", "NextAuth"]
Ghostwriter AI
An authentic, adaptive AI engineering collaborator designed to work alongside developers for content creation. Features semantic context management, real-time code history adaptation, and multi-turn conversation tracking to act as a grounded peer rather than a rigid assistant.
"engine": "adaptive-context-parser",
"interaction_model": "empathy + technical-candor",
"token_optimization": "dynamic history windowing",
"target_latency": "< 200ms"
Personal Portfolio
A framework-less portfolio engineered for speed, clarity, and control. The site uses semantic HTML, shared CSS tokens, responsive grids, persistent theme switching, scroll-reveal motion, rich SEO metadata, and a lean DOM to tell my engineering story without shipping framework weight.
"architecture": "static-html + shared-css-system",
"design_system": "Emerald Glow tokens + responsive grids",
"runtime_js": "theme + nav + reveal + hover glow",
"dependency_budget": 0
Let's build something extraordinary.
Interested in collaborating on an open-source project or building a new product?