Independent Mistfall Hunter guide site built for U.S. players, with source-checked information about release time, platforms, servers, beginner tips, classes, builds, and PC requirements.
Live site: https://www.mistfallhunter.best/
Useful pages:
- Beginner Guide: https://www.mistfallhunter.best/beginner-guide/
- PC Requirements: https://www.mistfallhunter.best/pc-requirements/
- Server Regions: https://www.mistfallhunter.best/servers/
- Classes: https://www.mistfallhunter.best/classes/
- Tier List: https://www.mistfallhunter.best/tier-list/
This is an independent fan-made guide site and is not affiliated with Bellring Games, Skystone Games, Valve, Sony, or Microsoft.
An English-language, U.S.-focused static guide site for mistfallhunter.best. The MVP includes a homepage, a verified release-date guide, a PS5 guide, and a custom 404 page.
- Astro 7
- TypeScript
- Native CSS
- Static output for Cloudflare Pages
Use Node.js 22 or 24. Node.js 25 is currently outside the supported project range because the Astro 7 native compiler can fail on macOS under that runtime.
npm install
npm run devAstro prints the local URL, normally http://localhost:4321.
npm run build
npm testThe production output is generated in dist/. The test suite checks required routes, SEO files, critical factual wording, internal-link guardrails, and image attributes.
Create a Pages project connected to this GitHub repository and use:
- Framework preset:
Astro - Build command:
npm run build - Build output directory:
dist - Root directory:
/ - Node.js version:
22or newer
After the first deployment, attach the custom domain mistfallhunter.best in Cloudflare Pages. The Astro site URL and canonical metadata are already configured for that domain.
- All public content is written in English for a U.S. audience.
- Dates use U.S. Eastern Time as the primary reference.
- Official developer and platform sources establish factual claims.
- Community reports may describe player questions or uncertainty, but do not establish platform features.
- Image provenance is recorded in
docs/image-sources.md.