From 15390bafb9063decf33fa86c5b95122cf96c320f Mon Sep 17 00:00:00 2001 From: Markus Kramer Date: Wed, 24 Sep 2025 18:03:48 +0200 Subject: [PATCH] added notebook-app and new cool-stuff section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f23ee3c..ad414f9 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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