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.
Dedicated to creating powerful, scalable, and edge-native developer tools. Our flagship product ZShip is helping teams worldwide deliver commercial products rapidly with microservices architecture.
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.