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

In docs it sounds a bit as if email provider is needed even when using just Google OAuth which is not correct, we should make sure it is clear this...

documentation

- Looking at it, it is not very clear to me what it does. - I went to its JS implementation, but even there it wasn’t really clear what it...

refactor

What about that TODO to add functionality to allow users to send messages to admin, above ContactFormMessage entity? That confused me, I wasn’t sure if this entity is here stranded...

refactor

For each entity, add a comment explaining what it is about. Right now, going through the `main.wasp file`, I can't really easily grasp what most of them are about and...

refactor

I found the name quite unclear while reading the code, what does it do / is about? Is it connected to Stripe stuff? What could be a better name for...

refactor

Start with external imports at top, then more and more internal ones. Put newlines between the groups. Example: ```js import { foo } from 'some-npm-package'; import axios from 'axios'; import...

refactor

Hi there I tried deploying the apps in fly.io as suggested. But the server keeps crashing with this error in log. FYI, the server works in local without this error:...

Resolves #103 and Resolves #16 - [x] Add lemonsqueezy checkout (operation, util functions, etc) - [x] Add webhook and handle necessary events - [x] Add operations to pricing page -...

Currently, we can only cancel a subscription and wait for its period to end, before buying a new separate subscription. The docs outline how to allows for up and downgrading...

Preparing Open SaaS for an upcoming Wasp version where Prisma 5 and React Router 6 are used.