This guide is for teams evaluating the Nuxt template and for builders preparing the first public launch.
1. Verify the public funnel
- Open the landing page and make sure the hero CTA sends visitors to
/guest-demo. - Confirm the public header exposes pricing, docs, support, and blog.
- Check that the footer shows a working contact email and a support entry.
2. Verify the product activation path
- Visit
/guest-demoand confirm a real guest session is provisioned. - Continue into
/dashboard/ai-playgroundand make sure the same session still works. - Open
/dashboardand confirm the homepage acts as an activation page instead of a plain account summary.
3. Verify auth and account conversion
- Register a new account through
/auth/register. - Make sure the post-login redirect lands in the dashboard and keeps the activation cards visible.
- Confirm guest users can upgrade into a registered account without losing the main product path.
4. Verify credits and billing
- Check
/pricingfor live plan data. - Open
/dashboard/creditsand confirm the balance matches the current session. - Review
/dashboard/subscriptionand/dashboard/ordersto verify billing history and plan status.
5. Launch checklist before going public
- Update
apps/web-nuxt/zship.app.jsonwith the correctdomain,siteUrl,tagline, andcontactEmail. - Configure the
footerblock inapps/web-nuxt/zship.app.json; seeFooter configurationfor the field-by-field reference. - Review
dashboard.urlanddashboard.features.checkin,dashboard.features.tickets,dashboard.features.referralinapps/web-nuxt/zship.app.jsonso the dashboard only exposes the flows your product actually supports. - Review
seo.landingTitleandseo.landingDescriptioninapps/web-nuxt/zship.app.jsoncarefully, since they become the homepage's primary keyword signals; audit them before you go live and before you submit the sitemap. - Replace placeholder branding assets in
public/. - Review the docs pages in this help center so support and billing expectations match your product.
Recommended next reads
Billing and creditsFooter configurationAuth and guest modeAI playgroundSupport and refund
