Staart UI is a frontend starter for SaaS startups written in TypeScript and Vue using Nuxt.js. It has built-in landing pages, authentication, settings UIs, and more.
It's built to work with Staart, the backend starter for SaaS startups.
Clone or fork this repository, then install dependencies:
yarn
Start a local development server:
yarn dev
Generate static pages for deployment:
yarn generate
Staart UI works with Staart, which provides the API endpoints, helpers and CRUD methods for users, organizations, billing, and more for building your SaaS.