Skip to content

jakob-kruse/idnats

Repository files navigation

IDNATS Template for SvelteKit

I Don't Need All This ... Stuff

A minimal template for fed up people who just want to build something.

How to use this

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)

Features

"But i need more shi- .. stuff"

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.

"This looks ugly as heck"

Yes, and it does not even care. You should add your own styles like Skeleton or daisyUI.

"I don't want tailwind"

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.

"But it is still a lot of stuff for something minimal??"

Yes but it saves you from writing basic stuff from scratch.

About

A very minimal SvelteKit template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published