Dating · Matchmaking · Niche Community · Video-First

Dating App Development in India — Swipe, Match, Chat, Video, Built to Ship in Twelve Weeks

Tinder, Bumble, Hinge, and Coffee Meets Bagel-style dating apps, niche matrimony-adjacent matchmaking apps, video-first dating apps, and community-specific dating apps (LGBTQ+, faith-based, alumni, professional) — built as one Flutter codebase for iOS and Android on a hardened backend, with KYC verification, AI moderation, and Razorpay subscriptions wired at launch. Priced fixed in INR, delivered from Ahmedabad, shipped for founders across India, the Gulf, UK, and North America since 2016.

  • Swipe deck, mutual match, one-to-one chat, voice notes, video calling built into every reference build
  • AI photo moderation, selfie-verification KYC, and profile-report queue wired before launch — not month three
  • Razorpay + Cashfree + Apple IAP + Google Play Billing for subscriptions, boosts, and super-likes in one flow
  • Google Places, location radius, and privacy-safe distance display — no raw coordinates leaked to the client
  • DPDP Act 2023 consent, IT Rules 2021 grievance officer flow, and Play Store dating-app policy compliance built in

Why a dating app is a different build from a generic social app

A dating product is not a social feed with a heart button bolted on. It is a matching engine, a moderation pipeline, a real-time messaging platform, a payments system, and a trust-and-safety operation running on one phone. The user wants a five-second swipe loop and a match that does not ghost. The premium subscriber wants filters, likes-received visibility, and a boost that actually surfaces their profile. The moderator wants a report queue that does not bury genuine harassment under noise. The founder wants unit economics that survive the first paid marketing burn. And every regulator — Play Store, App Store, MEITY, and the RBI on the payment side — wants proof that the app is not the next headline about catfishing, revenge posts, or a fintech scam laundered through a swipe.

That is the wall a generic Firebase-plus-chat-SDK MVP hits at week eight. A Chatango or SendBird integration handles messaging but not moderation. A Firestore-only backend handles reads but not match-graph invalidation. A basic Stripe checkout handles a one-time payment but not Apple's 30 percent commission on in-app subscriptions. Cloning a Tinder-clone from a marketplace like CodeCanyon buys a two-month head start and then a year of firefighting when the match logic double-counts, chat delivery drops on 4G, in-app purchases fail Apple's review on the "external payment link" rule, and the Play Store pulls the listing citing the dating-app policy.

Fruxinfo has been building mobile apps from Ahmedabad since 2012 and shipping dating-adjacent products (matchmaking, community, live-video social) since 2016. What we ship today is a proper full-stack dating app — Flutter customer app, moderation console, business admin, and a hardened backend on Node.js or Laravel — with the trust-and-safety layer wired at launch, the payment stack tuned for Apple's and Google's actual rules, and the analytics wired for the D30 and D90 retention numbers that decide whether the app survives paid marketing.

What an MVP dating app actually includes — the minimum that ships

Every founder who calls us about a dating app arrives with a feature list that reads like Tinder plus Bumble plus Hinge on year six. The right first move is the opposite — cut the scope to what a real user can complete on launch day. Verify, build a profile, swipe, match, chat, upgrade, report. Everything past that (Reels-style video feed, in-app games, group chat, live-stream dating) is a version-two conversation.

The MVP we ship for a single-country launch is a working three-piece system — customer app, moderation console, business admin — with the modules below. It goes live in twelve to sixteen weeks and lets you take real paying users the day it hits the store, not a beta that needs six more months of polish before you can run paid ads.

  • Customer app (Flutter iOS + Android) — phone OTP + Apple/Google sign-in, selfie KYC, multi-photo profile, prompts, swipe deck, mutual match, chat, voice notes, video call, subscription paywall
  • Moderation console (web) — AI-flagged photo queue, reported profile queue, ban tools, restore tools, appeal handling, audit trail on every action
  • Business admin (web) — user analytics, revenue dashboard, funnel and retention view, coupon engine, push campaign composer, feature-flag console
  • Backend and API — Node.js or Laravel with WebSocket chat, PostgreSQL for profile + match graph, Redis for online-presence and match feed, S3 for photos and voice notes
  • Matching engine — mutual-swipe, filter (age, distance, gender, orientation, height, faith, education, interests), boost, super-like, undo, rewind, daily-picks
  • Payments — Apple In-App Purchase + Google Play Billing for subscriptions (Apple/Google terms), Razorpay + Cashfree for one-off boosts on the web-side upsell, RevenueCat for entitlement
  • Trust and safety — AWS Rekognition or Sightengine photo moderation, selfie verification against profile photos, in-chat blocklist, panic-pause on suspected fraud
  • Compliance — DPDP Act consent capture, IT Rules 2021 grievance officer contact screen, age-gate (18+), consent for image processing, data-deletion route

