I run a 2×2 matrix-based MLM platform and need a focused module that visualises the genealogy tree. The rest of the system—member registration, log-in, and commission logic—already works; what I lack is a tidy, always-accurate tree that shows where everyone sits in the matrix. Scope • Display a basic two-level tree for any member ID I pass, showing only member names in each node. • Respect the 2×2 structure: every parent has at most two direct children, with each of those able to display two more. • The tree must update automatically the moment a new member is placed so no manual refresh or data entry is required. Tech preferences I am flexible on language or framework. A lightweight PHP + MySQL snippet, a React component, or a clean JavaScript widget are all acceptable as long as it plugs into my existing database tables without rewriting them. Acceptance criteria 1. Given a valid member ID, the component renders the correct two-level structure with names only. 2. Empty positions show as blank or “open slot”. 3. Loads in under one second on a modern browser. 4. Includes clear setup instructions and a short README describing any configuration variables. Deliverable A fully functional genealogy tree module plus installation guide and brief notes on how to trigger it from my dashboard.