Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/site/generators/sveltekit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: SvelteKit
repo: sveltejs/kit
homepage: https://kit.svelte.dev/
language:
- JavaScript
license:
- MIT
templates:
- Svelte
description: SvelteKit is an application framework powered by Svelte — build bigger apps with a smaller footprint.
---

SvelteKit is a framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing. [Read the guide](https://kit.svelte.dev/docs) or the [introductory blog post](https://svelte.dev/blog/whats-the-deal-with-sveltekit) to learn more.

All the SEO and progressive enhancement of a server-rendered app, with the slick navigation of an SPA.

It's the successor to Sapper. It's like Next.js and Nuxt.js, but faster and smaller because it's powered by [Svelte](https://svelte.dev).