DEV Community

dayu2333-jinyul
dayu2333-jinyul

Posted on • Originally published at fh6wiki.com

I Built a Forza Horizon 6 Wiki — 650 Cars, Full Map, and Every Game Detail

Why this exists

Forza Horizon 6 launched and, like every Forza game, the information gap between what players need and what Google shows is massive. Search "FH6 fastest cars" and you get: a 20-minute YouTube video with a 3-minute intro, a Reddit thread with the top answer deleted, and an IGN article that was clearly written before anyone actually played the game.

I wanted something different — a clean, fast, no-bullshit reference for FH6.

What fh6wiki.com has

fh6wiki.com is a community wiki I built from scratch. Current stats:

  • 650+ cars with stats (speed, acceleration, handling, price)
  • 27 guides covering beginner tips, tuning, drift setups, money farming
  • Full Japan map with every collectible location
  • Car comparison tool — side by side stats comparison
  • Multi-language support — English, Chinese, Japanese, Korean, German, Spanish, French, Portuguese

Some articles people seem to find useful:

The tech

Static HTML + vanilla JS. No framework, no database, no server. Hosted on Cloudflare Pages. The car database is driven by a JSON file that gets rendered client-side. Multi-language support via ?lang= parameter — no i18n library, just JSON translation files.

Why static? Because FH6 wiki traffic is 95% reads and 5% writes at most. A CMS would be overkill. Pages load in under a second globally via Cloudflare CDN.

The hard part nobody talks about

Google indexing a new domain in 2026 is brutal. The domain was registered this year, has zero backlinks, and Google treats new .coms like they do not exist until proven otherwise. Meanwhile, Bing and ChatGPT already surface the pages in search results — the content quality is not the problem. The problem is Google needs social proof before it trusts a new domain.

If you find the wiki useful, linking to it from your own blog/Discord/Reddit genuinely helps — not for traffic, but to convince Google the domain is real.

fh6wiki.com

Top comments (0)