This repository is initialized for the Stripe project "2026-06-11-justhtml".
- Stripe CLI with the
projectsplugin to manage third-party services, credentials, and deployments for this project. Use the stripe-projects-cli to manage deploying and access to third party services.
- Database: PlanetScale Postgres, managed via Stripe Projects (resource
justhtml-db). Credentials in.env(PLANETSCALE_*). - Hosting: Vercel project
justhtmlin the kernel team (onkernel,team_Uu9t3uNi9jk9ySkscUsrqrvv) — NOT managed by Stripe Projects. AUTO-DEPLOY IS ON (2026-06-13): the project is linked to GitHubkernel/just-html, production branchmain— every push tomainauto-deploys to production, and branches/PRs get preview URLs. So a normalgit pushships to prod; you usually do NOT need a manual deploy. Only push commits you intend to go live. Manual deploy is still available if needed:npx vercel deploy --prod --yes --token "$VERCEL_TOKEN" --scope onkernel.VERCEL_TOKEN/VERCEL_ORG_ID/VERCEL_PROJECT_IDin.envare maintained by hand;stripe projects env --pulldoes NOT manage them. The domain justhtml.sh is owned by the same team (attached + verified). - Email: Resend, manual account (not Stripe Projects), sending domain
notify.justhtml.sh,RESEND_API_KEYin.env(also hand-maintained). - A defunct Stripe-provisioned Vercel plan (
vercel-plan, free hobby) exists in the Stripe project but is detached from all environments and unused — plan resources can't be deleted via the CLI. Ignore it.