Articles tagged svelte.

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…

Chris Jayden
Chris Jayden

Rate limiting requests with tRPC in Sveltekit

Recently, I found myself tasked with creating an upvote feature in an app I was working on. The app is using Sveltekit along with tRPC. Each upvote is recorded in a Redis instance. After deploying…

Chris Jayden
Chris Jayden

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…

Rishi Raj Jain
Rishi Raj Jain

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…

Geoff Rich
Geoff Rich

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…

Adem Ilter
Adem Ilter

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…

Geoff Rich
Geoff Rich