ZShip
Template System
ZShip Astro Template is deliberately not a full dashboard clone. Astro is strongest when most pages can be rendered as fast, crawlable HTML, and only the interactive controls become JavaScript islands.
That makes it ideal for the public surface of a SaaS: landing pages, pricing, docs, blogs, case studies, changelogs, and product resources. Authenticated workflows still belong in Nuxt or the ZShip workspace, where richer app state and user operations are easier to manage.
This keeps the public site lighter, the workspace richer, and the template easier to copy for new SaaS projects.