π AI SaaS Platform | Full-Stack Development
https://www.getconch.ai/
Overview
Built a scalable, multi-product AI platform combining writing, study, and content generation into a single ecosystem.
πΌ What I Delivered
Developed a modular full-stack architecture using Next.js, Express, and MongoDB
Integrated multiple AI providers (OpenAI, Gemini, Claude, Azure) for optimized cost + performance
Built a rich AI writing editor with templates, rewriting, and structured content generation
Created an AI detection + humanization system with context-aware rewriting
Designed a study suite (flashcards, mind maps, planner) from PDFs, YouTube, and web content
Implemented an AI podcast generator with text-to-speech (MP3 output)
Developed a persistent AI chatbot across the platform
βοΈ Technical Strength
Scalable backend with rate limiting + autoscaling
Clean modular βmini-appβ frontend architecture (fast feature shipping)
Strong data + file management system (folders, exports, storage)
Stripe billing integration with subscription lifecycle handling
Full analytics stack (PostHog, Mixpanel, Sentry)
1
125
π No-Code Marketplace Builder | Full-Stack SaaS
https://marketplace.sanjeevdev.in/
Built a scalable no-code platform that enables users to create fully custom online marketplaces with a drag-and-drop builder, dynamic database, automation logic, email campaigns, and Stripe payments.
β‘ Key Highlights
Designed a visual canvas engine (drag-drop + responsive layouts) storing UI as JSON
Built a dynamic CMS where users create their own databases (auto-generated PostgreSQL tables)
Developed a no-code logic engine for filtering, conditions, and real-time data binding
Implemented multi-tenant architecture (schema-per-user) for strong isolation and scalability
Integrated email system (AWS SES) + Stripe subscriptions & webhooks
Added AI-powered UI generation using Anthropic Claude
0
71
π Real-Time AI Voice Agent | Production System
Built a production-grade voice agent that conducts autonomous phone conversations using real-time STT, LLM, and TTS with sub-second latency.
β‘ Key Highlights
Developed a real-time voice pipeline (Twilio β Deepgram β OpenAI β AWS Polly β Twilio)
Enabled streaming conversations with instant transcription, reasoning, and speech synthesis
Implemented interruption handling (user speech stops AI mid-response seamlessly)
Built scalable load balancing across multiple API keys for concurrent call handling
Stored call history, transcripts, and AI summaries using DynamoDB
βοΈ Engineering Strength
Streaming-first architecture (WebSockets end-to-end) for ultra-low latency
Sentence-level TTS batching β natural, uninterrupted speech output
Direct audio byte streaming β minimal STT delay
In-memory session management β fast call state handling
Robust observability via AWS CloudWatch
π§ Impact
Delivered a human-like conversational AI over phone calls
Achieved real-time interaction with interruption support (rare + complex)
Built for production scalability and reliability
0
52
π Live Collaborative Coding Platform | Full-Stack
https://code.sanjeevdev.in/
Built a real-time coding platform where teachers manage classrooms, assign projects, and review student code live with a multi-language editor + compiler.
β‘ Key Highlights
Developed real-time collaboration using Socket.io (http://Socket.io) (room-based sync for each project)
Built a multi-language code editor (CodeMirror 6) supporting JS, Python, Java, C++, Go, PHP, Rust
Integrated live code execution via Judge0 API for instant output
Designed classroom + role system (teacher/student, join requests, project workflows)
Enabled multi-language persistence β users switch languages without losing code
βοΈ Engineering Strength
Room-based isolation β secure, real-time collaboration per project
Last-write-wins sync β optimized for speed over complex OT/CRDT
Prisma + PostgreSQL (Neon) β scalable, structured data layer
JWT + Zod validation β secure, type-safe APIs
Clean separation of REST (data) + WebSocket (realtime)
π§ Impact
Delivered a Google Docsβlike experience for coding
Enabled real-time teaching, pair programming, and code reviews
Built for speed, simplicity, and scalability
0
57
π Real-Time Prediction Market | Full-Stack System
https://probo.sanjeevdev.in/
Built a real-time trading platform where users take YES/NO positions on live events (sports, crypto, politics) with instant order matching and live updates.
β‘ Key Highlights
Developed a microservices architecture (API Gateway, Trading Engine, WebSocket, Frontend) connected via Redis
Built a high-performance trading engine with in-memory orderbook and real-time order matching
Implemented complementary pricing logic (YES + NO = βΉ10) with automatic liquidity handling
Enabled live orderbook updates using WebSockets + Redis Pub/Sub
Designed a responsive trading UI with portfolio tracking and one-click order execution
βοΈ Engineering Strength
Redis as message bus β decoupled, low-latency communication
Integer-based pricing (paise) β eliminates floating-point errors
Market maker bot β ensures liquidity with realistic price ladders
Optimized CI/CD β deploy only changed services via GitHub Actions