TypeScript Svelte

Open-source TypeScript projects categorized as Svelte

Top 23 TypeScript Svelte Projects

  • storybook

    Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.

  • Project mention: How to share your TwigComponent with your team ? | dev.to | 2024-05-15

    But here’s some good news: there’s already a solution in the JavaScript world called Storybook!

  • immich

    High performance self-hosted photo and video management solution.

  • Project mention: Ask HN: Alternatives to Google Photos | news.ycombinator.com | 2024-05-12
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-table

    🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table

  • Project mention: Best Next.js Libraries and Tools in 2024 | dev.to | 2024-04-10
  • NativeScript

    ⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java). Use what you love ❤️ Angular, Capacitor, Ionic, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Dart (Flutter) and you name it compatible.

  • Project mention: Svelte Native: The Svelte Mobile Development Experience | news.ycombinator.com | 2024-01-29

    This is not so much the Svelte equivalent of React Native as it is just NativeScript (https://nativescript.org).

  • xyflow

    React Flow | Svelte Flow - Powerful open source libraries for building node-based UIs with React (https://reactflow.dev) or Svelte (https://svelteflow.dev). Ready out-of-the-box and infinitely customizable.

  • Project mention: Svelte Flow – a library for rendering interactive node-based UIs | dev.to | 2023-11-06

    We are the xyflow team*, the creators of React Flow and Svelte Flow. We've been maintaining the React Flow library and its ecosystem since 2019. Earlier this year we were inspired by the Svelte community, and created a prototype of what our tool could look like if it was built in Svelte. This lead to us abstracting the core of React Flow to vanilla js and porting the library to Svelte, improving the performance of both libraries along the way.

  • pretty-ts-errors

    🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀

  • Project mention: What is JSDoc and why you may not need typescript for your next project? | dev.to | 2024-01-22

    Besides the features TypeScript itself proposed, the most important thing it brought to the community was the ability to create cool features around this compiler that enhance the developer experience and productivity. Tools like tsserver, pretty ts errors, and many others are actively improving the ecosystem for both JavaScript and TypeScript writers.

  • mitosis

    Write components once, run everywhere. Compiles to React, Vue, Qwik, Solid, Angular, Svelte, and more.

  • Project mention: Nx - Highlights of 2023 | dev.to | 2023-12-28

    Builder.io Mitosis -

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ai

    Build AI-powered applications with React, Svelte, Vue, and Solid

  • Project mention: Building a Retrieval-Augmented Generation Chatbot with SvelteKit and Xata Vector Search | dev.to | 2024-05-15

    import { experimental_buildLlama2Prompt } from 'ai/prompts'; // Now use Replicate LLAMA 70B streaming to perform the autocompletion with context const response = await replicate.predictions.create({ // You must enable streaming. stream: true, // The model must support streaming. See https://replicate.com/docs/streaming model: 'meta/llama-2-70b-chat', // Format the message list into the format expected by Llama 2 // @see https://github.com/vercel/ai/blob/99cf16edf0a09405d15d3867f997c96a8da869c6/packages/core/prompts/huggingface.ts#L53C1-L78C2 input: { prompt: experimental_buildLlama2Prompt([ { // create a system content message to be added as // the llama2prompt generator will supply it as the context with the API role: 'system', content: systemContext }, { // create a system instruction // make sure to wrap code blocks with ``` {% endraw %} so that the svelte markdown picks it up correctly role: 'assistant', content: {% raw %}`When creating repsonses sure to wrap any code blocks that you output as code blocks and not text so that they can be rendered beautifully.`{% endraw %} }, // also, pass the whole conversation! ...messages ]) } }); {% raw %}

  • router

    🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.

  • Project mention: TanStack Router: Setup & Routing in React | dev.to | 2024-02-26

    Welcome to the first article of a series where we will explore TanStack Router, a new router for React (version 1.0 released in December 2023).

  • tsParticles

    tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.

  • Project mention: Show HN: TsParticles, a JavaScript particles, confetti, fireworks, etc. library | news.ycombinator.com | 2024-05-13
  • windicss

    Next generation utility-first CSS framework.

  • virtual

    🤖 Headless UI for Virtualizing Large Element Lists in JS/TS, React, Solid, Vue and Svelte

  • Project mention: Any good sliders other than outdated slickJs | /r/jquery | 2023-06-12

    https://www.embla-carousel.com is a pretty good one.

  • splide

    Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors.

  • Project mention: SplideJS – The lightweight, flexible and accessible slider/carousel | news.ycombinator.com | 2023-08-18
  • OverlayScrollbars

    A javascript scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.

  • FigmaToCode

    Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.

  • Project mention: Best Flutter UI kit | /r/FlutterDev | 2023-06-04
  • html-figma

    Builder.io for Figma: AI generation, export to code, import from web

  • Project mention: Introducing Visual Copilot: A Better Figma-to-Code Workflow | dev.to | 2023-10-12

    Try the Builder.io Figma plugin

  • supabase-js

    An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.

  • Project mention: Chrome Extension MV3 Template : Supabase Auth, Plasmo, Tailwinds CSS & Shadcn UI | dev.to | 2023-08-13
  • svelte-nodegui

    Build performant, native and cross-platform desktop applications with native Svelte + powerful CSS-like styling.🚀

  • vite-plugin-pwa

    Zero-config PWA for Vite

  • vime

    Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...

  • alova

    Request strategy library for MVVM libraries such as Vue.js, React.js and Svelte.js

  • Project mention: How to customize alova's request adapter | dev.to | 2023-11-23

    The following is a tutorial for some chapters. If you want to learn more about the usage of alovajs, please come to alova official website to learn.

  • jest-preview

    Debug your Jest tests. Effortlessly.🛠🖼

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Svelte related posts

  • Show HN: Edge-CSRF – CSRF Protection on the Edge (Next.js, SvelteKit)

    1 project | news.ycombinator.com | 24 Apr 2024
  • ChatCrafters - Chat with AI powered personas

    3 projects | dev.to | 12 Apr 2024
  • Show HN: Vowle: a Wordle clone with vowel hints

    1 project | news.ycombinator.com | 11 Mar 2024
  • The State of Angular SSR Deployment in 2024

    11 projects | dev.to | 2 Mar 2024
  • Airfoil

    2 projects | news.ycombinator.com | 27 Feb 2024
  • Building a dynamic form with Svelte and Typescript

    1 project | dev.to | 23 Feb 2024
  • Superforms 2 for SvelteKit has just been released

    1 project | news.ycombinator.com | 11 Feb 2024
  • A note from our sponsor - SurveyJS
    surveyjs.io | 16 May 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more →

Index

What are some of the best open-source Svelte projects in TypeScript? This list will help you:

Project Stars
1 storybook 82,947
2 immich 32,855
3 react-table 24,223
4 NativeScript 23,716
5 xyflow 21,405
6 pretty-ts-errors 12,251
7 mitosis 10,984
8 ai 7,873
9 router 7,151
10 tsParticles 7,116
11 windicss 6,507
12 virtual 5,107
13 Embla Carousel 5,119
14 splide 4,666
15 OverlayScrollbars 3,558
16 FigmaToCode 3,498
17 html-figma 2,973
18 supabase-js 2,844
19 svelte-nodegui 2,822
20 vite-plugin-pwa 2,799
21 vime 2,717
22 alova 2,477
23 jest-preview 2,298

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com