This is a delightfully niche find: an unofficial wiki for Destiny, a private server for the cult-classic MMO Phantasy Star Online Blue Burst. Originally released by Sega in 2000 and brought to PC in 2004, PSO:BB has been kept alive for two decades by dedicated private server communities long after official servers shut down. celestial-fusion appears to be a TypeScript-based companion knowledge base for one of those communities.
What makes this interesting from a developer perspective:
- Modern stack for retro content — Using TypeScript (likely Next.js or Astro under the hood) to document a 25-year-old game is a fun mismatch of eras. It's also a great template for anyone wanting to build a fan wiki that isn't trapped in MediaWiki's UX.
- Game-specific data modeling — PSO:BB has notoriously complex item systems: weapon attributes, mag stats, section IDs, photon drops, rare drop tables. Modeling that cleanly in TypeScript types is genuinely useful reference material.
- Community preservation — Private server wikis are some of the most undervalued software engineering on the internet. They keep games playable and findable decades after publishers abandon them.
Who might find it useful:
- PSO:BB players on the Destiny server who need drop charts, quest walkthroughs, or class build references.
- Devs building fan wikis who want a modern TypeScript alternative to Fandom or MediaWiki — fork it, replace the content, ship.
- Retro game preservationists studying how communities self-document games whose publishers have moved on.
With zero stars and a fresh push, it's clearly in its early days, but the niche it serves is real and the technical approach is sensible.