Should I open source my SaaS app?
Hi guys,
I implemented a SaaS application which can send and receive appointment reminders or take confirmation from dental clinic's patients. But it can be used for any other automated communication purposes too since a user can write rules for automated communication from the website's dashboard. Currently it is only available for OpenDental database.
There are two parts of the application;
1- AppointmentHelper Synchronizer a windows service runs on the server where OpenDental's MySQL database is installed and pulls the unsynced/updated appointments/patients etc. and uploads on the web server using the below api.
2- AppointmentHelper Api an aspnet core web api.
Technology stack: ASP.NET Core (2.2), Windows Service (Topshelf), Twilio, mailgun, wkhtmltopdf (for pdf reports) and SqLite.
Background: It was developed for my friend's relative (dentist), but when it was complete and ready to launch for some reason my friend's relationship with his relative turned sour costing me my first client. After that I didn't try any other marketing even I canceled my Azure VM subscription and stooped the website.
Now the complete solution is on GitHub in a private repo and I'm thinking to make it open source. But before I do that I'd like to know what you guys recommend. Would there be any market for it? Or do I have a chance if I do some marketing?
Thank you so much!
3 comments
[ 3.0 ms ] story [ 20.8 ms ] threadSince I'm not doing any marketing and honestly don't even know how to do any kind of marketing. I'm a full time developer working for another company.
If you would like to use it you can have it free (MIT). Just send me your github username and I'll add you.