Fan-made community wiki for Sephiria — the action roguelite by Team Horay (creators of Dungreed). Best builds, weapon tier lists, and beginner guides, updated for the 1.0 patch.
Site: https://sephiriabuilds.xyz Steam: https://store.steampowered.com/app/2436940/Sephiria/
Disclaimer: Sephiria Builds is a fan-made community site. Not affiliated with or endorsed by Team Horay.
- Best Sephiria builds — six recipes compared with a tier column
- Sephiria weapon tier list — patch 1.0 ranking
- Sephiria beginner guide — first hours, weapons and upgrades
- Biryuu Katana build — the crit-multiplier katana
- Creaking Spine build — summon-focused spine build
- Frozen Smelt build — freeze-and-shred battle build
- Minigun build — the sustained-DPS gun
- Ilonic Bolts build — homing lightning bolts
- Formless Dance build — evasion-first hybrid
- Katana weapon — stats, scaling and how it plays
- Astro 5 static site (output:
dist/, zero client JS) - Tailwind CSS 3 with a CSS-variable theme (brand color lives in
src/styles/globals.css) - AnvilWiki template (MIT) — a game-wiki template with an AI-native content workflow
- Pagefind search, satori-generated OG covers, RSS/sitemap/robots/llms.txt baked in
pnpm install
pnpm dev # http://localhost:4321
pnpm build # static build to dist/ (+ pagefind)
pnpm preview # serve dist/ locallySet SITE_URL when building locally so canonical/OG URLs point at https://sephiriabuilds.xyz:
SITE_URL=https://sephiriabuilds.xyz pnpm buildArticles live in src/content/wiki/en/ (categories: builds, weapons, guides). Homepage copy is data-driven from src/locales/en.json. All builds are tagged with the game version and an evidence grade (video-verified > community claim).
Cloudflare Pages (build: pnpm build, output: dist/). wrangler.toml is the source of truth for Pages env vars.