Skip to content

sproott/create-sweet-app

Repository files navigation

create-sweet-app

Interactive CLI to quickly set up an opinionated, full-stack, typesafe SvelteKit project. Inspired by the T3 Stack and create-t3-app

Create the SWeeT app by running npx create-sweet-app

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.

About

Scaffold a full-stack SvelteKit application with tRPC and WindiCSS out of the box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published