An impressive little tool called ‘Dejavis’ has just come online, providing tools and stubs to create your own online interactive visualizations and publish them with ease.

Déjàvis is a sandbox for data visualizations. It allows you to develop pluggable visualizations in a declarative style and deploy them to dejavis.org. You no longer need to start from a plain HTML file. The HTML frame is defined by the sandbox. You can modify the HTML using placeholders (name, description, author) which are specified in a manifest.json file. Of course you can manipulate the DOM with Javascript at any time.

The stub code is all CoffeeScript, but they allow you to easily strip it back down to bare bones and use whatever libraries you prefer.  you can check out a quick demo at http://dejavis.org/ , and see the future of flash-free all-javascript interactive visualization.

via michael’s dejavis at master – GitHub.