mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
---
|
|
layout: tutorial
|
|
title: Authentication with SvelteKit
|
|
description: Add Authentication to a SvelteKit project using Appwrite.
|
|
step: 1
|
|
difficulty: beginner
|
|
readtime: 20
|
|
framework: SvelteKit
|
|
category: Auth
|
|
---
|
|
|
|
Appwrite takes away your stress of building and maintaining a backend. Appwrite helps you implement authentication, databases, file storage, and respond to real-time events with **secure** APIs out of the box.
|
|
If you're a Svelte developer, examples in this guide shows you how Appwrite can help you add authentication to Svelte apps faster.
|
|
|
|
# Before you start {% #before-you-start %}
|
|
|
|
Even if you've never tried Appwrite, you will get an idea of what it'll feel like to build with Svelte and Appwrite.
|
|
|
|
If you're inspired and wish to follow along, make sure you've followed [Start with Svelte](https://appwrite.io/docs/quick-starts/sveltekit) first.
|
|
You can also choose to clone our [Getting started](https://github.com/appwrite/getting-started-projects/tree/main/svelte) examples and follow along by looking at our example code. |