<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Durgesh Kumar</title>
    <description>The latest articles on DEV Community by Durgesh Kumar (@durgesh_kumar_a583a748694).</description>
    <link>https://dev.to/durgesh_kumar_a583a748694</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4001096%2Fc3ea6705-1437-4801-8364-cafe2c5e288b.jpg</url>
      <title>DEV Community: Durgesh Kumar</title>
      <link>https://dev.to/durgesh_kumar_a583a748694</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/durgesh_kumar_a583a748694"/>
    <language>en</language>
    <item>
      <title>Why We Built Our Entire SaaS on WhatsApp Instead of Email (And What Happened Next)</title>
      <dc:creator>Durgesh Kumar</dc:creator>
      <pubDate>Wed, 24 Jun 2026 18:46:07 +0000</pubDate>
      <link>https://dev.to/durgesh_kumar_a583a748694/why-we-built-our-entire-saas-on-whatsapp-instead-of-email-and-what-happened-next-3jgd</link>
      <guid>https://dev.to/durgesh_kumar_a583a748694/why-we-built-our-entire-saas-on-whatsapp-instead-of-email-and-what-happened-next-3jgd</guid>
      <description>&lt;p&gt;A founder's technical and product decision that changed everything — and 76 studios across 50+ countries later, here's what we learned.&lt;/p&gt;

&lt;p&gt;Most SaaS products treat WhatsApp as an afterthought.&lt;/p&gt;

&lt;p&gt;You build your core product. You add email notifications. Then someone asks "can we add WhatsApp?" and you bolt on a third-party integration, send a few reminders, and call it done.&lt;/p&gt;

&lt;p&gt;We did the opposite.&lt;/p&gt;

&lt;p&gt;WhatsApp is not a feature in Dancely. It's the foundation. Every architectural decision we made — authentication, communication, onboarding, fee collection — was designed around WhatsApp first.&lt;/p&gt;

&lt;p&gt;Here's why we made that bet, how we built it, and what actually happened.&lt;/p&gt;

&lt;p&gt;The Problem We Were Solving&lt;br&gt;
Dancely is a studio management platform built exclusively for dance studios. Not gyms. Dance.&lt;/p&gt;

&lt;p&gt;When I started talking to dance studio owners — in India, Indonesia, UAE, Nigeria, Brazil — I kept seeing the same thing: they were running real businesses entirely on WhatsApp groups and Excel sheets.&lt;/p&gt;

&lt;p&gt;Not because they were behind. Because every tool built for them assumed the wrong things:&lt;/p&gt;

&lt;p&gt;That students would download a new app&lt;br&gt;
That email was the primary communication channel&lt;br&gt;
That studios operated in USD or EUR&lt;br&gt;
That "global" meant US + UK + Australia&lt;br&gt;
None of those assumptions were true for 90% of the dance studios on the planet.&lt;/p&gt;

&lt;p&gt;In India, WhatsApp has 500M+ users. In Brazil, it's the default communication layer for businesses. In the UAE, parents expect all school and studio communication on WhatsApp. Email open rates in these markets hover around 15-20%. WhatsApp message open rates? 90%+.&lt;/p&gt;

&lt;p&gt;Building email-first for these markets is building for the wrong channel entirely.&lt;/p&gt;

&lt;p&gt;The Architectural Decision&lt;br&gt;
We made a call early: WhatsApp is infrastructure, not integration.&lt;/p&gt;

&lt;p&gt;What that means in practice:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Authentication via WhatsApp OTP
Students and parents don't create passwords. They don't remember login credentials. They enter their phone number, get an OTP on WhatsApp, and they're in.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Zero friction. Zero "I forgot my password" support tickets. Zero abandoned onboarding flows because someone didn't check their email.&lt;/p&gt;

&lt;p&gt;User enters phone number&lt;br&gt;
→ System sends WhatsApp OTP via Meta Business API&lt;br&gt;
→ User enters OTP&lt;br&gt;
→ Authenticated&lt;br&gt;
No email required at any step.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Fee reminders as WhatsApp messages — not push notifications
This was the biggest product decision we made.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Push notifications get ignored. Email gets buried. WhatsApp messages get read.&lt;/p&gt;

&lt;p&gt;When a fee is overdue, Dancely sends a WhatsApp message from the studio's number — not from some generic "&lt;a href="mailto:noreply@dancely.pro"&gt;noreply@dancely.pro&lt;/a&gt;" address. It looks like the studio owner messaging the parent directly. Response rates are dramatically higher.&lt;/p&gt;

&lt;p&gt;Studios using automated WhatsApp fee reminders report up to 85% reduction in fee defaults.&lt;/p&gt;

&lt;p&gt;That's not a small UX improvement. That's a business transformation.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Class updates and broadcasts
When a class is rescheduled, a substitute is confirmed, or a studio wants to announce a recital — it goes out as a WhatsApp broadcast. Not an email. Not a push notification.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Students actually see it.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Zero app downloads for students
This was a non-negotiable design constraint.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In emerging markets, phone storage is limited. Data costs money. People are skeptical of new apps from businesses they don't know yet. Every additional app download is a drop-off point.&lt;/p&gt;

