So you offer a SaaS that you charge for, but users can also self-host it for free. Did I get that right?
As for 37signals’ Once philosophy, I built #telebugs exactly along those lines :)
Regarding keeping the code private while publishing a Docker image - that won’t really work with interpreted languages, since the code can easily be extracted from the image.
So you offer a SaaS that you charge for, but users can also self-host it for free. Did I get that right?
As for 37signals’ Once philosophy, I built
#telebugs exactly along those lines :)
Regarding keeping the code private while publishing a Docker image - that won’t really work with interpreted languages, since the code can easily be extracted from the image.
Yep. That's right.