Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rocketlaunchr/awesome-svelte

Awesome Svelte: Useful resources for developing Svelte applications
https://github.com/rocketlaunchr/awesome-svelte

List: awesome-svelte

awesome awesome-list awesome-lists svelte sveltejs

Last synced: about 1 month ago
JSON representation

Awesome Svelte: Useful resources for developing Svelte applications

Awesome Lists containing this project

README

        


⭐   the project to show your appreciation. :arrow_upper_right:






— A curated newsletter for Svelte enthusiasts.

## Table of Contents

- [UI Components](#ui-components)
- [Editable data grid / spreadsheet](#editable-data-grid--spreadsheet)
- [Table](#table)
- [Infinite Scroll](#infinite-scroll)
- [Overlay](#overlay)
- [Notification](#notification)
- [Tooltip](#tooltip)
- [Menu](#menu)
- [Sticky](#sticky)
- [Tabs](#tabs)
- [Loader](#loader)
- [Carousel](#carousel)
- [Buttons](#buttons)
- [Collapse](#collapse)
- [Chart](#chart)
- [Tree](#tree)
- [UI Navigation](#ui-navigation)
- [Custom Scrollbar](#custom-scrollbar)
- [Audio / Video](#audio--video)
- [Map](#map)
- [Time / Date / Age](#time--date--age)
- [Photo / Image](#photo--image)
- [Icons](#icons)
- [Paginator](#paginator)
- [Markdown Viewer](#markdown-viewer)
- [Canvas](#canvas)
- [Social](#social)
- [DOM Manipulation](#dom-manipulation)
- [Miscellaneous](#miscellaneous)
- [Form Components](#form-components)
- [Date / Time picker](#date--time-picker)
- [Emoji picker](#emoji-picker)
- [Input Types](#input-types)
- [Autocomplete](#autocomplete)
- [Select](#select)
- [Color Picker](#color-picker)
- [Toggle](#toggle)
- [Slider](#slider)
- [Radio Button](#radio-button)
- [Type Select](#type-select)
- [Tag Input](#tag-input)
- [Autosize Input / Textarea](#autosize-input--textarea)
- [Star Rating](#star-rating)
- [Drag and Drop](#drag-and-drop)
- [Sortable List](#sortable-list)
- [Rich Text Editor](#rich-text-editor)
- [Markdown Editor](#markdown-editor)
- [Image Editing](#image-editing)
- [Form Component Collections](#form-component-collections)
- [Miscellaneous](#miscellaneous-1)
- [Syntax Highlight](#syntax-highlight)
- [UI Layout](#ui-layout)
- [UI Animation](#ui-animation)
- [Parallax](#parallax)
- [UI Frameworks](#ui-frameworks)
- [Responsive](#responsive)
- [Material Design](#material-design)
- [Carbon](#carbon)
- [Bootstrap](#bootstrap)
- [AgnosticUI](#agnosticui)
- [Mobile](#mobile)
- [Component Collections](#component-collections)
- [UI Utilities](#ui-utilities)
- [Reporter](#reporter)
- [Visibility Reporter](#visibility-reporter)
- [Measurement Reporter](#measurement-reporter)
- [Device Input](#device-input)
- [Keyboard Events](#keyboard-events)
- [Scroll Events](#scroll-events)
- [Touch Swipe](#touch-swipe)
- [Mouse Events](#mouse-events)
- [Meta Tags](#meta-tags)
- [Portal](#portal)
- [Test User Behavior](#test-user-behavior)
- [Code Design](#code-design)
- [Data Store](#data-store)
- [Form Logic](#form-logic)
- [Router](#router)
- [Props from server](#props-from-server)
- [Communication with server](#communication-with-server)
- [CSS / Style](#css--style)
- [HTML Template](#html-template)
- [Isomorphic Apps](#isomorphic-apps)
- [Boilerplate](#boilerplate)
- [Miscellaneous](#miscellaneous-2)
- [Utilities](#utilities)
- [i18n](#i18n)
- [Framework bindings / integrations](#framework-bindings--integrations)
- [Integrations with Third Party Services](#integrations-with-third-party-services)
- [Performance](#performance)
- [UI](#ui)
- [Inspect](#inspect)
- [Lazy Load](#lazy-load)
- [App Size](#app-size)
- [Server-Side Rendering](#server-side-rendering)
- [State Management](#state-management)
- [Dev Tools](#dev-tools)
- [Test](#test)
- [Inspect](#inspect-1)
- [Miscellaneous](#miscellaneous-3)
- [Miscellaneous](#miscellaneous-4)
- [Static Website Generator](#static-website-generator)
- [Cloud Solutions](#cloud-solutions)
- [Databases](#databases)

## UI Components

### Editable data grid / spreadsheet

- [![](https://img.shields.io/github/stars/bsssshhhhhhh/svelte-data-grid?label=⭐&logo=_&style=social)](https://github.com/bsssshhhhhhh/svelte-data-grid) [bsssshhhhhhh/svelte-data-grid](https://github.com/bsssshhhhhhh/svelte-data-grid) — Lightweight and powerful data grid.

### Table

- [![](https://img.shields.io/github/stars/dasDaniel/svelte-table?label=⭐&logo=_&style=social)](https://github.com/dasDaniel/svelte-table) [dasDaniel/svelte-table](https://github.com/dasDaniel/svelte-table) — Table implementation that allows sorting and filtering.
- [![](https://img.shields.io/github/stars/vincjo/svelte-simple-datatables?label=⭐&logo=_&style=social)](https://github.com/vincjo/svelte-simple-datatables) [vincjo/svelte-simple-datatables](https://github.com/vincjo/svelte-simple-datatables)
- [![](https://img.shields.io/github/stars/ivosdc/svelte-generic-crud-table?label=⭐&logo=_&style=social)](https://github.com/ivosdc/svelte-generic-crud-table) [ivosdc/svelte-generic-crud-table](https://github.com/ivosdc/svelte-generic-crud-table) — Agnostic web-component for object-arrays with CRUD functionality.

### Infinite Scroll

- [![](https://img.shields.io/github/stars/Skayo/svelte-tiny-virtual-list?label=⭐&logo=_&style=social)](https://github.com/Skayo/svelte-tiny-virtual-list) [Skayo/svelte-tiny-virtual-list](https://github.com/Skayo/svelte-tiny-virtual-list) — A tiny but mighty list virtualization library, with zero dependencies.
- [![](https://img.shields.io/github/stars/Skayo/svelte-infinite-loading?label=⭐&logo=_&style=social)](https://github.com/Skayo/svelte-infinite-loading) [Skayo/svelte-infinite-loading](https://github.com/Skayo/svelte-infinite-loading) — This is heavily inspired by [vue-infinite-loading](https://peachscript.github.io/vue-infinite-loading/).

### Overlay

_Display overlay / modal / alert / dialog / lightbox / popup_

- [![](https://img.shields.io/github/stars/flekschas/svelte-simple-modal?label=⭐&logo=_&style=social)](https://github.com/flekschas/svelte-simple-modal) [flekschas/svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal) — A simple, small, and content-agnostic modal.

### Notification

- [![](https://img.shields.io/github/stars/kbrgl/svelte-french-toast?label=⭐&logo=_&style=social)](https://github.com/kbrgl/svelte-french-toast) [kbrgl/svelte-french-toast](https://github.com/kbrgl/svelte-french-toast) - Svelte French Toast: Buttery smooth toast notifications for Svelte, inspired by React Hot Toast.
- [![](https://img.shields.io/github/stars/keenethics/svelte-notifications?label=⭐&logo=_&style=social)](https://github.com/keenethics/svelte-notifications) [keenethics/svelte-notifications](https://github.com/keenethics/svelte-notifications) — Simple and flexible notifications system.
- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-notifications?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-notifications) [beyonk-adventures/svelte-notifications](https://github.com/beyonk-adventures/svelte-notifications) — Svelte toast notifications.
- [![](https://img.shields.io/github/stars/kevmodrome/svelte-favicon-badge?label=⭐&logo=_&style=social)](https://github.com/kevmodrome/svelte-favicon-badge) [kevmodrome/svelte-favicon-badge](https://github.com/kevmodrome/svelte-favicon-badge) — Adds a favicon and a badge.
- [![](https://img.shields.io/github/stars/zerodevx/svelte-toast?label=⭐&logo=_&style=social)](https://github.com/zerodevx/svelte-toast) [zerodevx/svelte-toast](https://github.com/zerodevx/svelte-toast) — Simple elegant toast notifications.
- [![](https://img.shields.io/github/stars/arthurclemens/dialogic?label=⭐&logo=_&style=social)](https://github.com/arthurclemens/dialogic) [arthurclemens/dialogic](https://github.com/arthurclemens/dialogic) — Dialogic: manage dialogs and notifications.

### Tooltip

- [![](https://img.shields.io/github/stars/vaheqelyan/svelte-popover?label=⭐&logo=_&style=social)](https://github.com/vaheqelyan/svelte-popover) [vaheqelyan/svelte-popover](https://github.com/vaheqelyan/svelte-popover) — A smart popover component.

### Menu

_Menus / sidebars_

### Sticky

_Fixed headers / scroll-up headers / sticky elements_

### Tabs

[Tabs Component](https://svelte.dev/repl/7373880df7f64107b86f9e86c05f38b4?version=3.5.1) - Tabs Component example.

### Loader

_Loaders / spinners / progress bars — Let the user know that something is loading_

- [![](https://img.shields.io/github/stars/kaisermann/svelte-loadable?label=⭐&logo=_&style=social)](https://github.com/kaisermann/svelte-loadable) [kaisermann/svelte-loadable](https://github.com/kaisermann/svelte-loadable) — Dynamically load a svelte component.
- [![](https://img.shields.io/github/stars/PaulMaly/svelte-content-loader?label=⭐&logo=_&style=social)](https://github.com/PaulMaly/svelte-content-loader) [PaulMaly/svelte-content-loader](https://github.com/PaulMaly/svelte-content-loader) — Content Loader.
- [![](https://img.shields.io/github/stars/heithemmoumni/svelte-Spinkit?label=⭐&logo=_&style=social)](https://github.com/heithemmoumni/svelte-Spinkit) [heithemmoumni/svelte-Spinkit](https://github.com/heithemmoumni/svelte-Spinkit) — A collection of animated loading indicators.
- [![](https://img.shields.io/github/stars/stephane-vanraes/svelte-progresscircle?label=⭐&logo=_&style=social)](https://github.com/stephane-vanraes/svelte-progresscircle) [stephane-vanraes/svelte-progresscircle](https://github.com/stephane-vanraes/svelte-progresscircle) — Progress Circle.

### Carousel

- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-carousel?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-carousel) [beyonk-adventures/svelte-carousel](https://github.com/beyonk-adventures/svelte-carousel)
- [![](https://img.shields.io/github/stars/Valexr/svelte-slidy?label=⭐&logo=_&style=social)](https://github.com/Valexr/svelte-slidy) [Valexr/svelte-slidy](https://github.com/Valexr/svelte-slidy)
- [![](https://img.shields.io/github/stars/sciactive/multicarousel?label=⭐&logo=_&style=social)](https://github.com/sciactive/multicarousel) [sciactive/multicarousel](https://github.com/sciactive/multicarousel) — free multiple item JavaScript carousel.

### Buttons

- [![](https://img.shields.io/github/stars/JHethDev/svelte-bouncy-btn?label=⭐&logo=_&style=social)](https://github.com/JHethDev/svelte-bouncy-btn) [JHethDev/svelte-bouncy-btn](https://github.com/JHethDev/svelte-bouncy-btn) — A bouncy button with variable fonts.
- [![](https://img.shields.io/github/stars/micha-lmxt/descent-ripple?label=⭐&logo=_&style=social)](https://github.com/micha-lmxt/descent-ripple) [micha-lmxt/descent-ripple](https://github.com/micha-lmxt/descent-ripple) — Ripple animation for buttons.

### Collapse

### Chart

_Display data in charts / graphs / diagrams_

- [![](https://img.shields.io/github/stars/Rich-Harris/pancake?label=⭐&logo=_&style=social)](https://github.com/Rich-Harris/pancake) [Rich-Harris/pancake](https://github.com/Rich-Harris/pancake) — Experimental charting library for Svelte.
- [![](https://img.shields.io/github/stars/himynameisdave/svelte-frappe-charts?label=⭐&logo=_&style=social)](https://github.com/himynameisdave/svelte-frappe-charts) [himynameisdave/svelte-frappe-charts](https://github.com/himynameisdave/svelte-frappe-charts) — Svelte bindings for frappe-charts.
- [![](https://img.shields.io/github/stars/liyuanqiu/echarts-for-svelte?label=⭐&logo=_&style=social)](https://github.com/liyuanqiu/echarts-for-svelte) [liyuanqiu/echarts-for-svelte](https://github.com/liyuanqiu/echarts-for-svelte) — Baidu Echarts(v3.0 & v4.0) components for Svelte wrapper.

### Tree

_Display a tree data structure_

- [![](https://img.shields.io/github/stars/esinx/svelte-tree?label=⭐&logo=_&style=social)](https://github.com/esinx/svelte-tree) [esinx/svelte-tree](https://github.com/esinx/svelte-tree) — A tree-like outline view.

### UI Navigation

_Ways to navigate views_

- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-steps?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-steps) [beyonk-adventures/svelte-steps](https://github.com/beyonk-adventures/svelte-steps) — Progress Steps component.
- [![](https://img.shields.io/github/stars/dimfeld/svelte-zoomable?label=⭐&logo=_&style=social)](https://github.com/dimfeld/svelte-zoomable) [dimfeld/svelte-zoomable](https://github.com/dimfeld/svelte-zoomable) — Zoomable UI in Svelte.

### Custom Scrollbar

- [![](https://img.shields.io/github/stars/MelihAltintas/svelte-slimscroll?label=⭐&logo=_&style=social)](https://github.com/MelihAltintas/svelte-slimscroll) [MelihAltintas/svelte-slimscroll](https://github.com/MelihAltintas/svelte-slimscroll) — svelte-slimscroll is a action which can transforms any div into a scrollable area with a nice scrollbar.

### Audio / Video

- [![](https://img.shields.io/github/stars/meigo/svelte-video-player?label=⭐&logo=_&style=social)](https://github.com/meigo/svelte-video-player) [meigo/svelte-video-player](https://github.com/meigo/svelte-video-player) — Video playback interface.

### Map

- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-mapbox?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-mapbox) [beyonk-adventures/svelte-mapbox](https://github.com/beyonk-adventures/svelte-mapbox) — MapBox Map and Autocomplete.
- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-googlemaps?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-googlemaps) [beyonk-adventures/svelte-googlemaps](https://github.com/beyonk-adventures/svelte-googlemaps) — Google Maps Components.
- [![](https://img.shields.io/github/stars/anoram/leaflet-svelte?label=⭐&logo=_&style=social)](https://github.com/anoram/leaflet-svelte) [anoram/leaflet-svelte](https://github.com/anoram/leaflet-svelte) — Wrapper for Leaflet.

### Time / Date / Age

_Display time / date / age_

### Photo / Image

_Display images / photos_

- [![](https://img.shields.io/github/stars/matyunya/svelte-image?label=⭐&logo=_&style=social)](https://github.com/matyunya/svelte-image) [matyunya/svelte-image](https://github.com/matyunya/svelte-image) — Image (pre)processing with Sharp.
- [![](https://img.shields.io/github/stars/johnwalley/compare-image-slider?label=⭐&logo=_&style=social)](https://github.com/johnwalley/compare-image-slider) [johnwalley/compare-image-slider](https://github.com/johnwalley/compare-image-slider) — Compare two images with a slider.
- [![](https://img.shields.io/github/stars/stephane-vanraes/svelte-multitoneimage?label=⭐&logo=_&style=social)](https://github.com/stephane-vanraes/svelte-multitoneimage) [stephane-vanraes/svelte-multitoneimage](https://github.com/stephane-vanraes/svelte-multitoneimage) — A simple image renderer to apply duotone effects.
- [GridGallery](https://svelte.dev/repl/3a1b7fae13b242fe9cd4a4f7aa092fa4?version=3.31.2) — CSS GridGallery.

### Icons

_Display icons / icon set / emojis_

- [![](https://img.shields.io/github/stars/RobBrazier/svelte-awesome?label=⭐&logo=_&style=social)](https://github.com/RobBrazier/svelte-awesome) [RobBrazier/svelte-awesome](https://github.com/RobBrazier/svelte-awesome) — Awesome SVG icon component, built with Font Awesome icons.
- [![](https://img.shields.io/github/stars/Cweili/svelte-fa?label=⭐&logo=_&style=social)](https://github.com/Cweili/svelte-fa) [Cweili/svelte-fa](https://github.com/Cweili/svelte-fa) — Tiny FontAwesome 5.
- [![](https://img.shields.io/github/stars/AnxiousDarkly/svelte-icons?label=⭐&logo=_&style=social)](https://github.com/AnxiousDarkly/svelte-icons) [AnxiousDarkly/svelte-icons](https://github.com/AnxiousDarkly/svelte-icons)
- [![](https://img.shields.io/github/stars/dylanblokhuis/svelte-feather-icons?label=⭐&logo=_&style=social)](https://github.com/dylanblokhuis/svelte-feather-icons) [dylanblokhuis/svelte-feather-icons](https://github.com/dylanblokhuis/svelte-feather-icons) — Beautiful open source icons.
- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-simple-icons?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-simple-icons) [beyonk-adventures/svelte-simple-icons](https://github.com/beyonk-adventures/svelte-simple-icons) — Simple Brand Icons.

### Paginator

_Display a control element to paginate_

- [![](https://img.shields.io/github/stars/thecodejack/svelte-pagination?label=⭐&logo=_&style=social)](https://github.com/thecodejack/svelte-pagination) [thecodejack/svelte-pagination](https://github.com/thecodejack/svelte-pagination) — Raw SvelteJS component for dynamic pagination.

### Markdown Viewer

_Display parsed markdow source_

### Canvas

_Sketch input using Canvas or SVG_

### Social

- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-social-auth?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-social-auth) [beyonk-adventures/svelte-social-auth](https://github.com/beyonk-adventures/svelte-social-auth) — Google and Facebook Auth.
- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-facebook-pixel?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-facebook-pixel) [beyonk-adventures/svelte-facebook-pixel](https://github.com/beyonk-adventures/svelte-facebook-pixel) — Facebook pixel tracking.
- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-trustpilot?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-trustpilot) [beyonk-adventures/svelte-trustpilot](https://github.com/beyonk-adventures/svelte-trustpilot) — Svelte/Vanilla JS Trustpilot Component.

### DOM Manipulation

- [![](https://img.shields.io/github/stars/romkor/svelte-portal?label=⭐&logo=_&style=social)](https://github.com/romkor/svelte-portal) [romkor/svelte-portal](https://github.com/romkor/svelte-portal) — Render outside the DOM of parent component.
- [![](https://img.shields.io/github/stars/nasso/svelte-teleport?label=⭐&logo=_&style=social)](https://github.com/nasso/svelte-teleport) [nasso/svelte-teleport](https://github.com/nasso/svelte-teleport) — Teleport elements across the DOM.

### Miscellaneous

- [![](https://img.shields.io/github/stars/henriquehbr/svelte-typewriter?label=⭐&logo=_&style=social)](https://github.com/henriquehbr/svelte-typewriter) [henriquehbr/svelte-typewriter](https://github.com/henriquehbr/svelte-typewriter) — A simple and reusable typewriter effect.
- [![](https://img.shields.io/github/stars/daybrush/ruler?label=⭐&logo=_&style=social)](https://github.com/daybrush/ruler) [daybrush/ruler](https://github.com/daybrush/ruler) — A Ruler component that can draw grids and scroll infinitely.
- [![](https://img.shields.io/github/stars/scottbedard/svelte-heatmap?label=⭐&logo=_&style=social)](https://github.com/scottbedard/svelte-heatmap) [scottbedard/svelte-heatmap](https://github.com/scottbedard/svelte-heatmap) — GitHub's contribution graph.
- [![](https://img.shields.io/github/stars/beyonk-adventures/gdpr-cookie-consent-banner?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/gdpr-cookie-consent-banner) [beyonk-adventures/gdpr-cookie-consent-banner](https://github.com/beyonk-adventures/gdpr-cookie-consent-banner) — A GDPR compliant cookie consent banner.
- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-google-analytics?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-google-analytics) [beyonk-adventures/svelte-google-analytics](https://github.com/beyonk-adventures/svelte-google-analytics) — Svelte Google Analytics.

### Form Components

_Let the user enter data_

#### Date / Time picker

_Date picker / time picker / datetime picker / date range picker_

- [![](https://img.shields.io/github/stars/6eDesign/svelte-calendar?label=⭐&logo=_&style=social)](https://github.com/6eDesign/svelte-calendar) [6eDesign/svelte-calendar](https://github.com/6eDesign/svelte-calendar) — A lightweight datepicker with neat animations and a unique UX.
- [![](https://img.shields.io/github/stars/YogliB/svelte-fullcalendar?label=⭐&logo=_&style=social)](https://github.com/YogliB/svelte-fullcalendar) [YogliB/svelte-fullcalendar](https://github.com/YogliB/svelte-fullcalendar) — A Svelte component wrapper around FullCalendar.
- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-datepicker?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-datepicker) [beyonk-adventures/svelte-datepicker](https://github.com/beyonk-adventures/svelte-datepicker)
- [![](https://img.shields.io/github/stars/SharifClick/svelte-touch-datepicker?label=⭐&logo=_&style=social)](https://github.com/SharifClick/svelte-touch-datepicker) [SharifClick/svelte-touch-datepicker](https://github.com/SharifClick/svelte-touch-datepicker)

#### Emoji picker

#### Input Types

_Masked inputs, specialized inputs; email / telephone number / credit card / etc._

- [![](https://img.shields.io/github/stars/xnimorz/svelte-input-mask?label=⭐&logo=_&style=social)](https://github.com/xnimorz/svelte-input-mask) [xnimorz/svelte-input-mask](https://github.com/xnimorz/svelte-input-mask) — Input masking component.

#### Autocomplete

_Autosuggest / autocomplete / typeahead_

- [![](https://img.shields.io/github/stars/pstanoev/simple-svelte-autocomplete?label=⭐&logo=_&style=social)](
https://github.com/pstanoev/simple-svelte-autocomplete) [pstanoev/simple-svelte-autocomplete](https://github.com/pstanoev/simple-svelte-autocomplete) — Simple Autocomplete / typeahead component.

#### Select

- [![](https://img.shields.io/github/stars/themarquisdesheric/simply-svelte-autocomplete?label=⭐&logo=_&style=social)](https://github.com/themarquisdesheric/simply-svelte-autocomplete) [themarquisdesheric/simply-svelte-autocomplete](https://github.com/themarquisdesheric/simply-svelte-autocomplete) — A lightweight, zero-dependency component that supports theming and incorporating new entries.
- [![](https://img.shields.io/github/stars/pavish/select-madu?label=⭐&logo=_&style=social)](
https://github.com/pavish/select-madu) [pavish/select-madu](https://github.com/pavish/select-madu) — SelectMadu is a replacement for the select menu, with support for searching, multiple selections, async data loading and more.

#### Color Picker

- [![](https://img.shields.io/github/stars/efeskucuk/svelte-color-picker?label=⭐&logo=_&style=social)](https://github.com/efeskucuk/svelte-color-picker) [efeskucuk/svelte-color-picker](https://github.com/efeskucuk/svelte-color-picker)

#### Toggle

- [![](https://img.shields.io/github/stars/HosseinShabani/svelte-checkbox?label=⭐&logo=_&style=social)](https://github.com/HosseinShabani/svelte-checkbox) [HosseinShabani/svelte-checkbox](https://github.com/HosseinShabani/svelte-checkbox) — A checkbox.
- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-toggle?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-toggle) [beyonk-adventures/svelte-toggle](https://github.com/beyonk-adventures/svelte-toggle)

#### Slider

- [![](https://img.shields.io/github/stars/MelihAltintas/svelte-knob?label=⭐&logo=_&style=social)](https://github.com/MelihAltintas/svelte-knob) [MelihAltintas/svelte-knob](https://github.com/MelihAltintas/svelte-knob) — Knob control.

#### Radio Button

#### Type Select

_Let the user select something (e.g. a tag) while typing_

#### Tag Input

_Let the user add multiple tags in a single input_

- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-tag-input?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-tag-input) [beyonk-adventures/svelte-tag-input](https://github.com/beyonk-adventures/svelte-tag-input) — Lightweight tag input for Svelte and Vanilla JS.

#### Autosize Input / Textarea

#### Star Rating

- [![](https://img.shields.io/github/stars/emrekara37/svelte-rate-it?label=⭐&logo=_&style=social)](https://github.com/emrekara37/svelte-rate-it) [emrekara37/svelte-rate-it](https://github.com/emrekara37/svelte-rate-it)

#### Drag and Drop

- [![](https://img.shields.io/github/stars/isaacHagoel/svelte-dnd-action?label=⭐&logo=_&style=social)](https://github.com/isaacHagoel/svelte-dnd-action) [isaacHagoel/svelte-dnd-action](https://github.com/isaacHagoel/svelte-dnd-action)

#### Sortable List

_Let the user define an order on a list_

- [![](https://img.shields.io/github/stars/Zimtir/svelte-item-list?label=⭐&logo=_&style=social)](https://github.com/Zimtir/svelte-item-list) [Zimtir/svelte-item-list](https://github.com/Zimtir/svelte-item-list) — Item list.

#### Rich Text Editor

- [![](https://img.shields.io/github/stars/easylogic/svelte-summernote?label=⭐&logo=_&style=social)](https://github.com/easylogic/svelte-summernote) [easylogic/svelte-summernote](https://github.com/easylogic/svelte-summernote) — Extension for summernote.

#### Markdown Editor

#### Image Editing

_Image manipulation_

- [![](https://img.shields.io/github/stars/ValentinH/svelte-easy-crop?label=⭐&logo=_&style=social)](https://github.com/ValentinH/svelte-easy-crop) [ValentinH/svelte-easy-crop](https://github.com/ValentinH/svelte-easy-crop) — Crop images.
- [![](https://img.shields.io/github/stars/saabi/svelte-image-encoder?label=⭐&logo=_&style=social)](https://github.com/saabi/svelte-image-encoder) [saabi/svelte-image-encoder](https://github.com/saabi/svelte-image-encoder) — For editing and compressing profile pictures before upload to a server.

#### Form Component Collections

#### Miscellaneous

- [![](https://img.shields.io/github/stars/yazonnile/svelidation?label=⭐&logo=_&style=social)](https://github.com/yazonnile/svelidation) [yazonnile/svelidation](https://github.com/yazonnile/svelidation) — Validation library.

#### Syntax Highlight

## UI Layout

_Components to layout the app's UI_

- [![](https://img.shields.io/github/stars/vaheqelyan/svelte-grid?label=⭐&logo=_&style=social)](https://github.com/vaheqelyan/svelte-grid) [vaheqelyan/svelte-grid](https://github.com/vaheqelyan/svelte-grid) — A responsive, draggable and resizable grid layout.
- [![](https://img.shields.io/github/stars/andrelmlins/svelte-grid-responsive?label=⭐&logo=_&style=social)](https://github.com/andrelmlins/svelte-grid-responsive) [andrelmlins/svelte-grid-responsive](https://github.com/andrelmlins/svelte-grid-responsive) — Responsive grid system based on Bootstrap.
- [![](https://img.shields.io/github/stars/Readiz/svelte-split-pane?label=⭐&logo=_&style=social)](https://github.com/Readiz/svelte-split-pane) [Readiz/svelte-split-pane](https://github.com/Readiz/svelte-split-pane)

## UI Animation

_Animate transitions_

### Parallax

## UI Frameworks

### Responsive

_Set of components + responsive layout system_

- [![](https://img.shields.io/github/stars/illright/attractions?label=⭐&logo=_&style=social)](https://github.com/illright/attractions) [illright/attractions](https://github.com/illright/attractions) — A pretty cool UI kit for Svelte.

#### Material Design

- [![](https://img.shields.io/github/stars/hperrin/svelte-material-ui?label=⭐&logo=_&style=social)](https://github.com/hperrin/svelte-material-ui) [hperrin/svelte-material-ui](https://github.com/hperrin/svelte-material-ui)
- [![](https://img.shields.io/github/stars/matyunya/smelte?label=⭐&logo=_&style=social)](https://github.com/matyunya/smelte) [matyunya/smelte](https://github.com/matyunya/smelte) — UI framework with material components built with Svelte and Tailwind CSS.
- [![](https://img.shields.io/github/stars/TheComputerM/svelte-materialify?label=⭐&logo=_&style=social)](https://github.com/TheComputerM/svelte-materialify) [TheComputerM/svelte-materialify](https://github.com/TheComputerM/svelte-materialify) — Inspired by vuetify.
- [![](https://img.shields.io/github/stars/svelte-toolbox/svelte-toolbox?label=⭐&logo=_&style=social)](https://github.com/svelte-toolbox/svelte-toolbox) [svelte-toolbox/svelte-toolbox](https://github.com/svelte-toolbox/svelte-toolbox)

#### Carbon

- [![](https://img.shields.io/github/stars/IBM/carbon-components-svelte?label=⭐&logo=_&style=social)](https://github.com/IBM/carbon-components-svelte) [IBM/carbon-components-svelte](https://github.com/IBM/carbon-components-svelte) — Carbon Design System.

#### Bootstrap

- [![](https://img.shields.io/github/stars/bestguy/sveltestrap?label=⭐&logo=_&style=social)](https://github.com/bestguy/sveltestrap) [bestguy/sveltestrap](https://github.com/bestguy/sveltestrap) — Bootstrap 4 components for Svelte.

#### AgnosticUI

- [![](https://img.shields.io/github/stars/agnosticui/agnosticui?label=⭐&logo=_&style=social)](https://github.com/agnosticui/angosticui) [agnosticui](https://github.com/agnosticui/agnosticui) — Accessible Svelte Component Primitives (that also work with React, Vue 3, and Angular).

### Mobile

- [![](https://img.shields.io/github/stars/halfnelson/svelte-native?label=⭐&logo=_&style=social)](https://github.com/halfnelson/svelte-native) [halfnelson/svelte-native](https://github.com/halfnelson/svelte-native) — Svelte controlling native components via Nativescript.

### Component Collections

## UI Utilities

### Reporter

_Report computed styles_

#### Visibility Reporter

_Report when a component becomes visible/hidden_

#### Measurement Reporter

_Determine and report measurements of an element_

### Device Input

_Turn user input into actions_

#### Keyboard Events

#### Scroll Events

- [![](https://img.shields.io/github/stars/beyonk-adventures/svelte-scrollspy?label=⭐&logo=_&style=social)](https://github.com/beyonk-adventures/svelte-scrollspy) [beyonk-adventures/svelte-scrollspy](https://github.com/beyonk-adventures/svelte-scrollspy) — Scroll Spy component

#### Touch Swipe

- [![](https://img.shields.io/github/stars/SharifClick/svelte-swipe?label=⭐&logo=_&style=social)](https://github.com/SharifClick/svelte-swipe) [SharifClick/svelte-swipe](https://github.com/SharifClick/svelte-swipe)
- [![](https://img.shields.io/github/stars/tncrazvan/svelte-liquid-swipe?label=⭐&logo=_&style=social)](https://github.com/tncrazvan/svelte-liquid-swipe) [tncrazvan/svelte-liquid-swipe](https://github.com/tncrazvan/svelte-liquid-swipe)
- [![](https://img.shields.io/github/stars/Anyass3/sidebar-swipe?label=⭐&logo=_&style=social)](https://github.com/Anyass3/sidebar-swipe) [Anyass3/sidebar-swipe](https://github.com/Anyass3/sidebar-swipe) — Sidebar Swipeable ideally for touch screen devices.

#### Mouse Events

### Meta Tags

_Set meta tags, , children of _

### Portal

_Render an element at an arbitrary DOM node_

### Test User Behavior

_A/B tests, experiments, ..._

## Code Design

_Libraries that help with code design_

### Data Store

_Data flow / data management / data stores / components state / data flow_

### Form Logic

- [![](https://img.shields.io/github/stars/mdauner/sveltejs-forms?label=⭐&logo=_&style=social)](https://github.com/mdauner/sveltejs-forms) [mdauner/sveltejs-forms](https://github.com/mdauner/sveltejs-forms) — Declarative forms for Svelte.
- [![](https://img.shields.io/github/stars/noahsalvi/svelte-use-form?label=⭐&logo=_&style=social)](https://github.com/noahsalvi/svelte-use-form) [noahsalvi/svelte-use-form](https://github.com/noahsalvi/svelte-use-form) — Control and validate forms and their inputs.

### Router

Summary

|                   | SSR | History API | Hash Mode | Memory Mode (no URL update) | Query Parsing ?x=42&s=a,b,c | Page Leave Guards | Navigation Hooks | Nested Routes | Custom User Data | CSS Transitions | Routes Lazy load | Default Fallbacks | Forced Redirects | Several routers |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |:------------------: |:------------------: |:------------------: |:---------------------------: |:---------------------------: |:------------------: |:------------------: |:------------------: |:------------------: |:------------------: |:------------------: |:------------------: |:------------------: |:------------------: |
| [![EmilTholin/svelte-routing](https://img.shields.io/github/stars/EmilTholin/svelte-routing?label=EmilTholin/svelte-routing%20⭐&logo=_&style=social)](https://github.com/EmilTholin/svelte-routing) | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: |
| [![sveltech/routify](https://img.shields.io/github/stars/sveltech/routify?label=sveltech/routify%20⭐&logo=_&style=social)](https://github.com/sveltech/routify) | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :x: |
| [![ItalyPaleAle/svelte-spa-router](https://img.shields.io/github/stars/ItalyPaleAle/svelte-spa-router?label=ItalyPaleAle/svelte-spa-router%20⭐&logo=_&style=social)](https://github.com/ItalyPaleAle/svelte-spa-router) | :x: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
| [![AlexxNB/tinro](https://img.shields.io/github/stars/AlexxNB/tinro?label=AlexxNB/tinro%20⭐&logo=_&style=social)](https://github.com/AlexxNB/tinro) | :x: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| [![jorgegorka/svelte-router](https://img.shields.io/github/stars/jorgegorka/svelte-router?label=jorgegorka/svelte-router%20⭐&logo=_&style=social)](https://github.com/jorgegorka/svelte-router) | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: |
| [![pateketrueke/yrv](https://img.shields.io/github/stars/pateketrueke/yrv?label=pateketrueke/yrv%20⭐&logo=_&style=social)](https://github.com/pateketrueke/yrv) | :x: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
| [![easyroute-router/svelte-easyroute](https://img.shields.io/github/stars/easyroute-router/svelte-easyroute?label=easyroute-router/svelte-easyroute%20⭐&logo=_&style=social)](https://github.com/easyroute-router/svelte-easyroute) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
| [![mefechoel/svelte-navigator](https://img.shields.io/github/stars/mefechoel/svelte-navigator?label=mefechoel/svelte-navigator%20⭐&logo=_&style=social)](https://github.com/mefechoel/svelte-navigator) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: |
| [![PaulMaly/svelte-pathfinder](https://img.shields.io/github/stars/PaulMaly/svelte-pathfinder?label=PaulMaly/svelte-pathfinder%20⭐&logo=_&style=social)](https://github.com/PaulMaly/svelte-pathfinder) | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: |
| [![bluwy/svelte-router](https://img.shields.io/github/stars/bluwy/svelte-router?label=bluwy/svelte-router%20⭐&logo=_&style=social)](https://github.com/bluwy/svelte-router) | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
| [![routve/routve](https://img.shields.io/github/stars/routve/routve?label=routve/routve%20⭐&logo=_&style=social)](https://github.com/routve/routve) | :x: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
| [![dievardump/yasp-router](https://img.shields.io/github/stars/dievardump/yasp-router?label=dievardump/yasp-router%20⭐&logo=_&style=social)](https://github.com/dievardump/yasp-router) | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
| [![shaunlee/svelterouter](https://img.shields.io/github/stars/shaunlee/svelterouter?label=shaunlee/svelterouter%20⭐&logo=_&style=social)](https://github.com/shaunlee/svelterouter) | :x: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: |

- [![](https://img.shields.io/github/stars/EmilTholin/svelte-routing?label=⭐&logo=_&style=social)](https://github.com/EmilTholin/svelte-routing) [EmilTholin/svelte-routing](https://github.com/EmilTholin/svelte-routing) — A declarative Svelte routing library with SSR support.
- [![](https://img.shields.io/github/stars/sveltech/routify?label=⭐&logo=_&style=social)](https://github.com/sveltech/routify) [sveltech/routify](https://github.com/sveltech/routify) — Automated Svelte routes
- [![](https://img.shields.io/github/stars/ItalyPaleAle/svelte-spa-router?label=⭐&logo=_&style=social)](https://github.com/ItalyPaleAle/svelte-spa-router) [ItalyPaleAle/svelte-spa-router](https://github.com/ItalyPaleAle/svelte-spa-router) — Router for SPAs using Svelte 3
- [![](https://img.shields.io/github/stars/AlexxNB/tinro?label=⭐&logo=_&style=social)](https://github.com/AlexxNB/tinro) [AlexxNB/tinro](https://github.com/AlexxNB/tinro) — Highly declarative, very tiny, dependency free router for Svelte's web applications.
- [![](https://img.shields.io/github/stars/jorgegorka/svelte-router?label=⭐&logo=_&style=social)](https://github.com/jorgegorka/svelte-router) [jorgegorka/svelte-router](https://github.com/jorgegorka/svelte-router) — Includes localisation, guards and nested layouts.
- [![](https://img.shields.io/github/stars/pateketrueke/yrv?label=⭐&logo=_&style=social)](https://github.com/pateketrueke/yrv) [pateketrueke/yrv](https://github.com/pateketrueke/yrv) — Built on top of [abstract-nested-router](https://www.npmjs.com/package/abstract-nested-router)
- [![](https://img.shields.io/github/stars/easyroute-router/svelte-easyroute?label=⭐&logo=_&style=social)](https://github.com/easyroute-router/svelte-easyroute) [easyroute-router/svelte-easyroute](https://github.com/easyroute-router/svelte-easyroute) — Like Vue Router. Supports history and hash mode, navigation guards, base path.
- [![](https://img.shields.io/github/stars/mefechoel/svelte-navigator?label=⭐&logo=_&style=social)](https://github.com/mefechoel/svelte-navigator) [mefechoel/svelte-navigator](https://github.com/mefechoel/svelte-navigator) — Simple, accessible routing for Svelte.
- [![](https://img.shields.io/github/stars/PaulMaly/svelte-pathfinder?label=⭐&logo=_&style=social)](https://github.com/PaulMaly/svelte-pathfinder) [PaulMaly/svelte-pathfinder](https://github.com/PaulMaly/svelte-pathfinder) — State-based router for Svelte 3.
- [![](https://img.shields.io/github/stars/bluwy/svelte-router?label=⭐&logo=_&style=social)](https://github.com/bluwy/svelte-router) [bluwy/svelte-router](https://github.com/bluwy/svelte-router) — An easy-to-use SPA router for Svelte.
- [![](https://img.shields.io/github/stars/routve/routve?label=⭐&logo=_&style=social)](https://github.com/routve/routve) [routve/routve](https://github.com/routve/routve) — Routve is an advanced Svelte 3 router.
- [![](https://img.shields.io/github/stars/dievardump/yasp-router?label=⭐&logo=_&style=social)](https://github.com/dievardump/yasp-router) [dievardump/yasp-router](https://github.com/dievardump/yasp-router) — Router for Svelte 3.
- [![](https://img.shields.io/github/stars/shaunlee/svelterouter?label=⭐&logo=_&style=social)](https://github.com/shaunlee/svelterouter) [shaunlee/svelterouter](https://github.com/shaunlee/svelterouter) — Another vue-router inspired Svelte router.

### Props from server

_Component properties asynchronously fetched over the network_

### Communication with server

- [![](https://img.shields.io/github/stars/SvelteStack/svelte-query?label=⭐&logo=_&style=social)](https://github.com/SvelteStack/svelte-query) [SvelteStack/svelte-query](https://github.com/SvelteStack/svelte-query) — Performant and powerful remote data synchronization.

### CSS / Style

- [![](https://img.shields.io/github/stars/josefaidt/svelte-themer?label=⭐&logo=_&style=social)](https://github.com/josefaidt/svelte-themer) [josefaidt/svelte-themer](https://github.com/josefaidt/svelte-themer) — A theming engine for your Svelte apps using CSS.

### HTML Template

- [![](https://img.shields.io/github/stars/l-portet/svelte-switch-case?label=⭐&logo=_&style=social)](https://github.com/l-portet/svelte-switch-case) [l-portet/svelte-switch-case](https://github.com/l-portet/svelte-switch-case) — Switch case syntax for Svelte.

### Isomorphic Apps

### Boilerplate

_Scaffold / starter kit / Yeoman generator / stack ensemble / seed_

- [![](https://img.shields.io/github/stars/YogliB/svelte-component-template?label=⭐&logo=_&style=social)](https://github.com/YogliB/svelte-component-template) [YogliB/svelte-component-template](https://github.com/YogliB/svelte-component-template) — A base for building shareable components.

### Miscellaneous

## Utilities

### i18n

_Internationalization / L10n / localization / translation_

### Framework bindings / integrations

### Integrations with Third Party Services

## Performance

### UI

#### Inspect

#### Lazy Load

### App Size

- [![](https://img.shields.io/github/stars/halfnelson/svelte-it-will-scale?label=⭐&logo=_&style=social)](https://github.com/halfnelson/svelte-it-will-scale) [halfnelson/svelte-it-will-scale](https://github.com/halfnelson/svelte-it-will-scale) — Generate a chart showing svelte's overhead.
- [Does Svelte Scale?](https://svelte-scaling.acmion.com/)
- [JavaScript Frameworks, Performance Comparison 2020](https://medium.com/javascript-in-plain-english/javascript-frameworks-performance-comparison-2020-cd881ac21fce)

### Server-Side Rendering

## State Management

- [![](https://img.shields.io/github/stars/dmaevsky/tinyx?label=⭐&logo=_&style=social)](https://github.com/dmaevsky/tinyx) [dmaevsky/tinyx](https://github.com/dmaevsky/tinyx) — A tiny state manager for big applications.

## Dev Tools

### Test

- [![](https://img.shields.io/github/stars/vidigas/svelte-feature-flag?label=⭐&logo=_&style=social)](https://github.com/vidigas/svelte-feature-flag) [vidigas/svelte-feature-flag](https://github.com/vidigas/svelte-feature-flag) — Feature flags (toggle) module.

### Inspect

- [![](https://img.shields.io/github/stars/RedHatter/svelte-devtools?label=⭐&logo=_&style=social)](https://github.com/RedHatter/svelte-devtools) [RedHatter/svelte-devtools](https://github.com/RedHatter/svelte-devtools) — Inspect the state and component hierarchies in the Developer Tools.
- [![](https://img.shields.io/github/stars/qutran/svelte-inspector?label=⭐&logo=_&style=social)](https://github.com/qutran/svelte-inspector) [qutran/svelte-inspector](https://github.com/qutran/svelte-inspector) — Development helper for inspecting and opening svelte components in your editor.
- [svelte-reactive-debugger](https://addons.mozilla.org/en-US/firefox/addon/svelte-reactive-debugger) — Svelte Reactive Debugger.

### Miscellaneous

- [![](https://img.shields.io/github/stars/sveltejs/prettier-plugin-svelte?label=⭐&logo=_&style=social)](https://github.com/sveltejs/prettier-plugin-svelte) [sveltejs/prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) — Format your svelte components using prettier.
- [![](https://img.shields.io/github/stars/Rich-Harris/react-svelte?label=⭐&logo=_&style=social)](https://github.com/Rich-Harris/react-svelte) [Rich-Harris/react-svelte](https://github.com/Rich-Harris/react-svelte) — Use Svelte components inside a React app.
- [![](https://img.shields.io/github/stars/pngwn/svelte-adapter?label=⭐&logo=_&style=social)](https://github.com/pngwn/svelte-adapter) [pngwn/svelte-adapter](https://github.com/pngwn/svelte-adapter) — Use Svelte components within Vue and React applications.
- [![](https://img.shields.io/github/stars/AlexxNB/svelte-docs?label=⭐&logo=_&style=social)](https://github.com/AlexxNB/svelte-docs) [AlexxNB/svelte-docs](https://github.com/AlexxNB/svelte-docs) — Write documentation for your Svelte components.
- [![](https://img.shields.io/github/stars/jesseskinner/svelte-react?label=⭐&logo=_&style=social)](https://github.com/jesseskinner/svelte-react) [jesseskinner/svelte-react](https://github.com/jesseskinner/svelte-react) — Use React components inside Svelte apps.
- [![](https://img.shields.io/github/stars/KoRnFactory/svelte-injector?label=⭐&logo=_&style=social)](https://github.com/KoRnFactory/svelte-injector) [KoRnFactory/svelte-injector](https://github.com/KoRnFactory/svelte-injector) — Use Svelte components inside other frameworks.

## Miscellaneous

- [![](https://img.shields.io/github/stars/DeMoorJasper/parcel-plugin-svelte?label=⭐&logo=_&style=social)](https://github.com/DeMoorJasper/parcel-plugin-svelte) [DeMoorJasper/parcel-plugin-svelte](https://github.com/DeMoorJasper/parcel-plugin-svelte) — A parcel plugin with svelte support.
- [![](https://img.shields.io/github/stars/dominikg/svite?label=⭐&logo=_&style=social)](https://github.com/dominikg/svite) [dominikg/svite](https://github.com/dominikg/svite) — Svelte Integration for vite.

### Static Website Generator

- [![](https://img.shields.io/github/stars/YeungKC/Hakuba?label=⭐&logo=_&style=social)](https://github.com/YeungKC/Hakuba) [Hakuba](https://github.com/YeungKC/Hakuba) - A fast blog starter driven by Github discussions for all data.

## Cloud Solutions

### Databases