Cost to build a dating app in India — the real INR ranges

Dating app cost is the first question on the first call, and the honest answer is: it depends on how much of the trust-and-safety and payments stack you actually need on day one. Below are the ranges we quote after a proper discovery — not a range pulled from a marketing blog. Every number assumes a Flutter build (one codebase for iOS + Android), a Node.js or Laravel backend, source code in your Git, and App Store plus Play Store submission handled by us (dating apps get extra scrutiny — we do the paperwork).

A minimal swipe-and-chat MVP — phone OTP sign-up, single-photo profile, swipe deck, match, one-to-one text chat, one subscription plan, no video, no KYC — starts at around ₹3.5 lakh and ships in eight to twelve weeks. This is the "prove the concept in one city" build. It is what a first-time founder should ship, not the year-five Tinder feature list.

A production dating app — multi-photo profile, prompts, filters, KYC selfie verification, AI photo moderation, one-to-one chat with voice notes, video calling, subscription plus consumable boosts, moderation console, business admin — sits in the ₹8-18 lakh range and ships in twelve to sixteen weeks. This is the reference scope for a serious launch backed by paid marketing.

A niche or community dating app — LGBTQ+, faith-based (Muslim, Hindu, Christian, Jewish), alumni-only, professional-only, or geography-locked — is the same ₹8-18 lakh scope plus a community verification module (LinkedIn OAuth for professional, employer email domain check for alumni, ID-plus-selfie for community-restricted). Adds ₹1.5-4 lakh depending on the verification depth.

A video-first dating app or live-stream dating platform — Bumble-style icebreaker video, Hinge-style voice prompts, or Yubo-style live rooms — sits in the ₹14-28 lakh range and ships in sixteen to twenty-two weeks. Adds Agora, Mux, or Twilio Live for the video layer, plus a heavier moderation pipeline because live video is where the trust-and-safety cost climbs.

A full Tinder or Bumble-style multi-country dating platform with region-specific pricing, multi-language localisation, an advanced ML matching model, video profiles, live events, and an ad-supported free tier is quoted after discovery and starts at ₹28 lakh.

Recurring costs are honest and small at MVP scale, and worth planning for. Photo moderation on AWS Rekognition or Sightengine runs about USD 0.001 per image — a launch cohort of 10,000 users uploading five photos each is USD 50, not USD 5,000. Chat delivery on a self-hosted Socket.IO layer is free (server cost only); on SendBird or Stream Chat it starts around USD 400 per month at 10k MAU. Video calling on Agora or Twilio is roughly USD 0.99 per 1,000 participant-minutes — a hundred five-minute calls a day is USD 15 per month at launch. Firebase for push and analytics is free for most launch traffic. Razorpay charges 2 percent on domestic cards; Apple and Google charge 15-30 percent on in-app subscriptions (the small-business rate is 15 percent for the first USD 1M in annual revenue, worth applying for on day one). App Store fees are USD 99 per year for Apple, USD 25 one-time for Google.

Everything is fixed-scope. The number in the quotation is the number you pay, and every change request during the build is estimated in writing before work starts. Post-launch, an optional support retainer covers bug fixes, dependency upgrades, iOS and Android version updates, moderation-rule tuning, and a 24-hour SLA on standard tickets.

  • Minimal swipe-and-chat MVP — ₹3.5-6 lakh, 8-12 weeks
  • Production dating app (KYC, moderation, video, subs) — ₹8-18 lakh, 12-16 weeks
  • Niche or community dating app (LGBTQ+, faith, alumni) — ₹9.5-22 lakh, 14-18 weeks
  • Video-first / live-stream dating platform — ₹14-28 lakh, 16-22 weeks
  • Tinder/Bumble-scale multi-country platform — from ₹28 lakh, quoted after discovery
  • iOS + Android via one Flutter codebase — no separate native quotation unless the brand insists
  • Apple + Google IAP commission — 15-30% (small-business 15% until USD 1M ARR, apply day one)
  • AWS Rekognition photo moderation ~USD 0.001/image + Agora video ~USD 0.99 per 1,000 min