&lt;p&gt;By putting everything on WhatsApp — a channel users already trust and use daily — we removed that barrier entirely.&lt;/p&gt;

&lt;p&gt;The Tech Stack Decision&lt;br&gt;
Building WhatsApp-first means building on the Meta Business API (Cloud API).&lt;/p&gt;

&lt;p&gt;A few things worth knowing if you're considering this:&lt;/p&gt;

&lt;p&gt;The good:&lt;/p&gt;

&lt;p&gt;The Cloud API is reliable at scale — Meta hosts it, you just call endpoints&lt;br&gt;
Webhooks are clean and well-documented&lt;br&gt;
Template messages allow rich formatting once approved&lt;br&gt;
Interactive messages (buttons, lists) work well for structured flows like OTP and reminders&lt;br&gt;
The tricky parts:&lt;/p&gt;

&lt;p&gt;Template messages must be pre-approved by Meta before sending — plan 24-48 hours for approval&lt;br&gt;
You can only initiate conversations using approved templates; free-form messaging only works within 24h of a user-initiated conversation&lt;br&gt;
Phone number verification and business verification take time — start this early&lt;br&gt;
Rate limits are real — design your reminder system with queuing in mind&lt;br&gt;
The risk everyone asks about: Yes, Meta controls the API. Yes, they can change pricing or access. This is a real platform risk.&lt;/p&gt;

&lt;p&gt;Our mitigation: WhatsApp-first doesn't mean WhatsApp-only. Our architecture supports fallback to SMS for critical flows. But in practice, our users are on WhatsApp and that's where they want to be. We're not fighting that.&lt;/p&gt;

&lt;p&gt;What Actually Happened&lt;br&gt;
We launched with a free forever plan and a Founding Member programme.&lt;/p&gt;

&lt;p&gt;76 studios across 50+ countries joined — with zero paid marketing.&lt;/p&gt;

&lt;p&gt;Studios from India, UAE, Singapore, Nigeria, Brazil, Philippines, UK, and more. Ballet studios, Hip-Hop academies, Bharatnatyam schools, Salsa studios, K-Pop dance classes.&lt;/p&gt;

&lt;p&gt;The WhatsApp-first approach was the single most common thing studio owners mentioned when they told us why they signed up:&lt;/p&gt;

&lt;p&gt;"Finally something that works the way we already work."&lt;/p&gt;

&lt;p&gt;That sentence is worth more than any feature comparison.&lt;/p&gt;

&lt;p&gt;The Broader Lesson&lt;br&gt;
The SaaS industry has a Western-first bias problem.&lt;/p&gt;

&lt;p&gt;Most tools are designed for:&lt;/p&gt;

&lt;p&gt;English-speaking markets&lt;br&gt;
Email-first communication&lt;br&gt;
Credit card payments in USD&lt;br&gt;
Users with reliable broadband and phone storage&lt;br&gt;
That's maybe 10-15% of the world's small business owners.&lt;/p&gt;

&lt;p&gt;The other 85-90% have been making do with tools that weren't built for them.&lt;/p&gt;

&lt;p&gt;If you're building SaaS and you haven't seriously thought about where your users actually live and how they actually communicate — you're probably leaving your biggest market on the table.&lt;/p&gt;

&lt;p&gt;WhatsApp-first was our answer to that problem. What's yours?&lt;/p&gt;

&lt;p&gt;What We're Building Next&lt;br&gt;
Dancely is Phase 1 of a bigger vision:&lt;/p&gt;

&lt;p&gt;Phase 2 — Studio Discovery: a global directory where anyone can find dance studios anywhere&lt;br&gt;
Phase 3 — Dance Communities: style-specific global communities (HipHopGlobal, SalsaWorld, etc.)&lt;br&gt;
Phase 4 — Event Opportunities: sponsorship matching, global event participation&lt;br&gt;
Phase 5 — Global Certifications: internationally recognised instructor credentials&lt;br&gt;
The studio management tool is the entry point. The platform is the destination.&lt;/p&gt;

&lt;p&gt;Founding Member Offer&lt;br&gt;
If you know any dance studio owners anywhere in the world — we're running a Founding Member programme.&lt;/p&gt;

&lt;p&gt;First 100 studios get 25% off all plans forever. 24 spots left. Code: DANCELY25&lt;/p&gt;

&lt;p&gt;Free forever plan at dancely.pro. Setup in under 10 minutes.&lt;/p&gt;

&lt;p&gt;Built with: Meta Business API (WhatsApp Cloud API), multi-currency support, mobile-first architecture. If you're building on WhatsApp or have questions about the Meta Cloud API — happy to talk in the comments.&lt;/p&gt;

</description>
      <category>entrepreneurship</category>
      <category>programming</category>
      <category>buildinpublic</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
