Back to browse
A calculator for your 10,000th day on Earth and other milestones

A calculator for your 10,000th day on Earth and other milestones

by eirabben·Mar 1, 2026·1 point·2 comments

AI Analysis

MidEye CandyCozy

Fun nostalgia hack, but just a birthday calculator with a dark mode joke.

Strengths
  • Next.js SSR + dynamic OG images for shareable milestone cards
  • Privacy-first: all date math runs client-side
  • Dark mode with existential dread angle is genuinely funny
Weaknesses
  • Single-use utility — calendaring a specific birth date has limited repeat engagement
  • No novel technology; date math + calendar sync is straightforward web work
Category
Target Audience

Anyone who enjoys novelty birthday celebrations and personal milestones

Similar To

TimeandDate.com · Wolfram Alpha (date calculations)

Post Description

A few weeks ago I realized I was turning 33.33 years old sometime this year — exactly a third of a century. It got me thinking about what other mathematical or interesting milestones we pass without realizing.

So, I built a small tool to calculate them. You input your birth date, and it generates a timeline of your past and future milestones (like 1 billion seconds, 400 months, or 10,000 days) that you can easily sync to your calendar. I also added a satirical “dark mode” that swaps out the fun milestones for existential dread.

I originally built it as a simple Vite/React app, but I had some issues with getting custom share links with generated Open Graph images to work when you send them to a friend. So, I ended up rewriting the base of the app in Next.js just to get SSR and dynamic Open Graph tags working for the custom share cards.

All the actual date math runs client-side for privacy, and I’m self-hosting it on a VPS using Dokploy. I also added some privacy respecting analytics with Umami to monitor traffic.

I had a lot of fun building this project, especially brainstorming ideas for milestones with my friends (and AI). I would love to get some more ideas for more milestones or new “modes” I can add.

Similar Projects

OtherPass

Special Days

Single-page date calculator a spreadsheet replicates in seconds.

jawns
301mo ago