Use the public launch checklist before sharing the site: production URL, Vercel settings, trust pages, and release docs.
This repo is ready for GitHub + Vercel public deployment.
Launch Control is the deployment room: SEO, trust pages, env variables, checklist, and safe public-release steps. After deploying, use the v15 Release Candidate page for the final smoke test.
1. Publish to GitHub
Unzip the project, add it in GitHub Desktop, commit everything, and publish the repository.
2. Import into Vercel
Create a new Vercel project from the GitHub repo. Framework should auto-detect as Next.js.
3. Set production URL
After first deploy, set NEXT_PUBLIC_SITE_URL to the final domain, then redeploy so metadata and sitemap use the right URL.
4. Launch publicly
Share the homepage, Deck Audit, Import Vault, and Card Atlas routes first. They are the strongest public entry points.
Before you send the link into the wild.
Set production URL
RequiredSet NEXT_PUBLIC_SITE_URL to your final Vercel/custom domain so canonical URLs, sitemap, and OG metadata resolve cleanly.
Review trust pages
RequiredPrivacy and disclaimer pages are included. Read them once before launch and edit wording if your data/analytics setup changes.
Run build checks
RequiredThe repo ships with npm run check, which runs data validation, typecheck, lint, and production build.
Deploy through Vercel
ReadyImport the GitHub repo into Vercel. The current vercel.json uses public npm install and npm run build.
Share public routes
ReadyStart with the homepage, Deck Audit, Import Vault, and Card Atlas. These are the highest-value pages for real users.
Run release candidate smoke test
RequiredOpen /release after deployment and walk through the final v15 route, trust-page, and launch-script checklist.
Post-launch monitoring
OptionalAdd your analytics provider later if desired. v15 keeps analytics optional so the launch does not depend on third-party setup.
How the app introduces itself.
Veyran Bible Tools
Retro pixel-MMORPG Veyran, Voice of Duality Commander tools for Bracket 4 value-storm decks with optional Bracket 5 spice, import/export, data validation, and release-candidate launch checks.
Social preview files included.
The default image is a lightweight SVG so GitHub/Vercel builds stay simple. Replace /public/og.svg later if you want custom artwork.