Files
website/src/routes/docs/tutorials/sveltekit-csr-auth/step-1/+page.markdoc
Vincent (Wen Yu) Ge 8e54df53fd Apply suggestions from code review
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2024-03-11 14:20:53 +01:00

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.