sveltekit

Open-source projects categorized as sveltekit

Top 23 sveltekit Open-Source Projects

  • immich

    High performance self-hosted photo and video management solution.

  • Project mention: Immich: Self-hosted photo and video management solution | news.ycombinator.com | 2024-04-23
  • next-auth

    Authentication for the Web.

  • Project mention: Deploy Full-Stack Next.js T3App with Cognito and Prisma using AWS Lambda | dev.to | 2024-04-15

    NextAuth.js is not perfect. One of the shortcomings is that it currently does not implement federated logout. This means that even if a user signs out of the Next.js app, he does NOT get signed out of the Cognito user pool client. As a consequence, the user is not really being logged out (i.e he is able to login again without providing the credentials). You can read more about this problem in this Github thread.

  • 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
  • SvelteKit

    web development, streamlined (by sveltejs)

  • Project mention: ChatCrafters - Chat with AI powered personas | dev.to | 2024-04-12

    Svelte Kit for the fullstack framework It has first class support for Cloudflare Pages Svelte is a very elegant framework, and Svelte Kit is a very good meta-framework for Svelte. Svelte was probably the reason that…

  • chat-ui

    Open source codebase powering the HuggingChat app

  • Project mention: Zephyr 141B, a Mixtral 8x22B fine-tune, is now available in Hugging Chat | news.ycombinator.com | 2024-04-12

    Zephyr 141B is a Mixtral 8x22B fine-tune. Here are some interesting details

    - Base model: Mixtral 8x22B, 8 experts, 141B total params, 35B activated params

    - Fine-tuned with ORPO, a new alignment algorithm with no SFT step (hence much faster than DPO/PPO)

    - Trained with 7K open data instances -> high-quality, synthetic, multi-turn

    - Apache 2

    Everything is open:

    - Final Model: https://huggingface.co/HuggingFaceH4/zephyr-orpo-141b-A35b-v...

    - Base Model: https://huggingface.co/mistral-community/Mixtral-8x22B-v0.1

    - Fine-tune data: https://huggingface.co/datasets/argilla/distilabel-capybara-...

    - Recipe/code to train the model: https://huggingface.co/datasets/argilla/distilabel-capybara-...

    - Open-source inference engine: https://github.com/huggingface/text-generation-inference

    - Open-source UI code https://github.com/huggingface/chat-ui

    Have fun!

  • serge

    A web interface for chatting with Alpaca through llama.cpp. Fully dockerized, with an easy to use API.

  • Project mention: Show HN: I made an app to use local AI as daily driver | news.ycombinator.com | 2024-02-27
  • skeleton

    The UI toolkit for Svelte and Tailwind. (by skeletonlabs)

  • Project mention: Skeleton UI – v2.0 Release Candidate | news.ycombinator.com | 2023-08-15
  • Svelvet

    πŸŽ› A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts

  • Project mention: Announcing Velo - Your Rust-Powered Brainstorming and Note-Taking Tool | /r/rust | 2023-06-19

    FYI, started something similar using Tauri and Svelvet and it was pretty easy to setup before I got distracted and moved on to something else.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • kener

    Kener is a Modern Self hosted Status Page, batteries included

  • Project mention: 6 Best Open Source Status Page Alternatives for 2024 | dev.to | 2024-02-20

    1. Kener

  • Superforms

    Superforms is a SvelteKit library that helps you with server-side validation and client-side display of forms.

  • Project mention: Building a dynamic form with Svelte and Typescript | dev.to | 2024-02-23

    This next step is probably the easiest. Since you're also sending the select platform template, you can reference that to determine if the data is valid (why not try superforms? I made an adapter for it).

  • svelte-preprocess

    A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.

  • Project mention: How to use Sass or Scss in Svelte/Sveltekit | dev.to | 2024-01-13

    You can learn more about the official svelte-preprocess and other available config here

  • UpSnap

    A simple wake on lan web app written with SvelteKit, Go and PocketBase.

  • Project mention: Do you guys turn your servers off a night? | /r/selfhosted | 2023-12-05

    Yes... I am using UpSnap for scheduling shutdown and booting.

  • undb

    πŸš€ Private first, unified, self-hosted no code database.

  • Project mention: How to Write a Great Readme | news.ycombinator.com | 2023-07-18

    Great guide. One thing that seems to be missing is something I see in a lot of README's: a list of the core tech stack being used in the repo. Good examples here https://github.com/undb-xyz/undb#-tech-stack and here https://github.com/steven-tey/novel#tech-stack. Did you already consider adding this as part of the guide and decide against it, or was it just not something you thought to add?

  • zenstack

    Typescript toolkit on top of Prisma ORM, offering flexible and declarative Access Control Policy(Authorization/Permission) for RBAC/ABAC/PBAC/ReBAC with auto-generated type-safe APIs and frontend hooks.

  • Project mention: The Many Ways Not to Build an API | dev.to | 2024-04-01

    Another strategy is to model access control declaratively and enforce it in the application layer. ZenStack (built above Prisma ORM) and Hasura are good examples of this approach. The following code shows how access policies are defined with ZenStack and how a secured CRUD API can be derived automatically.

  • grimoire

    Bookmark manager for the wizards πŸ§™

  • Project mention: [self-promotion] Grimoire - Bookmark manager for the wizards πŸ§™ | /r/sveltejs | 2023-12-05

    A long time ago (9 days), on a distant land (/r/selfhosted), the project Grimoire was announced. Its promise was simple: make bookmarking magical and fun! And open-source, of course!

  • headscale-ui

    A web frontend for the headscale Tailscale-compatible coordination server

  • Project mention: Has anyone setup a headscale-ui server ? | /r/selfhosted | 2023-08-01

    However, I'm encountering significant challenges when it comes to setting up a seemingly simple static website for the UI.

  • svelte-adders

    Easily add integrations and other functionality to Svelte apps

  • Project mention: I made a set of devtools for small projects | news.ycombinator.com | 2024-03-27

    Perhaps your tool can steal some inspiration from the following:

    - svelte-add is a similar tool for Svelte(Kit) projects: https://github.com/svelte-add/svelte-add

    - svelte-add was originally based on a more generic tool: https://preset.dev

    - I actually find `npm create svelte@latest` sufficient most of the time. It's like a starter project with presets for most best practices.

  • rill

    Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code. (by rilldata)

  • Project mention: Governments on GitHub | news.ycombinator.com | 2023-06-09
  • Beatbump

    Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧

  • Project mention: On what side project you guys are working on? | /r/webdev | 2023-06-29

    The biggest is Beatbump (GitHub), a free privacy respecting YouTube Music frontend with the ability to self host it or use a public instance. Working on the latest refactor, which should be done soon!

  • auth-helpers

    A collection of framework specific Auth utilities for working with Supabase.

  • Project mention: Supabase Authentication Issue with Next.js 13.4 - !session vs !user | /r/Supabase | 2023-07-04

    I have encountered a similar issue, but I haven't fully found a solution yet. Currently, I'm using the getSession function throughout my server components. Yesterday, I tried running a middleware to refresh the user's session, based on this example: https://github.com/supabase/auth-helpers/blob/main/examples/nextjs/middleware.tsx. This caught my attention because the comment mentioned that the middleware is necessary for any Server Component route using createServerComponentClient. Right now, I'm testing this approach, and so far, I haven't been logged out since yesterday. Do you have that in your application? The main difference between getSession and getUser in supabase is that getSession reads the cookies and is very fast (around 1-2 ms), while getUser makes a call to the supabase API with the access token to retrieve the user and I would assume they also verify the JWT on their end.

  • houdini

    The disappearing GraphQL client (by HoudiniGraphql)

  • Project mention: How can I do auth with URQL | /r/sveltejs | 2023-06-28

    Other random input. Maybe take a look at houdini. https://github.com/HoudiniGraphql/houdini

  • whishper

    Transcribe any audio to text, translate and edit subtitles 100% locally with a web UI. Powered by whisper models!

  • Project mention: Whishper – Open-source, local-first audio transcription and subtitling suite | news.ycombinator.com | 2024-04-19
  • trpc-sveltekit

    End-to-end typesafe APIs with tRPC.io for your SvelteKit applications.

  • Project mention: Using Hono with SvelteKit - Full type-safety with RPC | dev.to | 2024-01-29

    This article, the Hono docs, Elysia SvelteKit example, trpc-sveltekit and lot's of general reading.

  • tailwindcss

    Add Tailwind CSS to your Svelte project (by svelte-add)

  • Project mention: SvelteKit + Tailwind CSS - I made a script to automate the setup! | /r/sveltejs | 2023-05-18
  • 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
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).

sveltekit related posts

Index

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

Project Stars
1 immich 30,404
2 next-auth 22,158
3 SvelteKit 17,685
4 chat-ui 5,980
5 serge 5,535
6 skeleton 4,502
7 Svelvet 2,456
8 kener 1,955
9 Superforms 1,865
10 svelte-preprocess 1,705
11 UpSnap 1,676
12 undb 1,606
13 zenstack 1,620
14 grimoire 1,562
15 headscale-ui 1,463
16 svelte-adders 1,399
17 rill 1,338
18 Beatbump 989
19 auth-helpers 880
20 houdini 859
21 whishper 802
22 trpc-sveltekit 720
23 tailwindcss 719

Sponsored
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.
www.influxdata.com