OSS Tanbou

Svelte — compiling declarative components into efficient JavaScript

Discovery score 329.1OSS health 96
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
88,104
Primary language
JavaScript
License
MIT
Repository last updated
Sep 13, 2026

Overview

Svelte is a web UI technology that compiles declarative components into JavaScript which performs the required DOM updates. Compilation, rather than relying only on a runtime abstraction, is the core of its positioning.

Based on official documentation; not hands-on tested · Content checked:

What it controls

The compiler analyzes component template, logic, and styles and emits JavaScript for updating the page. The root README is intentionally compact and directs learning material, interactive examples, APIs, and the roadmap to svelte.dev.

Sources: [1]

Where it fits

It is a candidate for projects that want readable components across anything from interactive widgets to web applications. It particularly suits teams that want to evaluate authoring experience separately from the runtime code delivered to browsers.

Sources: [1]

Boundaries to review

This repository centers on the Svelte compiler and core package. Application routing, server behavior, and deployment involve separate choices such as SvelteKit. Recommended syntax and migration paths can change by release, so use current documentation rather than relying solely on older tutorials.

Sources: [1]

Official sources

  1. [1]Svelte README(2026-09-12)
Supplemental curator note

Selected for pairing a compact brand message with a clear compiler distinction and a dedicated documentation destination.

Growth trends

Last 30 days

88,104 Stars

Trend data is still being collected.

Built with

  • JavaScript

Categories and tags

GitHub Topics

  • template
  • ui
  • compiler
GitHub dataView detailed GitHub data
Stars
88,104
Forks
5,239
Watchers
922
Open issues
934
Contributors
413
Primary language
JavaScript
License
MIT
Repository last updated
Sep 13, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.