About

Of Ash and Steel Tools Hub

This is a fan-made toolkit for Of Ash and Steel—numbers are approximations and subject to game patches. Use it to plan builds, craft weapons, and coordinate with the community via anonymous submissions and local favorites.

Updated for launch version 1.0 · Nov 2025

What's Inside

Everything you need before stepping into the dust.

Calculators

Build + Weapon Crafting

Simulate blades, guards, hilts with faction and stance multipliers.

Guides

Routes & Crafting

Map with no markers, crafting advice, and faction comparisons.

Community

Anonymous Builds

SQLite-powered sharing and local favorites for quick iteration.

Content

Blog & Videos

Embedded videos, static blog posts, and changelog transparency.

How to use favorites and community builds

No logins required.

Save local favorites in the build calculator to keep quick swaps for bosses. Post to community builds anonymously when you want feedback. Toggle favorites with the heart button on build cards.

Tech Stack

Production-ready, Vercel-friendly defaults.

  • Next.js 14 App Router + TypeScript
  • Edge-compatible route handlers, Node fallback
  • Tailwind CSS for styling
  • Prisma + SQLite for anonymous builds
  • Responsive, semantic layout for SEO

Get Started

Run locally or deploy to Vercel.

Local

Install deps, push Prisma schema, then run `npm run dev`. Database lives in prisma/dev.db.

Deploy

Deploy to Vercel. Ensure `DATABASE_URL=file:./prisma/dev.db` or switch to a hosted SQLite option.