CloudModules - Create Dynamic Modules for Meteor

Hey guys,
I have created a package called CloudModules, which can make Reactive Modules for Meteor applications. That means you can separate your Meteor code into chunks and dynamically load them. It uses the “Source Code in the Database” principle, and React for template rendering. It’s an ambitious project that I’ve recently started, and I would really appreciate if you guys could try it, and contribute if possible.

Here’s the Github repository with more information: https://github.com/rafaelcalpena/cloud-modules

To install it, use:
meteor add rafaelcr:cloud-modules

Feel free to tell me any critics/suggestions.
Thank you, Rafa