Software Alternatives & Reviews

SvelteKit

SvelteKit is the official Svelte application framework

SvelteKit Reviews and details

Screenshots and images

  • SvelteKit Landing page
    Landing page //
    2023-09-28

Badges & Trophies

Promote SvelteKit. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

SvelteKit Breaking Changes 2022 - My Reactions and What You Need to Know!

SvelteKit Crash Course Tutorial #1 - What is SvelteKit?

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about SvelteKit and what they use it for.
  • ChatCrafters - Chat with AI powered personas
    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…. - Source: dev.to / 22 days ago
  • Fun, Beautiful, Printable 'Story Cards' for Kids with Cloudflare AI
    This AI-powered Story Card Maker is built as a SvelteKit application with Typescript. Using Flowbite Svelte component library, the whole application was laid out. The layout for the Story Card (emulating the size of a postcard - 4" x 3") is created as an HTML Canvas using Fabric.js. - Source: dev.to / 22 days ago
  • AI for Web Devs: Deploying Your AI App to Production
    UPDATE: If you liked this project and are curious to see what it might look like as a SvelteKit app, check out this blog post by Tim Smith where he converts this existing app over. - Source: dev.to / 3 months ago
  • Ask HN: Looking for lightweight personal blogging platform
    I've played around with several platforms in the last year or so. I've landed on the following setup that works very well for me and ticks all your boxes: A SvelteKit[0] app hosted on Cloudflare pages. The repo is hosted on GitHub and hooked up to the Cloudflare Pages app [1]. On PRs, I get preview environments. On merge, the changes get deployed to my "production" website. I write blog posts and other content in... - Source: Hacker News / 3 months ago
  • Mini site for recommending songs using Svelte & Deno
    Behind the scenes is a simple Sveltekit-powered server function to fetch a Spotify client token then find a user's recommendation playlist and its track information. A Deno edge function to performs this data fetch and renders server-side Svelte. - Source: dev.to / 3 months ago
  • Removing React is just weakness leaving your codebase
    It’s 2024, and you are about to start a new project. Do you reach for React, a framework you know and love or do you look at one of the other hot new frameworks like Astro, Enhance, 11ty, SvelteKit or gasp, plain vanilla Web Components? - Source: dev.to / 3 months ago
  • CryptoFlow: Building a secure and scalable system with Axum and SvelteKit - Part 5
    From part 0 to part 4, we built out CryptoFlow's backend service. Though we can quickly use Postman, VS Code's ThunderClient or automated tests to see the endpoints working easily, this isn't all we want. We want to actively interact with the backend service via some intuitive user interface. Also, a layman wouldn't be able to "consume" the service we've built in the last parts. This article introduces building... - Source: dev.to / 3 months ago
  • How I Contributed to Open-Source While Learning Svelte
    The tutorial is composed of four parts, covering both Svelte and SvelteKit, which is a UI framework for Svelte. - Source: dev.to / 3 months ago
  • CryptoFlow: Building a secure and scalable system with Axum and SvelteKit - Part 1
    CryptoFlow is a full-stack web application built with Axum and SvelteKit. It's a Q&A system tailored towards the world of cryptocurrency! - Source: dev.to / 4 months ago
  • Cryptoflow: Building a secure and scalable system with Axum and SvelteKit - Part 0
    Being a pragmatist, it's always intriguing to learn by building cool systems with the best tools currently available. The last time I did this, three series came out and it was fulfilling. Having had some break, I decided to build something with axum, "a rust web application framework that focuses on ergonomics and modularity". As usual, SvelteKit comes to our rescue at the front end. What are we building? That's... - Source: dev.to / 4 months ago
  • Show HN: I built a domain name marketplace for folks (like me) who hoard domains
    I've always sat on the design, marketing and front-end side of the fence, so this was my first attempt at making a 'full' web app. Here's the stack I used: - SvelteKit (https://kit.svelte.dev/). - Source: Hacker News / 5 months ago
  • Dark Mode with SvelteKit, a Blog Post
    Hello internet. I just published a new blog post on how to implement dark mode with SvelteKit, optionally with PostCSS and TailwindCSS:. Source: 6 months ago
  • Stop flickering theme after page refresh in Sveltekit and Daisy UI
    Hi, Sveltian today I would like to share you how to stop theme flickering after we refreshing a page while we using Daisy UI with Sveltekit. - Source: dev.to / 6 months ago
  • How To Get Type-Safety Frontend Queries Like GraphQL Without GraphQL Using Typescript
    ZenStack generates queries that target either SWR or TanStack, making it compatible with a wide range of full-stack frameworks such as Next.js, Remix, SvelteKit, Nuxt, and more. - Source: dev.to / 6 months ago
  • How To Choose the Best Static Site Generator and Deploy it to Kinsta for Free
    SvelteKit is a top pick for Svelte developers. - Source: dev.to / 7 months ago
  • Crafting A Minimalist Portfolio Website with SvelteKit and Pico CSS
    Creating a portfolio website can be a practical way to showcase resumes, projects, and blogs. As someone who leans more towards backend development, I found myself in the situation of wanting to establish an online presence without drowning myself into the complexities of React or dealing with the manual development with plain HTML, CSS, and JavaScript. It was in the search for a simpler alternatives that I found... - Source: dev.to / 7 months ago
  • Svelte + Firebase SSR
    // See https://kit.svelte.dev/docs/types#app // for information about these interfaces Declare global { namespace App { // interface Error {} interface Locals { id: string; email: string; } // interface PageData {} // interface Platform {} } } Export {};. - Source: dev.to / 7 months ago
  • Useful Websites for Beginner Web Developers
    SvelteKit: The modern, blazing-fast web application framework that simplifies development with its intuitive approach and seamless transitions. - Source: dev.to / 8 months ago
  • Ask HN: What web frameworks do you use?
    Aha another Play user. I took over a rather large Play project at work and it feels like the worst parts of Rails, then there's a poorly-implemented, old ReactJS + bootstrap frontend on it. Would highly recommend taking a look at Sveltekit [0] with TypeScript and drizzle-orm if you want a full-stack experience. [0] - https://kit.svelte.dev/. - Source: Hacker News / 8 months ago
  • My time with Rails is up (2016)
    Try Sveltekit[0] it's a lot more like the VC part of Rails' MVC style. I've been using it with drizzle-orm[1] and it's been ok. I still miss all the other stuff you get from Rails out of the box, but it's more complete than just Next.js without all the React acrobatics. [0] - https://kit.svelte.dev/ [1] - https://orm.drizzle.team/docs/overview. - Source: Hacker News / 8 months ago
  • An Overview of 25+ UI Component Libraries in 2023
    Svelte Headless UI : A complete port of React Headless UI, which is compatible with SvelteKit (Svelte meta framework). See above for more details. - Source: dev.to / 8 months ago

External sources with reviews and comparisons of SvelteKit

10 static site generators to watch in 2021
SvelteKit can create sites to be served by serverless functions, or can pre-generate the entire site. And its hybrid approach and focus on serverless backends makes it an interesting project to watch as we see the boundaries of Jamstack sites developing.

Do you know an article comparing SvelteKit to other products?
Suggest a link to a post with product alternatives.

Suggest an article

SvelteKit discussion

Log in or Post with

This is an informative page about SvelteKit. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.