← All projects
2024Web AppsCompleted

Smart Reminder

A reminder app, and the first thing I put on the internet properly.

Smart Reminder

The problem

I wanted a reminder tool that matched the way I keep track of things. More than that, I wanted to find out what it takes to keep something running on the internet rather than on localhost.

What I built

The app is simple by design: create a task, set a time, get reminded. The interesting half was the deployment, split across Vercel, Render, and Neon, which is where environment configuration, cold starts, and uptime stopped being words I had only read about.

  • Deployed across Vercel, Render, and Neon PostgreSQL
  • Create, edit, and complete flows with due-time scheduling
  • The first project I took from localhost to a URL I could send to someone