Still Here is a memento mori app for reflecting on time with intention.
Enter your birthdate, see roughly how many days you've lived and how many may remain, and use that perspective to write about what matters today.
Live app: still-here-delta.vercel.app
Most productivity tools focus on doing more.
Still Here is built around a different question:
What should matter today if time is limited?
The app uses a simple mortality-based framing to make time feel concrete. Not as a gloomy gimmick, but as a reminder to live more deliberately.
- Calculate approximate days lived
- Estimate remaining days based on lifespan assumptions
- Daily reflection / journaling prompt
- Minimal, distraction-free interface
- Fast web app built for simple personal use
- Next.js
- TypeScript
- Tailwind CSS
- shadcn/ui
Clone the repository and run the app locally:
git clone https://github.com/weijianzhg/still-here.git
cd still-here/app
npm install
npm run dev