
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
PendingProduction URL
PendingManual checkout
ReadyStripe payment
PendingOrder emails
PendingShipping value
PendingProduction 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
- 01npm install
- 02npm run build
- 03npm run start
- 04Add one available artifact to Inventory
- 05Create one manual checkout order
- 06Confirm order appears in /admin/orders
- 07Export orders CSV from admin
- 08Test /terms, /shipping, /returns, /privacy and /cookies
- 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