Feature list by module — what actually gets built in each layer

The three-piece system is not three copies of the same screen with the colour swapped. Each layer does one job for one user, and the value of the build lies in how tightly they talk to each other. Below is the module-by-module feature list we ship on a standard production dating app build — the reference scope every dating-app quote starts from.

Customer app is where 95 percent of the visible product lives. Sign-up runs on phone OTP with Google, Apple, and (optionally) Facebook sign-in as backup. Profile creation asks for six to nine photos, three prompt answers (Hinge-style), core attributes (age, gender, orientation, height, location, faith, education, drink, smoke, kids), and one bio field. Selfie verification runs at first launch — the user takes a live selfie, our backend compares it to profile photo one via AWS Rekognition or a similar face-match provider, and a verified-badge appears on the profile if match confidence clears a threshold. Swipe deck is the anchor screen — cards rendered with photos, prompts, distance, and a like-superlike-pass gesture. Match sheet fires on mutual right-swipe with an instant chat starter. Chat is one-to-one with typing indicators, read receipts, voice notes, and (behind the paywall) video calling on Agora or Twilio. Subscriptions and one-off purchases surface as a paywall inside the profile filter, likes-received, and boost screens.

Moderation console runs on the trust-and-safety team's browser. AI-flagged photo queue is the anchor screen — every uploaded photo is scored by AWS Rekognition or Sightengine at upload time; anything above the risk threshold lands in the queue with the image, the score breakdown, and an approve-reject-request-new action. Reported profile queue lists every report with the reporter's context, the reported profile, chat history in the flagged conversation, and ban-restore actions. Selfie-verification queue lists cases where the automated face match confidence is below the auto-approve threshold — a human clears them. Audit trail logs every moderator action so appeals can be reviewed. Ban tools support shadow-ban (profile stays but does not surface), soft-ban (24-hour cool-down), and hard-ban (device + phone + payment method blocked). Appeal handling supports a two-step review with an escalation queue.

Business admin is the operator's control room. User analytics — DAU, MAU, D1 / D7 / D30 retention, funnel from install to first-match to first-message to subscription — is the anchor dashboard. Revenue dashboard shows subscription MRR, ARPU, one-off boost revenue, cohort revenue, and cancellation reasons. Funnel view exposes the drop-off between install, sign-up, profile completion, first-swipe, first-match, first-message, and first-payment. Coupon engine issues promo codes for first-month-free, boost-bundles, and win-back campaigns. Push campaign composer sends targeted campaigns to segments — inactive-7d, matched-not-chatting-24h, subscription-lapsed-3d. Feature-flag console toggles experimental features (video profiles, group chat, ML re-ranking) per user cohort without a code deploy.

Matching engine is the algorithm underneath. The reference build ships mutual-swipe (Tinder-style), filter-based (age, distance, gender, orientation, plus paid filters like faith, height, education), and daily-picks (a curated set of ten quality profiles per day, Hinge-style). Boost pushes the profile to the top of nearby users' decks for thirty minutes. Super-like lands the profile at the front of the recipient's deck with a badge. Undo/rewind lets a user reverse their last swipe (paid feature). The engine is architected so an ML re-ranker can be dropped in later without a rewrite — a common phase-two move once the app has enough interaction data to train on.

Tech stack and integrations a live dating app runs on

A dating product lives on the reliability of about ten integrations. Miss one and the app either fails Apple review, gets pulled from the Play Store, or leaks the wrong data to the wrong people. Below is the reference stack we ship, and the integrations Indian and international dating founders actually ask for on the first call. Every line item plugs in through the vendor's official SDK, so nothing is a scraped hack that breaks at their next release.

The frontend is Flutter for iOS and Android (one codebase, native performance), with Next.js for the moderation console and business admin on the web. The backend runs on Node.js (NestJS or Express) or Laravel, depending on the team you plan to grow later. Realtime chat is a WebSocket layer (Socket.IO, Laravel Reverb, or a managed service like SendBird / Stream Chat if you would rather buy than build) with Redis pub-sub underneath. Storage is PostgreSQL for user, profile, and match-graph data, Redis for online-presence and swipe-feed caching, and S3-compatible object storage for photos, voice notes, and video-call recordings if the compliance policy requires them. Push runs on Firebase Cloud Messaging plus Apple Push Notification Service.

