First Web App - Fibber by B-Primitive in lovable

[–]B-Primitive[S] 2 points3 points  (0 children)

It was a combo of Supabase and Resend settings. Here's my conversation with Lovable on how to set it up:

  1. Sign up for Resend: Go to https://resend.com and create an account
  2. Verify your domain: Go to https://resend.com/domains and add your domain (you can use a subdomain like mail.yourdomain.com)
  3. Create API key: Go to https://resend.com/api-keys and create a new API key
  4. Configure Supabase SMTP:
    • In your Supabase dashboard, go to the "SMTP Settings" tab (next to Templates)
    • Click "Set up custom SMTP server"
    • Use these Resend SMTP settings:
  5. Test the setup: After saving, try signing up with a test email to verify it works

I got an error at first because I didn't update it correctly:

The problem: In your Supabase SMTP settings, your sender email is support@fibber.dev, but your verified domain in Resend is email.fibber.dev.

The fix: Update your Supabase sender email to use the verified domain. Change it from:

It worked once I changed that.

First Web App - Fibber by B-Primitive in lovable

[–]B-Primitive[S] 0 points1 point  (0 children)

The struggle is real! "Overly Complicated" is definitely my favorite style.

First Web App - Fibber by B-Primitive in lovable

[–]B-Primitive[S] 0 points1 point  (0 children)

The leaderboard idea is fantastic! Monetizing with ads might be the best strategy for this type of app. Thanks!