- Organize app common stuff: settings manager (localStorage/cookie/session/db), toast interface, layout API - show/hide footer, global drawer(?)
- Push Notifications?
- Explore turborepo https://www.npmjs.com/package/turbo and
concurrently
for faster builds - Github actions for CI/CD
- Explore Histoire https://histoire.dev/guide/svelte3/getting-started.html instead of Storybook
- SVG icons, see src/lib/components/image/* and https://www.npmjs.com/package/@poppanator/sveltekit-svg, https://joshuatz.com/posts/2021/using-svg-files-in-svelte/
SvelteKit-Auth https://www.npmjs.com/package/sk-auth is dead as of 2022-06, all latest SvelteKit breaking changes killed it.
See progress in https://github.com/nextauthjs/next-auth/tree/main/apps/playground-sveltekit (yes, @next-auth/sveltekit).