-
Notifications
You must be signed in to change notification settings - Fork 0
What's New
Sahaj Rana edited this page Apr 8, 2026
·
5 revisions
Multi-tenant e-commerce platform โ white-label ready for any brand.
Released: February 2026 โ April 2026 The platform evolution. Online payments, a fully live UI editor, over-the-air updates, automated build pipelines, a complete GST engine, and deep white-label customisation for every screen.
- โ Reliable live preview โ any property change in the editor now reflects immediately in the live preview on both mobile app and web, simultaneously.
- ๐ท Selection label toggle โ top-right toggle in the editor canvas hides section-name chips without removing selection borders; preference persisted across refresh and screen changes.
- ๐ก Save guard โ "Save & Publish" delays activation briefly after page load, preventing accidental overwrite of saved settings before they finish loading.
- ๐งญ Hide, reorder, rename nav items โ drag-and-drop list in the UI editor; changes reflected in live preview immediately.
- ๐ค Auto home label โ if the Home label is left blank, the app auto-fills the first syllable of the brand name.
- ๐ Context-aware items โ nav items for optional features are only shown in the editor when that feature is enabled for the brand.
- ๐ซ Blur Background Color โ new property controls the gradient background of the branding blur circle; defaults to the brand's light primary colour.
- ๐ต Top Bar Background Color โ separate property for the solid background behind the blur gradient, editable alongside Blur Strip Color.
- ๐ Floating "View Cart" bar โ appears automatically on mobile when items are in the cart; hidden in desktop view.
- ๐จ Full theming โ background colour, border, border radius, shadow, width (%), alignment (Left / Center / Right), bar height, and bottom padding all configurable.
- ๐ Preview mode toggle โ bar shown in the editor via a visibility toggle, independent of actual cart state.
โ๏ธ Bottom padding โ the padding value propagates to all pages where the bar appears.- Default: 96% width, 8 px bottom padding; 100% = full-bleed.
- ๐ฅ Desktop price section โ Add to Cart button colour, border, radius, width, height, font; variant selector border, fill, text colours and radius. All independently configured.
- ๐ฑ Mobile sticky bottom bar โ bar height, border radius, shadow; show/hide variant dropdown; dropdown fill, border, text, font size, height, width; Add to Cart button colour, border, text, font, width, height. Default border radius: 12 px.
- ๐ฑ Tap-to-add fixed โ Add to Cart button on mobile web now correctly receives tap events.
โ๏ธ Vertical centering โ both sides of the bottom bar vertically centred regardless of bar height.- ๐ค Per-element font sizes โ individual font-size properties for all text elements in the variant selector.
- ๐ Cart item row โ background, text colours, quantity button colours, border radius.
- ๐งฎ Cart summary section โ per-row colour properties for subtotal, discount, delivery, GST, and total rows.
- ๐ณ Checkout section โ button colour, text, radius, border; address selector text/icon colours; payment mode selector colours, border, and radius.
- ๐ Sticky checkout bar โ checkout button and address row stick to the bottom of the screen on mobile.
- ๐ค Button labels โ "Tap to pay" (online) / "Tap to pay โ COD" (cash); consistent across mobile app and web.
- ๐ผ Cart preview page โ dummy cart with mock products for live UI editing; empty cart state togglable as a contextual section.
- ๐ Plans page โ new screen added to the bottom of the admin left panel showing all subscription tiers.
- ๐ InstrumentSans typography โ plans screen uses InstrumentSans as the font family throughout.
- ๐ Single / Multi-seller toggle โ slider switches between single-seller and multi-seller marketplace pricing.
- ๐ Compare Plans โ links to the public pricing comparison page.
- ๐ Empty state on load โ search screen immediately shows a placeholder illustration and helper text instead of an infinite loading state before the user has typed anything.
- ๐ Full theming โ grid columns, background colour, icon size, label colour, card style, and spacing all configurable from the UI editor.
- ๐ฑ Card-based mobile lists โ Porter and Sellers app list screens render readable mobile card layouts instead of horizontal-scrolling data tables.
- ๐ต Ad Click ID tracking โ click ID from Meta ad links captured on admin panel load and sent with the registration event, enabling accurate ad-to-signup attribution.
- ๐ข Browser ID tracking โ browser identity from Meta Pixel stored and sent alongside the click ID at registration for server-side deduplication and improved conversion accuracy (~9% improvement).
- Both tokens cleared after successful registration (one-time use).
- ๐ธ Two GST modes โ
-
Mode A (
order-level): flat GST % added on top of the order total. -
Mode B (
product-based): GST already baked into the product price; shown as informational only, never double-counted.
-
Mode A (
- ๐งฎ Per-item GST rates โ each product or part carries its own GST rate; falls back to the store-wide setting when absent.
- ๐ฆ Immutable order snapshots โ delivery cost, GST mode, and per-item rates are locked into every order at creation time so historical orders never recalculate incorrectly.
- ๐ Configurable delivery fee โ delivery fee read from store settings; never hardcoded.
- ๐ข Buyer GST number on invoice โ buyers can enter their GSTIN; it prints on the generated invoice.
- ๐ Kit/bundle GST โ kit totals correctly respect the active GST mode.
- ๐ Staff login โ username + password login path for non-owner staff accounts (sub-admin, delivery admin).
- ๐ Google sign-in โ Google sign-in connected; new accounts auto-created, existing accounts prompted to sign in.
- ๐พ Session persistence โ admin session restored on page refresh; no re-login required.
- ๐ฑ Responsive admin layout โ panel adapts to mobile and tablet widths; sidebar collapses on small screens.
- ๐ Dynamic favicon โ admin fetches the brand favicon from store settings and swaps it at runtime.
- ๐ Vendor terminology โ "Seller" consistently renamed "Vendor" across all UI text.
- ๐จ Live UI theming โ admins configure per-section styles from the editor; all apps fetch and apply them on launch automatically.
- ๐ค Dynamic fonts โ font family configured per brand; applied at runtime in both the mobile app and web with no app update required.
- ๐ Global spacing & typography โ one section controls section spacing and font sizes globally across the app.
- ๐ Product card theming โ border radius, image height, padding, title/price colours all configurable per brand.
- ๐ Category grid theming โ icon size, label colour, column count, and background colour from the admin editor.
- ๐ผ Live preview โ admin UI editor shows a web preview that updates in real time as properties are changed; no page reload needed.
- ๐งฐ Section selection highlight โ clicking a section in the preview outlines it clearly for editing.
- โ๏ธ Section navigator โ left panel lists all editable sections; right panel shows properties for the selected one.
- ๐ฉ Over-the-air updates โ app supports patch delivery without an app store review cycle; minor fixes ship in minutes.
- ๐ Automated build pipelines โ Android + iOS builds automated for all apps across all brand variants.
- ๐ฒ Zero-touch white-label builds โ app identity configured at build time; no manual setup required per brand.
- ๐งพ Payment Gateway integration โ online payment collection integrated end-to-end; handles success, failure, and back-press edge cases correctly.
- ๐ณ Cash on Delivery โ COD toggle at checkout; buyer selects COD or online from a dropdown selector.
- โก Real-time payment verification โ payment status updates in real time after the payment callback; no polling needed.
- ๐งพ Buyer invoice โ buyers can view and download their invoice from order details.
- ๐ Clean order ID display โ internal suffixes stripped before any order ID is shown to users.
- ๐ Enhanced empty cart โ ongoing orders displayed inline when the cart is empty so buyers always have context.
- ๐ง Transactional notifications โ email + push notification sent to buyer on order dispatch and delivery confirmation.
- ๐ New brand onboarding โ additional white-label brands onboarded with independent configurations and app icons.
- ๐ Multi-brand automated deployment โ a single script builds the web buyer app and deploys it to each brand's separate hosting; no manual setup required.
| Apps | 4 mobile apps (Buyer, Sellers, Porter, Super Admin) + web buyer |
| White-label brands | 6 independent brands on one platform |
| Themeable sections | 15+ sections fully configurable via the live UI editor |
| Payment methods | Online Payment Gateway + Cash on Delivery |
| OTA updates | Patch delivery โ ship fixes without app store review |
| GST engine | Two modes, per-item rates, immutable order snapshots |
| Ad attribution | Click ID + Browser ID tracking on registration |
Released: May 2025 โ December 2025 The foundation release. Core shopping experience across mobile and web, multi-vendor marketplace, delivery management, and white-label multi-brand support.
- ๐ฐ Finance screens โ sellers and delivery drivers each have an earnings dashboard showing total, pending, and paid amounts.
- ๐ Full delivery lifecycle โ Accept โ En-route โ Delivered flow with customer contact integration.
- ๐ฑ Seller app polish โ order list, fulfilment actions, and product status chips refined.
- ๐ผ Brand logo management โ admins can upload and manage their store logo directly from the Settings page in the Super Admin panel.
- ๐ฆ Per-brand companion apps โ Delivery and Seller apps now support separate per-brand variants with independent signing.
- ๐ Slider / banner improvements โ home screen banner carousel performance and visual polish improved.
- ๐งฉ Kits in Super Admin โ admin can create Kit bundles (sets of parts), set auto-pricing from part costs, attach entities, and preview kit builds.
- ๐ Rich-text descriptions โ rich HTML editor integrated for product part descriptions.
- ๐ท Product entities โ custom attributes (e.g. "Engine Type", "Fuel Grade") attachable to any product; filterable in the buyer app.
- ๐ Entities screen โ full fetch, add, edit, delete flow in the admin left panel.
- โ๏ธ Auto-price calculator โ kit price auto-computed from constituent part prices with manual override.
- ๐ Kits tab in buyer โ dedicated home screen tab showing kit bundles; buyer selects parts to build a kit.
- ๐ Delivery driver app โ dedicated app for delivery staff: order assignment, real-time status updates, and customer contact.
- ๐ Dual notification system โ seller notified on new order; driver notified on assignment; buyer notified on dispatch and delivery.
- ๐ฆ Background notifications โ notifications processed correctly even when the app is closed.
- ๐ Import/Export complete โ admin can bulk-import the full product catalogue and bulk-export for offline editing.
- ๐ Order ID uniqueness โ order IDs incorporate a per-brand identifier to prevent cross-client collisions.
- ๐ Pull-to-refresh โ all list screens across admin and buyer support pull-to-refresh.
- ๐จ Per-brand app variants โ buyer app builds a separate variant per brand with independent app IDs, icons, and signing keys; fully configurable with no manual changes per brand.
- ๐ Signing key management โ separate signing keys for each brand across Buyer, Delivery, and Seller apps.
- ๐จโ๐ผ Multi-tenant admin โ Super Admin panel identifies brands at runtime; one admin panel serves all brands.
- ๐ Admin product management โ product search, sort, and edit flows stabilised across all brands.
- ๐ค Import / Export (beta) โ product import via CSV/Excel started for the admin panel.
- ๐งน Shared foundation โ common components, services, and helpers shared across all four apps; an improvement in one place benefits all apps instantly.
- ๐ API & profile fixes โ profile update flow stabilised; API response handling hardened.
- ๐ช Sellers app โ standalone app for vendors: add/edit products, manage inventory and stock.
- ๐ฆ Bulk orders โ B2B bulk order flow for wholesale buyers.
- ๐งฉ Parts & kits in buyer โ buyers can browse and order parts through a Kit โ Parts hierarchy.
- ๐ Phone & email OTP authentication โ sign-up and sign-in with OTP verification, end-to-end.
- ๐ Home screen โ category grid, product listing with tab-based browse, and top bar.
- ๐ Product detail page โ image gallery, variant selector, and Add to Cart.
- ๐ Cart screen โ item listing, quantity controls, and checkout entry point.
- ๐ Category browse โ per-category product listing screen.
- ๐ค User profile โ profile setup, preferences, and address management.
- ๐ Push notifications โ order event notifications.
- ๐ Multi-app platform โ four apps (Buyer, Sellers, Delivery Driver, Super Admin) launched together as a unified platform from day one.
Built with โค๏ธ by the Expendefy team.