A small, minimalist moment tracker built with Svelte and Astro, just for fun.
It lets you mark meaningful life events — like quitting a habit, starting a relationship, or any personal milestone — and shows you how much time has passed since.
Use it here: https://moments.vegetalope.com/
- Add multiple moments with a label, date, and optional time
- Shows elapsed time in years, months, and days
- Share or import (override or merge) your data via a single encoded string
- Light/dark theme (system or user preference)
- Logical/EU/US date format toggle
No backend, no tracking, no bloat. Just local storage and a shareable string.
npm install
npm run dev
Unlicensed. Use it however you want.