/staart-ui

🏁 Frontend PWA starter for SaaS startups

Primary LanguageVueMIT LicenseMIT

Staart

Travis CI Netlify status Dependencies Dev dependencies GitHub Type definitions

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.

🛠 Usage

Clone or fork this repository, then install dependencies:

yarn

Start a local development server:

yarn dev

Generate static pages for deployment:

yarn generate

💻 Staart

Staart UI works with Staart, which provides the API endpoints, helpers and CRUD methods for users, organizations, billing, and more for building your SaaS.

View Staart on GitHub →

📄 License