Hello fellow indies,
After working for 6 months on a startup (https://juvmed.com/) I still struggle at finding more customers, even though the feedback on project from those who try it is good ("it's great, but I don't need it" :) Those who need it already have something and won't change.
Since it was based on a SaaS boilterplate for nodejs that I've built, I thought that it might help others kick-start their projects if I put the full admin on sale:
https://nodex.wensia.com/
Hope this helps you delivering a quick working prototype that you can use to validate your own startup!
Interesting pivot, I also considered selling the codebase for some of my failed projects, but decided not to because code gets outdated pretty quickly and requires a lot of maintenance.
If NodeX is targeted towards prototyping then it should be really easy to set-up and use/change. I am usually afraid to get started with boilerplates as they also have a variety of learning curves and usually you hit some customizability issues very fast. If I am going to use a boilerplate as the basis of my project I want it to be really solid and bug free.
How secure/bug-free is NodeX?
I had a look over the (really short) snippets and noticed a lot of the stuff is hardcoded such as db table names/columns or roles for specific actions and that there was no error-handling (what happens if the query in that snippet fails?). The last thing you want when using a boilerplate is for it to silently fail: it doesn't work and you don't know why.
Just speaking up my mind, but I would not purchase/use a boilerplate before I know exactly how tested/bug-free and how customizable it is.
Thanks for your thoughts!
Try out https://juvmed.com , it's being used daily by 10+ users. Try to break it too :) There were bugs, but in the app logic (eg calendar availability), not in the db queries, which is very generic and should be handled in a single place.
Finally,