Source: commons.wikimedia.org

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: 2016
Developed by: Alan FaubertBen McCannDominic GannawayPaolo RicciutiRich HarrisSimon HolthausenTan Li Hau
Operating systems: cross-platform
Implemented in: JavaScriptTypeScript
Aliases: sveltejs, SVELTE

Wikidata: Q16863097

Hello World in Svelte

<script>
  let message = 'Hello World';
</script>

<p>{ message }</p>

Search on GitHub


Latest data update: 2025-08-24