#A wild idea... building a saas starterkit on Remix and opensource it?

1 messages · Page 1 of 1 (latest)

civic grotto
#

Following this document https://www.jamcracker.com/blogs/features-characteristics-software-as-a-service-saas the core of this should only contain the basics. 1) multi tenannt foundation, 2) tennant management 3) impersonate function 4) team management ( invite to tennant ) build on best practices, form abstraction with remix forms and zod. remix-auth for auth.. lateron some basic role mechanism, 5) a simple way to send emails that is configurable ( with API call or cloud or send to external smtp ( self hosted or cloudbased service )

#

and of course some implementation for payment. Since stripe seems to have it all im thinking of moving to it. In europe its not the first payment provider that comes to mind since we have european companies that dominate the market ( mollie for example ). Beyound the scope of this discussion but Mollie is unreliable and does not support the feature set stripe has. So stripe seems globally probably the best way to integrate payments ( and there are great examples from the community )

tiny flare