This is a simple Svelte project that can be used as a template for other projects.
Also has a simple self-made auth. Uses (drizzle-orm)[https://github.com/drizzle-team/drizzle-orm] for the database.
pnpm install
pnpm db:migrate
pnpm dev
localhost:5173
in your browserI recommend using Fly.io to deploy this project. It's a great service and it's free/cheap for small projects.