Svelte is a UI framework that uses a compiler to let you write breathtakingly concise components. Instead of running a large framework library in the browser, Svelte compiles your code into small, standalone JavaScript modules during the build process. This approach results in faster load times and better performance, as the browser has less work to do.
By using the languages you already know — HTML, CSS, and JavaScript — you can create user interfaces with significantly less boilerplate code. Key benefits include: