Flipkart Clone · Features

Flipkart Clone Features: Cash, Serviceability and the Last Mile

Marketplaces built for card-first, metro-first markets do not fit the way a large part of India actually buys. Cash here is a full accounting path, serviceability is decided down to the zip, and the storefront reads in the buyer’s language. Here is what ships, grouped by who touches it.

Request a Live Demo →See Pricing
Cash is a ledger, not a checkbox
4 wallets per order
6 days to deploy
Handover
OTP verified
How a Cash Order Closes
01Zip allowlist offers checkout
02Order placed, stock committed
03Agent carries the float
04OTP verified at the door
05Cash lands on the agent balance
06Settled to the operator wallet
131
Normalized MySQL Tables
13
Ways to Pay, Including COD
9
Order Statuses, Full History
3
Flutter Android Apps
By Role

Feature Set by Role

Every capability grouped by who actually touches it - the customer buying, the vendor selling and getting paid, and the delivery agent closing the loop at the door.

C

Customer

  • Keyword search with autocomplete, filters and sorting
  • Featured, most-demanded and best-selling rails
  • Deal of the day, time-boxed flash deals, clearance storefront
  • One cart spanning several vendors at once
  • Guest cart tracked by session and merged on login
  • Coupon, wallet and loyalty applied together at checkout
  • Refund request with reason and evidence
  • Restock subscriptions, wallet, loyalty and referral
V

Vendor

  • Register with KYC, approved by an operator
  • Product CRUD with variants, stock and bulk import
  • SKU-level rows with their own price and quantity
  • Stock thresholds with low-stock alerts
  • AI-assisted descriptions, SEO titles and alt text
  • Order queue and refund responses
  • Sales analytics and withdrawal requests
  • Web panel or Android app, same data
D

Delivery Agent

  • First-class identity with KYC and admin approval
  • Assignment feed with accept and reject
  • Navigation to vendor and to customer
  • Live location broadcast and status checkpoints
  • One-time-code verification at the door
  • Cash collected written to their own balance
  • Reconciled to the operator wallet on settlement
  • Earnings view and withdrawal request flow

A delivery agent is an identity with its own KYC, wallet and approval state, not a flag on a customer account. That distinction is what makes cash reconciliation possible at all.

Compare

Flipkart vs Miracuves Clone vs Building From Scratch

The same capability, three different paths - and one row where a general commerce script simply has nothing to offer.

CapabilityOriginal FlipkartMiracuves CloneGeneric commerce script
Cash on deliveryYes, in many categoriesA settlement path with its own accounting: OTP, agent float, handling fee, reconciliationWhere general commerce scripts quietly give up
Serviceability controlPostcode-level, built in-houseDelivery countries, zones and zip allowlists decide where checkout is offered at allUsually a shipping-rate table, not a gate
Route economicsOptimised at enormous scalePer-category shipping overrides so a city route and a rural one differOne flat rate, then margin bleeds on the long routes
Tax by state and categoryYesTax classes bound per zone with per-product rates and a line on every invoiceA single tax rate, then an accounting problem
Regional languageExtensivePer-entity translation across storefront, apps and consoleInterface strings only, catalog left in English
Vendor onboardingSeller portalKYC, admin approval, own panel and Android app, per-vendor commissionA registration form and a spreadsheet
Money modelInternalFour wallets - customer, vendor, agent, operator - append-onlyOne balance column and a reconciliation problem
Source ownershipN/AFull Laravel 12 and all three Flutter projects, no licence callbackFull ownership (you are building it)
PriceN/A$2,499 one-timeAn 18 - 30 month programme with a senior team

The iOS row is stated plainly because it is the thing buyers most often assume. Three Android builds are in the base price; the Flutter projects compile for iOS, and App Store builds, signing and submission are quoted separately because the review cycle and developer account are separate work.

End to End

How It Works, End to End

