My First Next.js App - BuddyTask

A few days ago, I deployed my first Next app to the world wide web.

BuddyTask is now in production and in use by a friend and I. It's basically a partner accountability app.

Two users form a partnership, then each commit to completing a personal list of tasks.

Each partner has visibility into the status of the other's list, so they can check in with each other when necessary.

As a self-taught developer, I have been trying for a LONG time to deploy something like this, and it feels good for it to be working and actually use it with a friend. More on the tech stack and roadmap bel0w.

BuddyTask.app/user

Tech Stack:

  • Next.js 15 (App Router)
  • PocketBase (database and auth)
  • shadcn/ui

Next Steps:

  • Build a marketing home page for it.
  • Build feature where buddies can invite each other to a partnership after they've each created an account.
  • Implement email reminders to be sent to remind buddies to check in with each other.
  • Add Stripe payments so users can subscribe to the app.

Stay tuned for more updates on this fun project!