open-saas icon indicating copy to clipboard operation
open-saas copied to clipboard

A free, open-source SaaS app starter for React & Node.js with superpowers. Full-featured. Community-driven.

Results 104 open-saas issues
Sort by recently updated
recently updated
newest added

I was browsing the demo app and noticed the dark theme had an issue on the Account page for the two dynamic fields.

File upload is something that you often need, but it is never straightforward. If Open SaaS could help with that, that would be amazing!

enhancement

Currently, the call to the function `stripePayment` checks for the following: ```typescript if (!context.user || !context.user.email) { throw new HttpError(401); } ``` However, the check for email is not made...

I'm opening this in response to [this tweet](https://twitter.com/hot_town/status/1752826754127843553) Good Internationalisation and Localisation can greatly increase the potential market for a service. If you live / work in a country with...

Open SaaS currently has subscription payments via Stripe. It would be nice to add similar support for [Lemon Squeezy](https://www.lemonsqueezy.com/) as mentioned by @shengxinjing ### Process - move the action `stripePayment`...

enhancement

Hi, how easy is it to add Linkedin auth? I don't see this in https://wasp-lang.dev/docs/auth/overview

Currently we are using the default Astro Starlight docs theme. Lets update it to make it look sexy and fit the style of our landing page: Tasks: - Check out...

documentation
good first issue

**Describe the bug** The email auth is not working. **To Reproduce** Steps to reproduce the behavior: 1. Clone opensaas. We are using opensaas.sh directly. 2. Change the code as [doc](https://docs.opensaas.sh/guides/authentication/#email-verified-auth)...

please add simple to do app with picture upload to open-saas