DEV Community

Kelly Burke
Kelly Burke

Posted on

Show Dev.to: Open source boilerplate app to build your own SaaS product

Hi Dev.to community!

I've recently co-authored an open source web app that serves as a boilerplate for building a SaaS product. The web app has many common SaaS features, so you can focus on building the features that differentiate your product.

Stack: React, Material-UI, Next, MobX, Express, Node, Mongoose, MongoDB, TypeScript.

Features include: user authentication (Google); transactional emails (AWS SES); newsletters (MailChimp); file upload, load, and delete (AWS S3); analytics (Google); and payments/subscriptions (Stripe).

Github repo: https://github.com/async-labs/saas
List of all features: https://github.com/async-labs/saas#features
Live demo: https://saas-app.async-await.com

Top comments (1)

Collapse
 
usamamashkoor profile image
usamamashkoor

How are you handling multiple sub domains for each new signup...?