Svelte
Svelte is a free and open-source component-based front-end software framework and language created by Rich Harris and maintained by the Svelte core team. Wikipedia
Created Year: 2016Developed by: Paolo Ricciuti • Simon Holthausen • Rich Harris • Ben McCann • Alan Faubert • Tan Li Hau • Dominic Gannaway
Operating systems: cross-platform
Implemented in: JavaScript • TypeScript
Aliases: sveltejs, SVELTE
Wikidata: Q16863097
Hello World in Svelte
<script>
let message = 'Hello World';
</script>
<p>{ message }</p>
Source: github.com/leachim6/hello-world
Search on GitHub
| Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
|---|
Latest data update: 2025-12-01