Hacker News new | ask | show | jobs
by docsapp_io 3537 days ago
I built my side project "Documentation Hub for Developers" DocsApp.io (https://www.docsapp.io/). I spent 1 year+ to build it. Current revenue around $800 per month. Now I still spending night time and weekends to enhance it. HTTPS for custom domain powered by LetsEncrypt is on roadmap.

The project started because there is always need for documentation for software projects (in my career), and a lot companies are not used to have one. At the same time, I want to learn Scala so I pick up Play! framework to play and build real world app.

Happy to answer any questions!

1 comments

I'm one of the cocreators of readthedocs.org, in the interests of improving this free platform, what features does docsapp provide that aren't available on rtd?
One of the features I think RTD missing is DocsApp support upload swagger.yml file and auto generate API browser (https://demo.docsapp.io/docs/swagger-api) as well as API Tester (soon).

Another one is DocsApp is using markdown editor instead of pulling docs from SCM (git). Which good for users that do not know to use git.

DocsApp also support generate Github release page (https://demo.docsapp.io/docs/github-release) so users able to download artifacts without leaving DocsApp.

PS: I never use RTD so I might wrong.