Photo and selfie moderation is where the trust-and-safety stack starts. AWS Rekognition is the default choice for image moderation, face detection, and face match; Sightengine and Hive Moderation are strong alternatives. Every upload runs through a moderation call before the photo goes live on a profile. Selfie verification runs a live-capture flow on the client, then face-matches against profile photo one on the server — this is the flow that earns the verified-badge and shuts down the biggest reason for one-star Play Store reviews (fake profiles).

Payments plug into Apple In-App Purchase and Google Play Billing for all subscriptions and consumables sold inside the app — Apple's and Google's rules require this, and any workaround gets the app pulled. RevenueCat is the industry-standard entitlement layer that unifies the two platforms behind one API. For web-side upsells (a boost bundle bought from a marketing page, for example), Razorpay and Cashfree are wired in with an entitlement sync back to the app. UPI is the default rail on India-market web checkout.

Realtime video and voice run on Agora, Twilio Live, or Mux Video. Agora is the price-performance leader for one-to-one calls in the India market. Twilio is stronger where the compliance team needs a US or EU data-residency guarantee. LiveKit is a solid open-source option for teams that want to self-host the media servers.

Analytics wires Firebase Analytics, Mixpanel or Amplitude, GA4, and Meta CAPI for campaign attribution. AppsFlyer or Adjust handle install attribution across paid channels. Sentry and Datadog handle crash reporting and application performance monitoring.

Compliance closes the stack. DPDP Act 2023 consent capture is built into the first-launch flow, the profile settings screen, and the data-deletion route. IT Rules 2021 mandate a grievance officer with a public email — surfaced on a legal screen and in the app-store listing. Play Store's dating-app policy requires clear age-gating (18+), safety-tips content, and a reporting flow — we build to the policy on day one, not after a rejection. App Store's App Review 4.3 (spam / clone) is the reason many first-time dating app submissions get rejected — original visual language, verified onboarding, and an actual matching flow (not a scraper of profiles) clear the bar.

  • Flutter iOS + Android (customer app), Next.js web (moderation console + business admin)
  • Node.js (NestJS / Express) or Laravel backend with Socket.IO or Laravel Reverb realtime layer
  • PostgreSQL + Redis + S3 — the boring, battle-tested data stack
  • AWS Rekognition / Sightengine / Hive Moderation for photo + selfie verification
  • Apple In-App Purchase + Google Play Billing + RevenueCat entitlement — mandatory for in-app subs
  • Razorpay + Cashfree for web-side upsells + one-off boost bundles
  • Agora / Twilio Live / Mux Video / LiveKit for one-to-one and live video
  • Firebase FCM + APNS push, GA4 + Meta CAPI + AppsFlyer/Adjust attribution
  • Sentry + Datadog observability, Mixpanel or Amplitude retention analytics
  • DPDP Act consent, IT Rules 2021 grievance officer flow, Play Store dating-app policy — built at launch
Flutter (iOS + Android)Next.js (Moderation + Admin)Node.js / NestJSLaravelPostgreSQLRedisS3 / Cloudflare R2Socket.IOLaravel ReverbSendBirdStream ChatFirebase FCM + APNSAWS RekognitionSightengineHive ModerationAgora VideoTwilio LiveMux VideoLiveKitApple In-App PurchaseGoogle Play BillingRevenueCatRazorpayCashfreeStripe (cross-border)GA4 + Meta CAPIAppsFlyerAdjustMixpanelAmplitudeSentry + DatadogDPDP Act 2023 consentIT Rules 2021 grievance flow

Monetization models — how dating apps actually make money

A dating app has more revenue levers than most first-time founders realise, and picking the right mix at launch protects the unit economics for the next two years. Below are the models we architect for, with real market ranges. The successful dating apps in the India, US, and Gulf markets combine three or four of these, not just one.

