
A custom digital genealogy platform and family archive. Features tiered generational tree views, relationship role management (Father, Mother, Wife, Son, Daughter, Siblings), profile modals, authentication gateways, and server-side JSON storage allowing easy updates without complex database setups.
Ensuring seamless server-side file writes with race condition safeguards and providing client-side backup/export options without relying on external databases. Solved using atomic Node.js fs handlers paired with reactive client states.