Marketing/Web
Launch Site
Generated public-facing beta site with safe claims, product screenshots, policy links, and a checkout CTA that stays blocked until command-center readiness is complete.
Open Site
Open generated launch siteGenerated source lives in docs/launch_site and is copied here so the command-center server can open it without leaving its safe root.
Publishing Readiness
Public Launch Config
Open config CSVThis generated pack converts dashboard values into public policy URLs, support contact, Stripe business-profile URLs, billing redirect URL values, Customer Portal return URL, and webhook endpoint targets without writing raw secrets.
Billing URL Values
| Name | Status | Value |
|---|---|---|
NYRA_BILLING_SUCCESS_URL |
Ready | https://porterlabz.com/billing/success?session_id={CHECKOUT_SESSION_ID} |
NYRA_BILLING_CANCEL_URL |
Ready | https://porterlabz.com/billing/cancel |
NYRA_BILLING_RETURN_URL |
Ready | https://porterlabz.com/account/billing |
STRIPE_WEBHOOK_ENDPOINT_URL |
Waiting on URL handoff | <billing-origin>/api/billing/webhook |
Policy URL Map
| Policy | Public URL |
|---|---|
| privacy | https://porterlabz.com/policies/privacy-policy.html |
| terms | https://porterlabz.com/policies/terms.html |
| eula | https://porterlabz.com/policies/eula.html |
| refundCancellation | https://porterlabz.com/policies/refund-cancellation.html |
| security | https://porterlabz.com/policies/security-policy.html |
| aiProviderDataFlow | https://porterlabz.com/policies/ai-provider-data-flow.html |
Safe Commands
npm run public:launch-confignpm run test:public-launch-config$env:NYRA_BILLING_SUCCESS_URL="https://porterlabz.com/billing/success?session_id={CHECKOUT_SESSION_ID}"$env:NYRA_BILLING_CANCEL_URL="https://porterlabz.com/billing/cancel"$env:NYRA_BILLING_RETURN_URL="https://porterlabz.com/account/billing"npx wrangler secret put NYRA_BILLING_SUCCESS_URL --cwd cloud/billing-worker --env productionnpx wrangler secret put NYRA_BILLING_CANCEL_URL --cwd cloud/billing-worker --env productionnpx wrangler secret put NYRA_BILLING_RETURN_URL --cwd cloud/billing-worker --env production
This pack contains public URLs and setup commands only. Do not paste Stripe keys, webhook secrets, license secrets, API tokens, certificate private keys, or customer data into dashboard state or generated files.
Visual Status
Guardrails
- Checkout must stay disabled until price, support, domain, Stripe backend, and review gates are ready.
- Copy must avoid full-access, always-listening, autonomous-employee, biometric voice-learning, and regulated-advice claims.
- Product screenshots must be refreshed before public launch if the app UI changes.