Api

screenshot of Api
nestjs
prisma

SaaS backend & API framework based on @nestjs

Overview

The Staart API offers a robust Node.js backend starter tailored specifically for SaaS startups, leveraging the power of TypeScript. It provides an extensive suite of features that simplifies the development process, making it an ideal choice for entrepreneurs looking to create a sustainable SaaS product. The API addresses critical aspects like user management and authentication, billing systems, and various compliance tools which streamline the development of a comprehensive SaaS solution.

One notable advantage of Staart API is its integration capability with Staart UI, enabling a seamless transition between backend and frontend functionalities. However, it's essential to be aware that as of the current version, 3.x releases are in beta, while v1.x is recommended for production environments. This unique offering positions Staart API as a versatile and efficient starter kit for those venturing into SaaS.

Features

  • User Management & Authentication: Implement JWT-powered user authentication along with TOTP for two-factor authentication, ensuring enhanced security for user accounts.
  • Billing & Invoicing: The API integrates Stripe for recurring billing and offers extensive capabilities for managing CRUD operations on invoices and transaction methods.
  • Permission Management: With Casbin-powered management, you can easily handle user permissions and roles within your applications.
  • Security Features: Employ OAuth2 for third-party logins, and benefit from security event logging and location-based login verification to bolster your security measures.
  • Development Utilities: Make use of OvernightJS-powered decorators, class syntax, and injection-proof helpers to streamline database queries.
  • Cloud Agnostic: The architecture is designed to be cloud-agnostic, freeing you from dependence on a single cloud provider like AWS.
  • Rate Limiting & API Keys: Maintain control over service usage through integrated API keys and rate limiting to manage traffic effectively.
  • GDPR Compliance: Tools for data export and delete ensure that your application adheres to regulatory requirements concerning user data.
nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.