✓ Email copied!
Open to Work  →
Available for opportunities

Shivam Rohilla

Full-Stack Developer & AI Automation Engineer|

Building intelligent systems, automation pipelines, and data-driven web applications.

n8n GPT-4o-mini Claude API React Flask Node.js AWS Python
Shivam Rohilla — AI Automation Engineer and Full-Stack Developer, Noida
// skills

Technical Arsenal

🤖

AI & Automation

n8n Workflows90%
GPT-4o / Claude API85%
Google APIs80%
App Store Connect API75%

Full-Stack

HTML / CSS90%
Python (Flask)85%
React75%
SQL (MySQL)75%
☁️

Cloud & Infra

AWS (EC2/S3/RDS)80%
Linux80%
Netlify85%
VPC / Security Groups70%
🛠️

Tools & APIs

Git85%
Google Sheets API85%
Telegram Bot API80%
ClickUp API75%
🧠

CS Fundamentals

Data Structures75%
DBMS75%
Operating Systems70%
Networking65%
// experience

Work Experience

DhobiLite

AI Automation Engineer

Elite DhobiLite Laundry Pvt Ltd · Noida
2025 – Present
● Current
  • Built end-to-end n8n automation workflows for iOS App Store, Google Play Store, and GMB review management across 200+ franchise locations
  • Developed AI-powered GMB audit system scoring 8 dimensions per listing using GPT-4o-mini, with bi-monthly automated scheduling
  • Built Netlify-hosted Review Analytics Dashboard with 7-tab interface and n8n webhook backend pulling data from Google Sheets
  • Automated franchise document generation using Claude API — supports 3 agreement types with GST auto-calculation and amount-in-words (Indian system)
// projects

Featured Work

📱 View ↗

iOS App Store Review Automation

Production n8n workflow using App Store Connect API with JWT authentication (Node.js crypto). Routes reviews through 3-tier rating logic, auto-replies via Apple API, sends keyword-based escalations, and delivers weekly HTML digest summaries via Gmail with Telegram alerts.

n8n GPT-4o-mini JWT App Store API Telegram Gmail
▶️ View ↗

Play Store Review Automation

Multi-version n8n workflow for Google Play Store review management. Features duplicate guards, 3-tier sentiment routing, AI-generated replies via GPT-4o-mini, Google Sheets logging, and weekly HTML summary emails.

n8n GPT-4o-mini Play Store API Google Sheets Gmail
📍 View ↗

GMB/GBP Review Auto-Reply (200+ Locations)

Automated Google Business Profile review reply system for 160+ DhobiLite franchise locations. Uses nested splitInBatches loop, reviewReplyState dedup fix, and appendOrUpdate Sheets logging to handle scale without duplicates.

n8n GPT-4o-mini GBP API Google Sheets
📊 View ↗

GMB Audit Workflow

Bi-monthly automated audit (1st & 15th) of 160 GMB listings. Scores each listing across 8 dimensions — categories, description, rating, response rate, website, phone, hours, posts — generates AI improvement suggestions, and logs to a 4-tab Google Sheets template.

n8n GPT-4o-mini GBP API Google Sheets
📈 View ↗

Review Analytics Dashboard

Netlify-hosted HTML dashboard with SHA-256 login and 7 analytical tabs: Overview, Locations, Alerts, GBP Reviews, Play Store, iOS, and GMB Audit. Powered by n8n webhook workflow that fetches data sequentially from Google Sheets to avoid memory errors.

HTML/CSS/JS Netlify n8n Google Sheets SHA-256 Auth
🔍 View ↗

SEO Audit Workflow

Automated SEO audit pipeline built in n8n using Google PageSpeed Insights API and AI agents. Tailored for DhobiLite's Java/JSP + Cloudflare stack. Covers Core Web Vitals, JSON-LD schema, robots.txt, canonicals, and generates prioritized fix recommendations.

n8n Claude API PageSpeed API SEO Java/JSP
📄 View ↗

Automatic Document Filler System

Claude-powered tool that generates filled .docx documents via a conversational UI form. Supports 3 agreement types (Retail, Live, Master) with GST auto-calculation, amount-in-words (Indian numeral system), and auto-capitalization.

Claude API Python python-docx Document Automation
🤖 View ↗

Clawdbot — AI System Automation

Local AI-assisted bot designed to execute controlled system workflows with a focus on safe command execution and reliability. Deployed on AWS with structured automation logic.

