Saas

screenshot of Saas
express
nextjs
react
material-ui

Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.

Overview:

The SaaS Boilerplate is an open source web app that helps developers save time and effort when building their own SaaS product. It comes with many basic SaaS features, allowing developers to focus on customizing and differentiating their product. The project provides a boilerplate codebase as well as a book for learning how to build the project from scratch.

Features:

  • Server-side rendering for fast initial load and SEO.
  • User authentication with Google OAuth API and Passwordless, cookie, and session.
  • Production-ready Express server with compression, parser, and helmet.
  • Transactional emails using AWS SES.
  • Adding email addresses to newsletter lists with Mailchimp.
  • File upload, load, and deletion using AWS S3.
  • Websockets with socket.io v3.
  • Team creation, member invitation, and settings for both team and user.
  • Opinionated architecture with minimized configurations.
  • Various useful components for any web app.
  • Analytics with Google Analytics.
  • Production-ready and scalable architecture.
  • Subscriptions with Stripe.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

mobx
Mobx

MobX is a simple and scalable state management library for JavaScript applications. It uses reactive programming techniques to automatically update the user interface in response to changes in the application state, making it easy to build complex and dynamic user interfaces with minimal 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.