I am frustrated as many other developers about how sometimes the fact that when you want to run a simple website that needs a few kB you need to download atleast 4 GB of node modules on your local machine. This is the problem I want to solve.
I want to built a cloud API that allows you to run your node modules without downloading them locally. That is, you will call git install cloud-npm then be able to use all modules that you request in your project.
From my observation, it seems Zeist is doing pretty good in this domain. https://zeit.co/docs
Please Note: I have almost no background in programming but notice this is a huge problem atleast for me and few people I know.