Articles tagged sveltekit.
Type-safe User Authentication in SvelteKit with Lucia, Planetscale, and Upstash Redis
After our last guide on the Upstash blog scored a spot on the Bytes newsletter, I thought we'd keep the SvelteKit party going. As a Svelte super fan, I'm seeing more and more people jumping on board…
Building an open-source JIRA using Firebase, Upstash and SvelteKit
In this post, I talk about how I built a open-source alternative to Jira Kanban Board using Upstash, SvelteKit, and Firebase Storage. SvelteKit (UI and API Routes) Upstash (CRUD Operations) Tailwind…
Refresh stale data in a SvelteKit app with QStash
QStash is a message delivery solution from Upstash designed for serverless and the edge. Let’s see how we can use it in a SvelteKit app! In a previous post, I showed how to build a movie search site…
Rate limit your SvelteKit app with Upstash Redis
Rate limiting is an important security measure for publicly exposed endpoints, especially if they perform intensive operations or call an external API that bills based on usage. In this post, I’ll…
Building a Guest Book on the Edge with SvelteKit, Upstash Redis® and Vercel
This post was updated in December 2022 and is now compatible with SvelteKit 1.0. Vercel recently launched Edge Functions, which let you run JavaScript code on their globally-distributed edge network.…
SvelteKit TODO App with Redis
In this post, we will write a simple TODO app using SvelteKit and Serverless Redis (Upstash). SvelteKit is a framework for building web applications of all sizes, with a beautiful development…
Building SvelteKit Applications with Serverless Redis
This post was updated in December 2022 and is now compatible with SvelteKit 1.0. SvelteKit is a framework for building web applications on top of Svelte, the UI framework that builds your app at…