Cynric iSmarten Enterprise
Cynric iSmarten is an enterprise membership SaaS platform engineered for multi-tier affiliate management, interactive genealogy organization trees, multi-currency loadup wallets, commission tracking reports, and administrative customer governance.
ismarten@gmail.comSystem1122@admin@cynric.comSystem1122@
Managing multi-level membership hierarchies, commission distribution calculations, package upgrades, and customer support for complex network topologies standardly leads to data inconsistency and slow query speeds.
Built an event-driven MERN platform featuring recursive tree structures for real-time genealogy viewing, instant multi-currency wallet transfers, Stripe payment processing, and an admin user impersonation system for instant support.
Key Engineered Features
Interactive Genealogy & Sponsor Trees
Visual representation of member referral networks and multi-level team structures.
Multi-Currency & Loadup Wallet
Internal wallet balances, coin transfers, upgrade codes, and transaction histories.
Package Upgrade System
Flexible membership tiers with automated commission distribution triggers.
Support & 2FA Security Hub
Integrated ticket desk, identity verification (KYC), and OTP 2FA authentication.
Admin User Impersonation
Admin feature allowing one-click login into any user account to resolve support issues directly.
Platform Dashboard Visuals


Technical Architecture Breakdown
React single-page application built on Vite with Tailwind CSS for sub-second UI rendering.
Node.js microservices handling recursive genealogy calculations and commission payout rules.
MongoDB Atlas with optimized index paths for high-speed multi-level user queries.
Development Lifecycle & Steps
Data Modeling & Tree Algorithms
Designed MongoDB models for recursive parent-child user relationships and wallet ledgers.
Wallet & Stripe Integration
Engineered internal wallet ledger handling transfers, loadups, and Stripe checkout hooks.
Interactive Genealogy UI
Built dynamic SVG/CSS canvas components for expanding and searching multi-tier member trees.
Admin Control & Impersonation Engine
Developed secure token-swapping mechanism for administrative user impersonation.
AWS Deployment & Load Testing
Deployed on high-availability AWS EC2 with MongoDB Atlas replica sets.
Technical Obstacles & Solutions
Challenge: Querying deep 10+ level referral trees caused database latency and high CPU usage.
Solution: Implemented materialised path indexing in MongoDB combined with Redis sub-tree caching, reducing query response times from 1.2s to 18ms.
Challenge: Support staff needing to diagnose user-reported interface issues without asking for customer passwords.
Solution: Constructed a role-restricted JWT Admin Impersonation protocol with audit logging, allowing support admins to view exact user sessions safely.