Awesome to see this pull together a lot of the core elements that are fall into the "other stuff" needed when launching a SaaS startup.
I think a lot of developers have prototypes or code that can bring value to customers but packaging the business functions around it slows them down if it doesn't scare them off altogether. This is a great step toward helping that.
Do you have any thoughts on how this might eventually integrate with some sort of functions as a service?
Glad you like it! By functions as a service do you mean functionality hosted by me or shipping serverless functions with the codebase? At the moment you get any necessary server logic as serverless functions (formatted correctly for your chosen host) or if you choose "Other" for your host you get an Express.js server. Definitely interested in supporting AWS cognito/dynamo/s3 or bundling all that up into an AWS Amplify option.
Got it. I guess I was thinking like bundling an AWS AppSync type option here so you could easily plug CRUD functions behind it, where Divjoy continues to take care of auth and permissions.
In my case I've built all business functions with the theory of leaving the most enjoyable work for last to keep me motivated. We'll see if it pays off.
I think a lot of developers have prototypes or code that can bring value to customers but packaging the business functions around it slows them down if it doesn't scare them off altogether. This is a great step toward helping that.
Do you have any thoughts on how this might eventually integrate with some sort of functions as a service?
Also, any plans to support AWS cognito/dynamo/s3?