Subscription is the primary revenue engine. Reference plans are one, three, six, and twelve-month tiers with the twelve-month at ₹1,999-4,999 and the one-month at ₹499-999 in the India market. US and Gulf markets carry USD 9.99-29.99 monthly, USD 79.99-149.99 annual. The subscription typically enables unlimited swipes (with a free-tier daily cap), likes-received visibility (Bumble Premium, Tinder Gold), advanced filters (faith, height, education, verified-only), see-who-liked-you, and one boost per week. Apple and Google take 15-30 percent on the in-app subscription — apply for the small-business rate on day one so the first year runs at 15 percent.

Consumables are the second lever. Boost packs (30-minute front-of-deck placement) at ₹99-199 per single boost or ₹499-999 for a five-pack. Super-likes at ₹49-99 for a five-pack, ₹199-399 for a twenty-five-pack. Rewind/undo passes as a one-off purchase. These are impulse buys and typically add 20-40 percent on top of subscription revenue at scale.

Freemium ad tier is the third lever, and one to think carefully about. A free-tier user on an ad-supported model sees banner ads in the swipe deck and interstitial ads between chat sessions. India CPMs on dating are low (₹15-45 per thousand impressions) and the tier can hurt retention if the ad load is aggressive. Many launched dating apps skip ads entirely for the first two years and revisit once the paid user base is stable.

Verified profiles as a paid upgrade is the fourth lever — a badge and higher deck placement for users who complete KYC plus ID upload. Priced ₹299-999 as a one-off or ₹99-299 monthly, and doubles as a trust-and-safety signal.

Live events and premium features are frontier levers. Speed-dating rooms (Yubo-style), in-app video parties, ticketed real-world events, and creator-style profile boosts for high-follower users. Priced per-event or per-boost. These become relevant once the user base is dense enough to sustain live participation.

Corporate partnerships — a bank offering premium to its cardholders, a telco bundling premium with a data plan, a beauty brand sponsoring a themed room — are B2B revenue lines that a well-managed dating app can turn on in year two.

The right combination depends on the market, the target segment, and the density — we walk through the unit-economics math on the blueprint call before the build starts.

  • Subscription — ₹499-999/month, ₹1,999-4,999/year in India; USD 9.99-29.99/month internationally
  • Consumable boosts — ₹99-199 per single, ₹499-999 per pack (Tinder Boost / Bumble Spotlight parallel)
  • Super-likes and rewind passes — ₹49-99 per pack, high-frequency impulse buys
  • Freemium ad tier — India CPM ₹15-45 per thousand; skip at launch, revisit year two
  • Verified profile upgrade — ₹299-999 one-off or ₹99-299/month, doubles as trust signal
  • Live events and speed-dating rooms — per-event or per-boost pricing, year-two lever
  • Corporate and telco partnerships — B2B distribution deals, year-two lever
  • Apple + Google IAP 15-30% commission — apply for small-business rate on day one

Timeline and delivery process — how we ship a dating app build

We work in fixed-scope, milestone-billed sprints with a weekly demo. The clients we ship for know what will be on staging every Friday, and they know exactly which invoice covers which milestone. Below is the standard timeline for the most-common production dating app scope (₹8-18 lakh, twelve to sixteen weeks).

Weeks 1-2 are the blueprint phase. On-site or Zoom discovery with the founder and product lead. We walk the intended user journey — how a user finds the app, verifies, builds a profile, swipes, matches, chats, and upgrades. We come out with a written scope document, a wireframe deck for the customer app, moderation console, and business admin, a data model, a matching-engine spec, a trust-and-safety policy, a subscription pricing sheet, and a fixed-price quotation. Nothing gets coded until the scope is signed.

Weeks 3-6 are backend and moderation. The backend, database, moderation console, and business admin are the first modules built and demoed. Sign-up, profile creation, and photo moderation flow are live on staging by end of week 6, and the moderation team can start dry-running the queue with test uploads.

Weeks 7-12 are the customer app. The Flutter customer app is built module by module — onboarding and selfie KYC, profile builder, swipe deck, match sheet, chat, filters, subscription paywall, notifications, settings. Each module hits a weekly Friday demo. Payment integration (Apple IAP + Google Play Billing + RevenueCat) wires in weeks 9-10. By end of week 12 the app is on internal-test tracks on TestFlight and Play Internal Testing.

Weeks 13-16 are the trust-and-safety hardening, video calling, and launch prep. Video calling on Agora or Twilio wires in and stress-tests. AI photo moderation rules tuned against real uploads. Selfie-verification tuning. App Store and Play Store review submission on week 14 — dating apps take extra review time on both stores, so this buffer matters. Launch checklist (DPDP Act consent audit, grievance officer contact live, safety tips content live, age-gate audit, App Store dating-app category selection, Play Store dating-app declaration) signed off before go-live.

