Deploy to Vercel
The marketing site deploys from this repo root (Next.js App Router).
What deploys
- Public pages: home, pricing, blog, docs, install dashboard, success
- Discovery files:
sitemap.xml,robots.txt,llms.txt,llms-full.txt,ai.txt, RSS feed - Static assets under
public/
Pack installs (separate from the site)
Buyers install the pack with:
npx github:mattmerrick/cursorthings --ide cursor
That command clones/reads this GitHub repo and writes pack/token-kit.md into the correct IDE path. Keep pack/ in the repo so npx github:… keeps working.
Checkout
Stripe Payment Link handles checkout on the pricing page. After payment, send buyers to /success (or share /dashboard) for the IDE picker.
Environment (optional)
See .env.example for Stripe price IDs and site verification tokens. The site can render prelaunch pricing without a live Stripe API if the Payment Link is set in code.
Notes
- No pack API route is required for install
- Deploy from the repository root (do not set an invalid Vercel
rootDirectory) - Canonical domain: tokenkits.co