Lifestyle Commerce OS Starting Gurgaon · Expanding NCR
01 — Vision
Where mood
meets market.

India's first commerce OS built around how people feel — not what they search. Six live data streams match emotional context to local outlets, in real time, starting right here in Gurgaon.

Explore the system → Pitch deck
150+
Outlets live
₹90L
Revenue · 10mo
$2.5M
Seed raising
Delhi NCR
← Delhi
Noida
Faridabad
DLF Phase 431 outlets
Cyber City22 outlets
Sushant Lok18 outlets
South City14 outlets
Sec 14 · 2928 outlets
Golf Course Ext. Flagship · Gurgaon
150+ outlets live
The data
Six live streams.
One intelligent match.

Every moment of every day, Zulu reads six parallel signals — and quietly bridges what people feel with what is physically nearby.

🛍
Products
2,400+
Videos
840
📍
Outlets
150 live
Emotions
6 moods
Music
380
🖼
Galleries
120+
The engine
You feel it.
Zulu finds it.

No search bar. No category menu. Just pick how you feel — and watch your city rearrange itself around that feeling.

7 am · Golf Course Ext.
👩‍💼
Kuch festive chahiye aaj
opens Zulu · taps 🎉 Festive
mood signal
AI Engine · instant
Reading
Festive mood DLF Phase 4 Saturday 28 outlets nearby
match made
Her screen · 7:02 am
Festive Edit · 100 picks ✦
She sees
🎵 Festive Dhol Mix playing 🖼 100-product gallery · this mood 📍 Amoli Studio · 1.2 km away · open
one tap
Same day · 11 am
🏪
She walks into Amoli Studio
✓ Outlet already knew festive demand was up ✓ Right stock on the floor ✓ No ad spend. Real footfall.
The surface
Commerce as
experience.

Every gallery is curated to a mood — not a category. Products, stories, and sounds that together create a moment worth spending in.

Mood-first discovery
Tap a mood. See a gallery curated to match. Products arrive before noon.
Embedded video commerce
Outfit films, brand stories, styling content — all shoppable in one tap.
Local-first supply
150+ NCR outlets power every match. Real inventory. Real proximity.
Festive Mood
Gifting ✦
Calm →
Bold
Love
🌿
Calm
2.1k moods
🎉
Festive
3.8k moods
🎁
Gifting
1.4k moods
💛
Love
890 moods
🔥
Bold
1.1k moods
🗺
Explore
2.6k moods
The position
No platform owns
the emotional layer.
Yet.

Food tech built the delivery layer. Social built the attention layer. Zulu is building the third — the layer between feeling and buying.

See the product → Pitch deck
$500Bn
Market · USD
0
Competitors
$2.5M
Seed round
25x
Y1 outlet target
/* ── Admin OTP Wall ────────────────────────────────────────── */ (function(){ var PASS = '0189'; var overlay, inp; function buildOverlay(){ if(document.getElementById('zuAdminOTP')) return; var el = document.createElement('div'); el.id = 'zuAdminOTP'; el.style.cssText = 'position:fixed;inset:0;z-index:9999;background:rgba(9,9,22,.96);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:none;align-items:center;justify-content:center;'; el.innerHTML = `
ZULU — Admin Access
cancel
`; var style = document.createElement('style'); style.textContent = '.zu-otp-d{width:48px;height:54px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#fff;font-size:1.5rem;font-weight:700;text-align:center;outline:none;font-family:monospace;transition:border-color .15s}.zu-otp-d:focus{border-color:rgba(201,151,62,.6);background:rgba(255,255,255,.07)}'; document.head.appendChild(style); document.body.appendChild(el); overlay = el; } window.openAdminOTP = function(){ buildOverlay(); overlay.style.display = 'flex'; ['zuD0','zuD1','zuD2','zuD3'].forEach(function(id){ var el=document.getElementById(id); if(el)el.value=''; }); var err = document.getElementById('zuOtpErr'); if(err) err.textContent=''; setTimeout(function(){ var d=document.getElementById('zuD0'); if(d)d.focus(); }, 80); }; window.zuClose = function(){ if(overlay) overlay.style.display = 'none'; }; window.zuNext = function(idx){ var d = document.getElementById('zuD'+idx); if(d) d.value = d.value.replace(/[^0-9]/g,'').slice(0,1); if(d && d.value && idx < 3){ var n = document.getElementById('zuD'+(idx+1)); if(n) n.focus(); } if(idx === 3 && d && d.value) zuVerify(); }; window.zuBack = function(e,idx){ if(e.key==='Backspace'){ var d=document.getElementById('zuD'+idx); if(d && !d.value && idx>0){ var p=document.getElementById('zuD'+(idx-1)); if(p){p.value='';p.focus();} } } }; window.zuVerify = function(){ var code = ['zuD0','zuD1','zuD2','zuD3'].map(function(id){ var el=document.getElementById(id); return el?el.value:''; }).join(''); if(code === PASS){ if(overlay) overlay.style.display = 'none'; window.open('admin.html','_blank'); } else { var err=document.getElementById('zuOtpErr'); if(err){ err.textContent='Incorrect code — try again.'; } ['zuD0','zuD1','zuD2','zuD3'].forEach(function(id){ var el=document.getElementById(id); if(el)el.value=''; }); setTimeout(function(){ var d=document.getElementById('zuD0'); if(d)d.focus(); },60); } }; // ESC to close document.addEventListener('keydown', function(e){ if(e.key==='Escape') zuClose(); }); })();