A minimal code snippet app.
Sign in with GitHub, create snippets, and share them publicly or keep them private.
-
SvelteKit: Fullstack framework (routing, server endpoints, SSR).
-
SQLite: Relational database for users and snippets.
-
Turso: Hosted SQLite deployment.
-
JWT: Stateless authentication via http_only cookies.
-
Valibot: Schema-based input validation for all user data.
-
Shiki: Server-side syntax highlighting.
-
Lucide: Icon set for UI elements.
- Manual GitHub OAuth implementation (no auth framework)
- No ORM
