Skip to content
Open
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Contributions welcome. Add links through pull requests or create an issue to sta
- [Charts](#charts)
- [Miscellaneous](#miscellaneous)
- [Scaffold](#scaffold)
- [Cool Stuff That Uses Svelte](#cool-stuff-that-uses-svelte)
- [Utilities](#utilities)
- [Animations](#animations)
- [Drag \& Drop](#drag--drop)
Expand Down Expand Up @@ -261,6 +262,10 @@ _Templates / boilerplate / starter kits / stack ensemble / Yeoman generator._
- [template-svelte](https://github.com/phaserjs/template-svelte) - An official quickstart template with Phaser.
- [generic-app-template](https://github.com/GantonL/templates/tree/main/sveltekit-shadcn-v5) - A open-source modern full-stack web application template built with SvelteKit + shadcn-svelte. Supports i18n, theming, cookie managment, SEO management, static content with mdsvex, a shell component and more.

## Cool Stuff That Uses Svelte

- [notebook-app](https://github.com/datalisk/pulumi-aws-toolbox/tree/main/examples/notebook-app) - A open-source and serverless pastebin alternative built with Svelte, created with just ~100 lines of infrastructure code. It demonstrates how to easily run SvelteKit apps on AWS.

## Utilities

### Animations
Expand Down