Numerology & BaZi destiny analysis tool. Single-page static app deployed on Vercel.
public/
index.html ← entire app (self-contained HTML/CSS/JS)
vercel.json ← serves public/ as static output
Push to main — Vercel deploys automatically from public/.
No build step. No dependencies.
Open public/index.html directly in a browser, or:
npx serve public