
"Build it. Ship it. Iterate."
"That's the whole job."

Deepak Modi
Full Stack Developer
Hey there! 👋 I'm Deepak, a full-stack developer who loves building products that people actually use. I'm currently a Software Developer Intern at TidyHire, engineering frontend dashboards and core backend services for an AI-driven recruitment platform.
My projects have real users: ResumeGPT helps 200+ people build better resumes with AI, and NotesNeo helps 1,000+ engineering students find quality study notes. I build with Next.js, TypeScript, and React, always focused on shipping fast and iterating based on feedback.
I also run bannerss.studio, a freelance agency focused on delivering delightful digital experiences.
work experience.
Developed key modules for Charlie (AI Interviewer) and Ria (Outbound Call Agent) using Node.js & Express.js. Designed and implemented high-performance, responsive layouts for the recruitment dashboard using Nuxt.js and Tailwind CSS. Engineered high-performance data grids and interactive charts for visualizing core recruitment and candidate metrics.
Worked at a Y Combinator-backed startup building the reliability layer for Conversational AI. Contributed to the development of automated testing and monitoring platform for Voice and Chat AI agents. Built intuitive dashboards and user interfaces for AI-powered testing tools, evaluation metrics, and observability features that helped 75+ customers across healthcare, BFSI, logistics, and retail ship reliable AI agents 10x faster.
Software Development Intern
Built the treatment landing pages of the company and a multi-tenant lead generation website for serving international patients across 5 major Indian hospitals (Apollo, Fortis, Artemis, Max Healthcare, Medanta). Converted 50+ Figma designs into React components, integrated OneSignal push notifications, Google Ads tracking, Tawk.to live chat, and Google Translate for multi-language support.
featured projects.














AI-powered real-time multilingual chat.
I built Polygo to break down language barriers for global teams. It's an AI-powered real-time chat platform that combining Sarvam AI's lightning-fast Indic translations with Google Gemini's global reach. In a Polygo group, 10 people can speak 10 different languages, and every single one of them sees the conversation in their native tongue as if it were written that way.
AI-driven professional food photography studio.
I built MenuViz to simplify food photography for restaurants. It's an AI-powered studio that transforms text descriptions into stunning, high-quality food images using Google Nano Banana Image Model. With features like intelligent prompt enhancement and professional style presets, it allows users to visualize their menu items.
AI-powered ATS-optimized resume builder.
I built ResumeGPT because my friends kept coming to me, asking how to make professional resumes that actually get shortlisted. Instead of helping them one by one, I built an AI tool where they can just describe themselves, and it generates a polished, ATS-friendly resume instantly with 10+ templates to choose from. It now features real-time AI voice interviews to help users practice for their real ones.
Centralized academic resource hub for students.
I built NotesNeo because finding quality study material was a nightmare for engineering students at my university. Instead of asking for notes in endless WhatsApp groups, I created a centralized platform where students can find exactly what they need in seconds. With personalized dashboards and favorites system, it's now the go-to academic resource for over 1,000 students.
Social code execution and sharing platform.
I noticed students in my college labs struggling to save and share their code across different systems. Instead of sharing code in WhatsApp, I built NeoCompiler - a social coding platform where they can write, execute, and share code instantly. With real-time execution and AI assistance, it turned a common lab frustration into a seamless collaborative experience.
Instant developer portfolio generation tool.
After launching my portfolio, everyone kept asking for the source code to build their own. Instead of just sharing the repo, I built a CLI tool to make the process effortless. Now, anyone can spin up a modern, customizable portfolio in seconds with a single command: `npx create-neo-portfolio`. It handles everything from scaffolding to dependencies, so you can focus on showcasing your work.
Smart link organizer with auto-categorization.
I built LinkNest because I was tired of bookmark managers that create more work than they save. It's a smart link organizer that automatically categorizes your links, fetches metadata, and keeps everything organized with zero effort. Just paste a URL and let the app handle the rest!
technical skills.
wakatime.
deepakmodidevgithub.
deepakmodidevleetcode.
deepakmodidevlatest blogs.
deepakmodiIntroduction You've just built a backend API, or maybe you're consuming someone else’s. Either way, testing it manually via browser is a pain. You want quick, reliable, repeatable testing. That’s where tools like Postman and curl come in. But which o...
1. What is Node.js and how does it work? Node.js is a runtime environment built on Chrome's V8 JavaScript engine. It executes JavaScript code outside the browser and uses an event-driven, non-blocking I/O model. 2. What is the event loop in Node.js?...
1. What are the different data types in JavaScript? Primitive types: String, Number, BigInt, Boolean, undefined, Symbol, null. Non-primitive: Object, Array, Function. 2. What is the difference between var, let, and const? var: function-scoped, hois...