One cash order, followed from a serviceability check to reconciled money - the path a card-first platform never has to think about.

01

Is this address even serviceable?

Before anything else, the zip allowlist decides whether checkout is offered at this address at all. Delivery countries and zones sit above it, and per-category shipping overrides mean a dense city route and a town two hours out do not carry the same economics. Offering checkout where no route exists is how a sale becomes a refund and a wasted trip.

02

Order placed, stock and commission committed

One cart can span several vendors, so the order splits, stock decrements at SKU level and each line carries its own delivery status. Placement is guarded by an idempotency check. On a cash order, all of this is committed days before any money exists - which is precisely why the accounting has to be right.

03

The agent carries the float

A delivery agent is a first-class identity with KYC and approval, not a flag on an account. They take the job from an assignment feed, navigate to the vendor and then the buyer, and broadcast location through the checkpoints. Until settlement, whatever they collect is their balance, not yours.

04

OTP at the door, not a tap

A server-verified one-time code closes the handover. In a cash market this is the difference between a record and a claim, and it is the single most disputed moment in the whole order. The cash collected is written to that agent's balance and into a dedicated transaction table.

05

Reconciliation closes the loop

Cash settles from the agent balance into the operator wallet, with an operator-set handling fee covering the cost of collecting by hand. Commission is deducted from the vendor wallet on completion and reversed automatically on refund. Every movement writes an append-only row, so any figure can be re-derived.

Step five is the one to interrogate in any platform you evaluate. A refund that reverses the payment but not the commission, or cash that never reconciles, leaves a balance nobody can explain - and you will find it at year end, not at launch.

Rationale

Every Feature Earns Its Place

Nothing here is on the list because it demos well. Each capability exists because leaving it out breaks something specific and expensive.

CapabilityWhy it is not optional
Cash in its own transaction tableBecause a cash order is not a payment that happened - it is a promise that closes days later, at a door, with stock and commission already committed.
A float carried per agentBecause until settlement the money is the agent's liability, not yours. Without a per-agent balance you cannot say who is holding what.
Server-verified code at handoverBecause in a cash market “marked delivered” is the single most expensive unverified claim on the platform.
Operator-set handling feeBecause collecting notes by hand has a real cost, and recovering it should not mean quietly inflating the product price.
Zip allowlistsBecause offering checkout where no route exists turns a sale into a refund, a bad review and a wasted agent trip.
Per-category shipping overridesBecause a dense city route and a town two hours away cannot carry the same delivery economics without one subsidising the other.
Tax classes bound per zoneBecause rates differ by product category and by state, and every invoice needs the line to be right.
Per-entity translationBecause a buyer who does not shop in English converts badly against an English storefront, however good the catalog is.
Four separate walletsBecause customer refunds, vendor payouts, agent cash and your commission are four different liabilities on one order.

The Technology Behind the Features

A conventional, hireable stack, deliberately: PHP 8.2 on Laravel 12 with nWidart modules, running controller to service to repository to model with transactions at the service boundary. That is 114 Eloquent models over 131 normalized MySQL tables, with modules for AI, Blog and Tax that enable and disable without touching core, and observers, events and listeners driving notifications and ledger writes. REST API v1, v2 and v3 serve every client. Mobile is Flutter with Dio and Provider over GetIt - customer, vendor and deliveryman builds from one shared architecture, Sanctum bearer tokens carrying role claims, Firebase Cloud Messaging per app and Google Maps in the deliveryman build. Data sits on MySQL 8.x and Redis 7.x with InnoDB and utf8mb4 throughout, soft deletes on customer, vendor, agent and product rows, composite indexes on the hot paths, and append-only wallet histories.

Laravel 12PHP 8.2, nWidart modules
131Normalized MySQL tables
114Eloquent models
Redis 7Cache, queue, session

Nothing here is exotic, and that is the point: the developers who maintain this after handover should already know it.

Honest Readiness

What Is Not Included in the Base Package

