Authentication
Accounts that work on day one
Email login, Google sign-in, verification, password reset, and guest-to-user upgrade flows are already part of the web-nuxt app.
Full-stack AI SaaS launch system
ZShip gives you the production stack for launch: authentication, payments, credits, AI workflows, landing pages, blog, docs, and a dashboard already wired for delivery.
Email login, Google sign-in, session cookies, guest conversion, and billing-aware dashboard routes are already in the app.
What ships with ZShip
Authentication
Email login, Google sign-in, verification, password reset, and guest-to-user upgrade flows are already part of the web-nuxt app.
Payments and credits
Pricing, checkout hooks, credit accounting, and protected dashboard routes are already mapped into the product skeleton.
Marketing and content
You are not stitching separate repos together. ZShip ships the acquisition layer and the application layer in one stack.
Integrated account flow
The web-nuxt app already has auth pages, server proxy routes, cookie handling, email verification, password reset, guest conversion, and dashboard entry points.
01
The landing header now links straight to /auth/login, which renders the existing shared auth island.
02
Nuxt server endpoints under /api/auth/* proxy login, register, verify-email, guest-login, and logout to the auth service.
03
Successful auth writes the app cookie and unlocks the dashboard flow instead of stopping at a static form.
Launch faster
Start from a repo that already knows how your SaaS should behave in production, then ship your differentiated product logic on top.