AI Complaint Management System
Real-time AI complaint workflow with voice input/output, LLM routing, and backend orchestration for practical complaint resolution flows.
Every project here is focused on practical outcomes: faster workflows, clean architecture, and reliable delivery. These are production-grade builds, not toy demos.
Real-time AI complaint workflow with voice input/output, LLM routing, and backend orchestration for practical complaint resolution flows.
Browser-native encryption tool using AES-256-CBC and Web Crypto API with a clean, lightweight approach.
A full-stack web app for managing a library collection with an AI-powered assistant. Users can add, edit, search, and organize books, chat with the assistant for recommendations and book queries, and use voice features for speech-to-text input and spoken AI responses. Closed-source project.
Service Scaffolding CLI - Generate production-ready service files in seconds. skelr is a Node.js CLI and library for generating Express service scaffolding with modular and layer-based architectures, JavaScript/TypeScript templates, optional CRUD generation with soft-delete strategies, and config-driven defaults via .skelrrc.json.
Feature Branch Database Isolation CLI - Instantly clone your development MySQL database into isolated environments per feature branch. Featify prevents schema conflicts in Prisma workflows by creating branch-specific databases, enabling parallel development without migration collisions. It automates database cloning via Docker, generates feature-specific .env files, and integrates seamlessly with Prisma db push workflows.