Edit the Template, JavaScript, and CSS below to see Blaze-NG render in real time. Pick a preset from the dropdown to explore different features.
No build step needed
Blaze-NG compiles Spacebars templates to render functions entirely in the browser. What you see here runs 100% client-side — no server, no WebContainers, no WASM required.
ReactiveVar, conditional disabled attribute, {{#if}} blocks{{#if}} / {{#unless}} with a traffic light state machine{{#each item in items}} with add, toggle, and remove operations{{> childTemplate data}} pattern for composable UI components