Hi, I'm Shivam Sutar
I'm a full-stack developer

Let me show you...
Projects
Commutio
A multi-tenant SaaS that turns WhatsApp into a full storefront — customers browse, book rentals, and place orders entirely in chat. A Fastify and BullMQ backend on Postgres and Redis drives the conversation flows, paired with a Next.js admin console offering a drag-and-drop flow builder, message template composer, catalog sync, and per-tenant payment and KYC integrations.
Live preview works best on larger screens.
Open CommutioCA Practice OS
A multi-tenant lead management platform built for Chartered Accountant firms. It funnels leads from website forms, WhatsApp, Instagram, and Justdial into a single pipeline, with a Kanban board over CA-specific stages, role-based access for partners and associates, auto-assignment, reminders, document tracking, analytics, and subscription billing.
Live preview works best on larger screens.
Open CA Practice OSIsro web
It is a website that provides information about ISRO. It is a simple website that showcases the achievements and missions of ISRO.
Live preview works best on larger screens.
Open Isro webAbout
1class ShivamSutar {2constructor() {3this.name = "Shivam Sutar";4this.email = "shivam.as1233@gmail.com";5}6workExperience() {7return [8{9"(March-2023)-(Sept-2025)": "Programmer analyst at Cognizant",10},11{12"(Sept-2025)-Present": "Associate at Cognizant",13},14//Many more to come15];16}17education() {18return [19{20"2018-2022":21"B.E. in Electronics and Telecommunications Engineering from VPKBIET, Baramati",22},23{24"2017-2018": "BSc in Computer Science from VPCSC, Indapur",25},26{27"2015-2017":28"Higher Secondary Education from Sadashivarao Mane Vidyalaya, Akluj",29},30{31"2014-2015": "Secondary Education from JMPV, Akluj",32},33];34}35skills() {36[37"Next.js", "React", "Node", ".Net", "Tailwindcss","Bootstrap", "C#", "SQL", "HTML", "CSS",38"JavaScript", "Python", "Styled compoenents", "Material UI", "Redux", "Azure", "Git", "Docker",39];40}41certifications() {42return [43"Microsoft Certified: Azure Fundamentals",44"Claude Certified Architect – Foundations (Anthropic)",45//Many more to come46];47}48}