Svelte components are written in HTML files. Just add data.
+CSS is component-scoped by default — no more style collisions or specificity wars. Or you can use your favourite CSS-in-JS library.
+Trigger efficient, granular updates by assigning to local variables. The compiler does the rest.
+Build beautiful UIs with a powerful, performant transition engine built right into the framework.
+TODO finish building this page. Ideas: Who's using Svelte? Example code (interactive, ideally). What else?