Lançamento da Loja

Store Launch Pack

Final ecommerce launch checklist.

Everything needed to move Crookverse Artifacts from demo mode into a controlled public/private launch.

Admin password

Pending

Production URL

Pending

Manual checkout

Ready

Stripe payment

Pending

Order emails

Pending

Shipping value

Pending

Production ENV

ADMIN_PASSWORD

Strong production password for /admin/login.

ADMIN_SESSION_SECRET

Long random string, different from ADMIN_PASSWORD.

NEXT_PUBLIC_SITE_URL

https://johnthecrook.com or the final deploy URL.

CROOKVERSE_FLAT_SHIPPING_CENTS

Shipping in cents. Use 0 for manual confirmation.

STRIPE_SECRET_KEY

Optional. Required only for Stripe Checkout.

STRIPE_WEBHOOK_SECRET

Optional. Required to mark Stripe orders paid automatically.

RESEND_API_KEY

Optional. Enables admin/customer emails.

ORDER_NOTIFY_EMAIL

Where new order emails are sent.

Launch QA

  1. 01npm install
  2. 02npm run build
  3. 03npm run start
  4. 04Add one available artifact to Inventory
  5. 05Create one manual checkout order
  6. 06Confirm order appears in /admin/orders
  7. 07Export orders CSV from admin
  8. 08Test /terms, /shipping, /returns, /privacy and /cookies
  9. 09Only enable Stripe after webhook test succeeds

Launch mode recommendation

Launch first with manual checkout only. Confirm stock, shipping and customer emails by hand. Enable Stripe only after the webhook is tested and orders move automatically to paid inside the Control Room.

Signal Offline

Player mockup · audio integration later