Post-launch, the first month is a hyper-care sprint — daily standup, live production monitoring on Sentry and Datadog, and same-day patches on P0 issues. From month two, the app moves to the standard retainer cadence — a fortnightly release, a monthly moderation-rule review, a monthly analytics review, and a quarterly roadmap conversation. Dating apps ship a new build cadence of every two to four weeks after launch because moderation rules, matching-engine weights, and paywall tests all benefit from continuous release.

Who this build is for — the four dating-app client types we ship for

Every dating-app enquiry that lands on our contact form fits into one of four patterns. The scope, the timeline, and the price map to the pattern — knowing which one you are running lets the first call move quickly to numbers.

The first-time founder wants to test an original dating concept in one city or one community before scaling. Scope is a minimal swipe-and-chat MVP, one subscription plan, no video, basic moderation. Typical build is ₹3.5-6 lakh, ships in eight to twelve weeks. This is the "prove the concept works before spending on paid marketing" build — we push every founder in this bracket toward this shape, not toward a Tinder feature list on day one.

The niche or community operator is building for a specific segment — LGBTQ+, faith-based, alumni-only, professional-only, geography-locked (a Tier-2 city, a specific country like the UAE or Saudi Arabia), or interest-based (fitness singles, sober dating, over-50s dating). Scope is a production dating app plus a community verification module — LinkedIn OAuth for professional, employer email domain check for alumni, ID-plus-selfie for community-restricted, video-selfie plus a community-language question for identity-locked. Typical build is ₹9.5-22 lakh, ships in fourteen to eighteen weeks. Retention on niche dating apps is typically 2-4x a mass-market app because the density of matches feels higher, and the LTV supports a higher subscription price.

The video-first or live-stream operator is building on the Bumble icebreaker video, Hinge voice prompts, or Yubo live-room shapes. Scope is a production dating app plus Agora or Twilio-Live video infrastructure plus a heavier moderation pipeline (live-video content review, AI voice moderation, real-time incident response). Typical build is ₹14-28 lakh, ships in sixteen to twenty-two weeks. This shape is where trust-and-safety cost climbs — we walk every founder through the operating implications before the build starts.

The multi-country or ML-driven operator is an existing dating brand, a well-funded startup, or a media house building a broader social-and-dating platform. Scope is a full production dating app plus multi-country support (region-specific pricing, currency, localisation), an ML re-ranker on the matching engine, live events infrastructure, and an ad-supported free tier. Quoted after discovery, starts at ₹28 lakh. Timelines run six to nine months for the first production country, then a copy-and-scale cadence for country-two onwards.

If your build does not fit cleanly into one of these four, that is normal — most real projects sit at the boundary between two. The blueprint call is where we place the project on the map and quote against the closest reference.

The next step — book a dating-app blueprint call

The fastest way to know what your dating app should actually cost and what should be in scope is a 30-minute conversation. We will ask about the model (mass-market, niche/community, video-first, multi-country), the market (India, Gulf, US, UK), the target segment, the launch user acquisition plan you expect, the payment mix your users prefer, and the timeline you are working against. At the end of the call you get a written blueprint — recommended scope, module list, integrations, indicative timeline, and a fixed-price quotation — with no obligation to move forward.

Call +91-99245-12890 or drop an enquiry through the contact form. We reply the same working day.

Dating app questions founders ask on the first call

What first-time dating founders, niche community operators, and video-first product teams ask before starting a dating-app build. If yours isn’t here, we will answer it on the discovery call.

A minimal swipe-and-chat MVP with sign-up, profile, swipe, match, one-to-one chat, and one subscription plan starts at around ₹3.5 lakh and ships in eight to twelve weeks. A production dating app with KYC, AI photo moderation, video calling, filters, and a full moderation console sits in the ₹8-18 lakh range and ships in twelve to sixteen weeks. A niche or community dating app (LGBTQ+, faith-based, alumni) runs ₹9.5-22 lakh. A video-first or live-stream dating platform is ₹14-28 lakh. A full multi-country Tinder-scale platform is quoted after discovery from ₹28 lakh. Every number is fixed-scope — the quotation is what you pay.