Overview
Last updated 28 Jul 2026
ResellX Xpert — Platform Overview
ResellX Xpert is a full-featured ecommerce platform built for two premium wellness brands: Zestora and BioBloom. It is live at https://resellx.in.
Brands
- Zestora — Performance and lifestyle wellness products
- BioBloom — Natural, organic health and beauty range
Technology Stack
- Frontend: React 19 + TypeScript + Vite
- Styling: Tailwind CSS + shadcn UI components
- Data storage: Browser localStorage (all data is client-side; resets on server restart)
- Email: Airo email gateway (transactional — order confirmations, OTP, notifications)
- Payments: UPI/QR (live) + COD; Razorpay integration pending
Key URLs
| URL | Purpose |
|---|---|
| https://resellx.in | Public storefront |
| https://resellx.in/shop | Product catalogue |
| https://resellx.in/promotions | Active promotions |
| https://resellx.in/rxadmin | Admin panel (not in sitemap) |
| https://resellx.in/account | Customer dashboard |
Important Notes
- All data is stored in the browser's localStorage. There is no backend database yet.
- Data will reset if the server restarts or the browser clears storage.
- Admin credentials must be set as environment secrets: ADMIN_USERNAME and ADMIN_PASSWORD.
- The admin URL /rxadmin is intentionally hidden from the sitemap and footer.