Local Automation Python AWS System Workflows
💬 View ↗

Student Assistance Chatbot

Rule-based chatbot built to support students with academic queries. Focuses on structured automation logic and deterministic response routing for reliable, consistent answers.

Python Logic Design Automation
🎨 View ↗

DhobiLite Website Redesign

Redesigned two core pages (Franchise Partner + Consulting) as pixel-faithful static HTML files. Applied full brand identity: navy/orange/cyan palette, Montserrat typography, pill CTAs, stats bars, and trust badge components.

HTML5 CSS3 Brand Design Responsive UI
🔬 View ↗

LuxelensAI — MCA Capstone

Human-in-the-loop Flask dashboard for Google Business Profile review automation. Features a mock system for offline demo, AI-assisted reply suggestions, and manual approval workflow. Accompanied by a 115-page project report.

Flask Python GBP API HTML/CSS Human-in-Loop AI
📢 View ↗

Meta Ads Campaign Management

Managed live Google and Meta ad campaigns for clients. Conducted full Meta Ads audits, resolved Final URL policy violations, and optimized targeting strategies for fitness and salon verticals.

Meta Ads Google Ads Campaign Audit Digital Marketing
☁️ View ↗

Multi-Tier AWS Architecture

Designed a highly available architecture with EC2 instances behind an Application Load Balancer and Auto Scaling group. Integrated RDS with strict security groups for fault-tolerant, multi-AZ deployments.

AWS EC2 ALB Auto Scaling RDS VPC
🔒 View ↗

Secure App Deployment (No SSH)

Implemented a zero-SSH deployment workflow using AWS Systems Manager (SSM) to eliminate direct SSH access and reduce the attack surface. Managed instances entirely through IAM roles and SSM Session Manager.

AWS SSM IAM Roles Security Zero-SSH
// education

Education & Learning

Present

Master of Computer Applications (MCA)

Deenbandhu Chotu Ram University of Science and Technology (DCRUST)

Focus on Cloud Computing, Advanced Algorithms, and System Architecture.

2020 – 2023

Bachelor of Computer Applications (BCA)

DCRUST, Sonipat

Core foundations in Programming, Networking, and Database Management.

Completed 2020

Senior Secondary & Secondary Education

Kendriya Vidyalaya No.1, Hindon

Humanities Stream.

// certifications

Certifications

☁️

AWS Certified Solutions Architect

Associate

Verified Credential

🛠️

Google Technical Support Fundamentals

Coursera
🤖

AI & Machine Learning Internship

IBM SkillBuild / Edunet
// about

About Me

Who is Shivam Rohilla?

I'm Shivam Rohilla, an AI Automation Engineer and Full-Stack Developer based in Noida, India. I'm currently completing my MCA at DCRUST, Sonipat, while working full-time at Elite DhobiLite Laundry Pvt Ltd — where I design and maintain automation systems that operate across 200+ franchise locations nationwide.

What automation systems has Shivam Rohilla built?

My work at DhobiLite pushed me into territory I hadn't anticipated when I started: managing production n8n pipelines that interact with Apple's App Store Connect API (JWT-authenticated), Google Play, and the Google Business Profile API simultaneously. When the GMB auto-reply system needed to handle 160+ locations without hitting rate limits or creating duplicate replies, I built a nested splitInBatches loop with a reviewReplyState deduplication fix — the kind of problem that doesn't have a Stack Overflow answer and requires reading API docs until something clicks.

What drives Shivam's approach to AI engineering?

I'm drawn to problems that sit at the intersection of AI and real operations — not demos, but systems that run on schedules, handle failures gracefully, and actually reduce someone's workload. That's what gets me to open my laptop in the morning.

What certifications and community roles does Shivam hold?

Outside of work, I'm a GeeksforGeeks Campus Mantri at DCRUST, supporting peer learning and technical community engagement on campus. I'm AWS Certified Solutions Architect – Associate, which reflects my focus on building infrastructure that's reliable, not just functional.

// contact

Ready to Connect?

Open to full-time roles, freelance projects, and collaborations in AI automation, full-stack development, and cloud infrastructure.

or reach me directly
Chat with AI Shivam  →
🤖
Shivam (AI)
Online
Groq · llama-3.3
Hey! I'm an AI version of Shivam 👋

Ask me about his work, projects, or skills. Want to reach him? Just say "contact Shivam".
just now