Everything above is in the base build and demonstrable in the live demo. These are not - and the hub labels them configuration-required or integration-required rather than implying them away.

Yours to own, not ours to supply

  • iOS applicationsThree Android builds ship. The Flutter projects compile for iOS, quoted as an add-on with signing and submission.
  • Gateway credentialsEleven gateways are integrated; each needs your own merchant account and approval.
  • SMS and email providerIntegration-required - your accounts, your sender reputation.
  • Firebase projectPush notifications run through your own Firebase project.
  • OpenAI keyThe AI module generates descriptions, SEO copy and alt text against your key, with per-feature token quotas.
  • Catalog dataProducts, imagery and vendor recruitment are the business, and they are yours.
  • Tax ratesTax classes bind per zone, but the rates for your jurisdictions are yours to set.
  • ISO 27001 and SOC 2Neither certificate is held and neither is claimed. The platform is ready for the evidence gathering.

Currency exchange rates are operator-set rather than fetched automatically, which is deliberate - a marketplace that silently reprices a catalog against a live feed surprises vendors and customers at the same time.

Development Company

See how Miracuves compares to agencies and freelancers

The deployment process, two modelled reference deployments, and what to check before you hire anyone - on the Development Company page.

See the comparison →
FAQ

Frequently Asked Questions

How does the delivery fleet work?
Delivery agents are a first-class identity with KYC and admin approval, not a flag on a customer account. They get an assignment feed with accept and reject, navigation to vendor and customer, live location broadcast, status checkpoints, one-time-code verification at the door, and a wallet with a withdrawal request flow.
Is cash on delivery properly handled?
Yes, and it is one of the reasons to choose this platform over a general commerce script. Cash collected is written to the delivery agent own balance, reconciled to the operator wallet on settlement, and tracked in a dedicated transaction table rather than being treated as an ordinary payment.
Can vendors manage everything themselves?
Yes. Vendors register with KYC, get approved by an operator, then run their own shop: product CRUD with variants and stock, bulk import and export, AI-assisted descriptions, an order queue, refund responses, sales analytics and a withdrawal request flow, from either the web panel or the Android app.
Which payment gateways are supported?
Eleven are integrated: Stripe, PayPal, Razorpay, Mercado Pago, Iyzico, PhonePe, Paytm, PayUZ, SSLCommerz, Flutterwave and PayTabs. Operator-defined offline methods and cash on delivery are also built in. Each gateway needs your own merchant credentials, which is why they are labelled integration-required.
Are iOS apps included?
No. The three Android builds are in the base price. The Flutter projects compile for iOS, and we quote App Store builds, signing and submission as an add-on because the review cycle and the developer account are separate work.
What does the AI module actually do?
It generates product descriptions, SEO titles and descriptions, tag suggestions and image alt text through OpenAI, with per-feature token quotas and a log recording tokens and cost for every call. It needs your own OpenAI key, so it is integration-required rather than included.

See exactly what you are getting - before you commit

Request a working demo of the storefront, the vendor panel, the delivery app and the operator console, or check exact pricing.

Ready to launch a marketplace that owns its last mile?

Deploy in 6 days with the storefront, vendor panel, delivery fleet and operator console included, full Laravel 12 source on infrastructure you own.

Talk to Us →
Miracuves · Flipkart Clone Solution Feature set and readiness caveats cross-verified against the live hub, 2026-08-20
Disclaimer

Miracuves is an independent software development company. We are not affiliated with, connected to, sponsored by, or endorsed by Flipkart.

Why this name

Flipkart Clone” is used descriptively. It is how the software industry refers to building a platform with functionality similar to Flipkart, and how clients search for it.

Who built this

The entire design and codebase is built by our own team. The product contains no code, design, graphics, or content originating from the Flipkart website or applications.

Trademarks

Flipkart and all other third-party names and marks are the property of their respective owners, referenced here solely to describe the category of software offered.