📱
App
Live
🌐
Web
Soon
📺
OTT
Y1
🖥
Kiosk
Y2
🔊
Voice AI
Y2
💬
WhatsApp
Y1
🏕
Pop-up
Y1
🏪
In-Store
Live
🖨
POS
Y1
🪞
Smart Display
Y2
Wearable
Y3
📲
QR Bridge
Live
🎞
Social
Y1
🎙
Creator
Y1
Email / Push
Y2
05 — Future
Zulu is going to be
everywhere you live.

Every screen, every store, every surface where lifestyle meets a feeling — that is where Zulu belongs. We are building for all of them, one at a time.

See the plan → ← Our north star
The physical bet
India has 63 million stores.
We are going to upgrade all of them.

Not one at a time. As a complete package. Walk in as a store owner, plug into Zulu — and overnight you have a smart screen, a live POS, a demand dashboard, and a city full of customers who already know their mood. Every component is an obvious choice.

🖥
Smart screen wall
Live mood data, trending gallery, city signals — displayed in-store so customers see what the whole city is feeling right now.
Hardware included
🖨
Zulu POS integration
Every sale feeds the mood loop. Your billing system becomes a signal engine — without replacing anything you already use.
Plug into existing
📲
QR-everywhere kit
Every product, shelf, and corner gets a QR. Customers scan, explore, buy. You see exactly what moved them — and why.
Print-ready
📊
Live demand dashboard
Which mood is trending today. What to push. When to restock. Your store finally knows what the city is about to want — before it walks in.
Real-time
The data bet
Your data.
Your life.
Your choices.
We are entering them.

Zulu is not just a commerce layer. It is the system that understands how you feel, what you want, where you go, and who you are as a lifestyle person. That data belongs to you — and we are building with it, not around it.

This is a deliberate choice: be the platform that knows the Indian lifestyle consumer at the deepest level — not search intent, not clicks, but actual emotional context, repeated across seasons, occasions, and years.

🧠
Emotional memory
What mood you were in. What you loved. What you skipped. Your taste becomes a fingerprint over time.
📍
Neighbourhood context
Your preferred outlets, your walking routes, your city rituals. Hyper-local. Hyper-personal.
🗓
Seasonal identity
Diwali you is different from monsoon you. Zulu maps the whole year — and prepares ahead of every moment.
The result

A platform that knows 50 million Indian lifestyle consumers at an emotional level is not a commerce app. It is the most valuable consumer dataset in the country.

The ecosystem
Commerce woven into
the fabric of the day.

A family living inside this ecosystem barely notices the commerce — it just arrives at the right moment, through the right surface, in exactly the right mood.

Zulu
👨‍👩‍👧‍👦
Home
🏪🛍
Store
Feel it
Pick a mood.
Get a gallery.
· 7am mood on the balcony
· OTT product on the couch
· Voice ask from the kitchen
Own it
Walk in.
It's ready.
QR scan in-aisle ·
Showroom visit ·
Data flows back ·
🌅
7am, balcony
Speaker asks what you feel. Gallery loads. Products arrive before noon.
🛋
9pm, couch
OTT film plays. Outfit appears on screen. Tap. Delivered before bed.
🏪
Saturday, the market
Scan, hear the pitch, try, tap to pay, walk out. No friction at all.
🎉
Wedding season
Trend detected. Gallery auto-curated. Outlets see demand. Supply adjusts. The city breathes.
The category
Food tech proved
the playbook.
Lifestyle is bigger.

Swiggy and Zomato built a ₹80,000 Cr food delivery market where none existed. Zulu is building the emotional commerce layer in a market seven times larger — with local supply already proven, AI now viable, and zero platform competition.

The timing is structural, not cyclical
AI maturity, local supply digitisation, and post-pandemic local preference are arriving simultaneously.
Supply moat is real
150 outlets onboarded. Relationships built. Trust earned. Replicating this takes years, not months.
The emotional layer is defensible
Data compounds. Mood models improve with every session. The longer Zulu runs, the harder it is to dislodge.
$500Bn
Market · USD
0
Emotional OS competitors
92%
Retail still offline
10mo
To prove the model
The window

Categories get defined once. The founder who builds the supply network, trains the AI, and earns the first 50,000 users becomes the default. That window is now.

🏙
Delhi NCR
Live now
🌊
Mumbai
Year 2
🌿
Bengaluru
Year 2
🏔
All India
Year 3
The invitation
The future
that will come.
It is already here.

Back the only team that has already proven the model in India's hardest market. Supply ready. AI live. Category empty. Raising $2.5M seed.

Back Zulu → Back to Vision
$2.5M
Seed round open
$500Bn
Market · USD
0
Competitors
Surfaces ahead
/* ── 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(); }); })();