Project Overview
Bit Heroes Familiar Fusion Atlas is a static Next.js documentation portal designed to help players look up familiars, track fusion requirements, and browse game loadouts. It relies on snapshots of HTML wiki data compiled into static JSON models during building.
Key Features
πΈοΈ Familiar & Fusion Trees
Calculates complete recipe and fusion trees for every familiar, listing base elements and costs.
π Static Archive Extractor
Node.js data parsing scripts extract JSON databases from fandom wiki HTML snapshots at compile-time.
πΊοΈ Dynamic Routing & Search
Static pages mapping fusion paths, stats, and requirements with instant search filters.
Technology Stack
- Frontend: Next.js, React, static exports (
next export). - Data Extractor: Node.js scraping and parsing scripts.
- Hosting: GitHub Pages via automated workflows.
