I created an open source project called WarpSpeed for provisioning servers and deploying node, ruby, php, python, and html projects.
https://github.com/warpspeed/warpspeed
The project started because I had a need to get my code deployed quickly and easily with an affordable VPS provider like Linode or Digital Ocean. As a developer, I wasn't a fan of devops so I figured I would script everything so I only had to do it once.
The project has been through many iterations. I once had the whole thing written in ansible, but I went to bash since it is neutral ground. I released it open source because it feels good to share and get feedback. I now have sample projects in a lot of popular frameworks based on contributions of some friends.
I have done almost no marketing, but the project has seen some adoption with code schools since it makes the deployment process so simple. It also models development best practices by using git (push to deploy) and having a development environment that matches production (using vagrant).
I think marketing is hard for a lot of developers and creators, myself included. Everybody has something they are good at and being both a good creator and marketer is a rare combination it seems. I don't think this should stop us from creating, but perhaps it would be a good idea to partner with a friend that has marketing talent.
Thanks for offering me the opportunity to share here. :) If any of you give WarpSpeed a try, please let me know what you think.