See live demo
The Bill Reminder App is a web application built with Supabase and Next.js that helps users keep track of their bills and receive timely reminders through email when bills are due. This project provides a user-friendly interface for adding, managing, and receiving notifications for bills.
- Frontend: React(Next.js)
- Backend: Supabase (Database, Authentication, Edge functions)
- Email Notifications: Sendgrid API
- Deployment: Vercel
- Sign up or log in to your account using Google or via a magic link.
- Add your bills, specifying the bill name, bill type, and due date
The Supabase Edge function will check the bills daily at midnight and send email reminders for due bills. Find the edge function that sends reminders in this repo.