After rewriting my website #withastro over the weekend I thought it might be fun to put together a @TauriApps + @astro

I think I have found a new favourite App stack: @astro + #svelte 🤯 🔥

Why is this especially cool?
1. Don't really like JavaScript, the less my apps has the better
2. Astro produces the smallest frontends of any tech stack I tried so far
3. Astro for static content + Svelte for interactivity supports all the security features of Tauri, especially freezePrototype
4. Astro supports all major frontend frameworks so I feel good recommending it to users that have existing codebases, one could incrementally convert a large React app to Astro+Svelte
@TauriApps @astro You can now check out the template (yes also the optimized version from the screenshot) https://github.com/JonasKruckenberg/tauri-astro-template
GitHub - JonasKruckenberg/tauri-astro-template: Tauri, Astro, and Svelte template

Tauri, Astro, and Svelte template. Contribute to JonasKruckenberg/tauri-astro-template development by creating an account on GitHub.

GitHub
@unsafe busy rebuilding my #jekyll site #withastro and #svelte. Defo on my list of top stacks this year.
@unsafe @TauriApps @astro cool, I just learned to love svelte+ tauri for my audio apps. Really have to look into astro :)
@neodsp @TauriApps @astro Interesting! What audio apps?
@unsafe @TauriApps @astro currently building an automatic room correction with real-time audio filtering. Now that I have all real-time components I can think of more like even a DAW in svelte and rust. Such a pleasure after working with C++ and Qt or Juce :)
@neodsp @TauriApps @astro Uh that sounds cool indeed 👍 looking forward to hearing more from it in the future!