A dream stack suggestions
- Svelte 5 - For UI
- SvelteKit (v3 hopefully in the future) - A web framework
- TailwindCSS (v4 hopefully with grouped state like this hover:(bg-sky-700 p-0 m-0)) - For styling
- Prettier & ESLint - for keeping it clean
- Vitest - unit testing
- Playwright - e2e testing
- Drizzle - if you need DB
- Lucia - for auth handling
- Paraglide - i18n
- SuperForms - form validations
- Tanstack Query Svelte - data fetching and caching
That's my dream stack for developing websites, what is your opinion on this? would you change some of it or maybe add something else?