A react app for visualizing all your cloud resources. The app runs entirely in your browser with no servers. Currently only AWS is supported. Support for Google, Digital ocean will be added later. This single page app uses the client JS libraries from the respective cloud providers.
Checkout the demo at [gulamshakir.com/apps/clouddash] (http://www.gulamshakir.com/apps/clouddash). No credentials are passed to the servers and only used on your browser.
If you want run your own clouddash, just do the following:
git clone git@github.com:gshakir/clouddash.git
cd clouddash
npm install
npm start