5
4 Comments

[Show IH] Launched an open source boilerplate to build your own SaaS product

async-labs/saas

Hi Indie Hackers!

I've co-authored an open source web app that serves as a boilerplate for building a SaaS product. We just released version 1.

The web app has many common SaaS features, so you can focus on building the features that differentiate your product.

I'm sharing with IH because I think a lot of the community could benefit from the app, and I'd also love to hear feedback.

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

All features are listed here: https://github.com/async-labs/saas#features

Feel free to try out the demo: https://saas-app.async-await.com

  1. 3

    Awesome, I really like it! Thanks for sharing.

    1. 1

      Thanks, @calebsylvest! Hope it's useful to you.

  2. 2

    I admit I'm a bit confused as to what this offers. Maybe it could help if you provided a few examples of fictious Saas businesses and how would they profit from your software.

    1. 1

      We used this boilerplate to build our internal software. Boilerplate is not for everyone since it is highly opinionated and does not have many features.

      We used particular stack and added only some features, to learn more check out:

      You can try out demo (deployed boilerplate), link to demo is on Github page.

    2. 1

      This comment was deleted 8 years ago