We use https://resend.com for email sending (including the magic-link signup/login system). They have a generous free tier of 100 emails a day that should be sufficient. Signup for Resend.com and enter the required environment vars below.
+ + ``` + RESEND_API_KEY=Both of these secrets should be random strings, which you can easily generate (and copy into your pasteboard) with the following command:
+ + ```sh + openssl rand -hex 16 | pbcopy + ``` + +Then set them here:
+ + ``` + SESSION_SECRET=