I start a lot of projects, and Remix is in my mind a perfect platform for new React projects thanks to its great SSR, routing, and loader / action design. I made this template to speed up the initial development step by setting up the aspects of a new project that should always stay the same:
Might setup a SQLite database to start things off for really quick prototyping. I am not sure how this might impact various hosting options that I might use (Vercel, fly.io, Railway, etc.)
I am going to try BetterSqlite3 to start things off with drizzle, and see how this works when hooking it up to the simple authentication that we setup earlier.