I Don't Need All This ... Stuff
A minimal template for fed up people who just want to build something.
Just clone this repo, it's yours forever.
git clone https://github.com/jakob-kruse/idnats my-project
npm i # or yarn or pnpm - IDFC (I'm Definitely Feeling Complacent)
- Tailwind
- Type-safe forms with SvelteKit Superforms + Zod
- Pre-built TextField component. Just see for yourself, it's nice
- ...
- Flash Messages with sveltekit-flash-message
- Headless accessible & customizable components with melt-ui and their preprocessor
- Icons via unplugin-icons
Just add it. This template is very minimal by design.
For example you could add Supabase with their Auth Helpers to have an application with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, and Vector embeddings.
Yes, and it does not even care. You should add your own styles like Skeleton or daisyUI.
Remove configs and dependencies:
rm tailwind.config.js postcss.config.js && npm remove postcss autoprefixer prettier-plugin-tailwindcss tailwind-merge
Remove prettier-plugin-tailwindcss
from .prettierrc.
Remove @tailwind
directives from src/app.css.
Remove cn
from src/lib/utils.ts. You can use clsx directly or use something else.
Style your components.
Yes but it saves you from writing basic stuff from scratch.