Simple and ultra-fast templating tool
to generate HTML from JSON data

The representation (HTML) and the logic (JS)
remain totally separated

Works standalone or with dojo, DomAssistant, Ext JS,
jQuery, Mootools, Prototype, Sizzle and Sly

"Hello World" example

HTML template

<div class="who">
</div>

JSON Data

{
  "who": "Hello Wrrrld"
}

Use PURE to build ultra fast web apps. As an example, see our app live!
(We are sorry the anonymous demo is down for the moment)