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: Alan Faubert • Ben McCann • Dominic Gannaway • Paolo Ricciuti • Rich Harris • Simon Holthausen • Tan Li Hau
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-08-24