create-sweet-app
v1.0.11
Published
Scaffold a full-stack SvelteKit application with tRPC and WindiCSS out of the box
Downloads
6
Maintainers
Readme
What is the SWeeT Stack?
The SWeeT Stack is a tech stack consisting of SvelteKit, WindiCSS and tRPC. You can think of it as a T3 alternative built on SvelteKit.
Getting Started
To create your SWeeT app, run the following command depending on your package manager and answer the prompts:
npm
npx create-sweet-app@latest
yarn
yarn create sweet-app
pnpm
pnpm create sweet-app
Why not Tailwind?
Since Tailwind introduced JIT mode, it would seem as though WindiCSS is not much more useful in comparison to Tailwind. While JIT mode makes hot reloading fast in Tailwind, Windi is better suited for use with Vite because of its custom-tailored Vite adapter. Also, Windi is backed by the Open-Source community and has a few interesting features that Tailwind lacks.
For a more in-depth comparison between Windi and Tailwind, see this GitHub discussion.