SVELTE EDGE
Examples
GALLERY
Svelte components, ready to compile
runes · state
Counter
A reactive counter using Svelte 5 runes.
agents · postMessage
Agent review UI
An agent-generated approval form that posts structured data back to the host page.
runes · calculator
Pricing calculator
A tiny embeddable calculator with $state and $derived.
props · ssr
Hello, props
Props with $props(). Good for static/SSR-style bundles.
effect · lifecycle
Effect clock
Use $effect for side effects and cleanup.
props · static
Stateless card
A presentational component with $props().