NowFloats Technologies
Boost360 - B2B SaaS Digital Storefront Engine
Re-platformed a core B2B SaaS product into a highly concurrent, multi-tenant e-commerce system, enabling SMEs to build websites and sync catalogs dynamically in under 9 minutes.
<9 Mins
Onboarding Time
10x Users
Scaling Ratio
50,000+
Storefronts Active
<1 Sec
Data Sync latency
The Challenge
The legacy monolith at NowFloats suffered from resource contention, slowing down during traffic spikes on merchant sites. Vertical server scaling was expensive, and manual domain mapping and SSL certificate provisioning delayed onboarding.
Our Solution
CAN Tech re-platformed Boost360 into a cloud-native microservices architecture orchestrated on Kubernetes. We built an automated domain and SSL provisioning pipeline, designed a mobile-first CMS with a 3-tap sync to update marketplace catalogs, and separated database reads from transactional writes.
Technical Architecture
Technical Architecture & Deployment Specification
Microservices are containerized and scaled dynamically. The sync driver handles eventual consistency updates to push product metrics out to Google Business Profile, Facebook, and Instagram.
apiVersion: apps/v1
kind: Deployment
metadata:
name: storefront-engine-replica
namespace: boost360-prod
spec:
replicas: 10
selector:
matchLabels:
app: storefront-engine
template:
metadata:
labels:
app: storefront-engine
spec:
containers:
- name: engine
image: boost360/storefront-core:v4.2.1
resources:
limits:
cpu: "2"
memory: 4Gi
requests:
cpu: 500m
memory: 1GiKey UI/UX & System Elements
Industry Website Onboarding
A mobile-first setup flow that lets business owners pick their industry — doctors, clinics, hotels, education, wellness spas, salons, restaurants, or manufacturing — and launch a professional website in minutes.

Orders & Appointments Hub
A centralized inbox for managing customer bookings with status filters (initiated, confirmed, in progress, cancelled), appointment IDs, service details, customer info, and live confirmation timers.

E-Commerce Product Storefront
A mobile-optimized product page with image gallery, pricing, stock status, and one-tap Buy Now, Add to Cart, and Enquire actions — plus WhatsApp chat integration for customer support.

