A tree grows with your life.
This repository now includes a minimal Next.js web app for the Life Tree concept.
Current MVP features:
- Seed screen to begin the journey
- One sentence per day becomes one leaf
- Local persistence with
localStorage - A yearly tree concept with automatic forest grouping every 365 leaves
- Calm SVG tree rendering with quiet animation
- No edit or delete actions in the interface
npm install
npm run devOpen http://localhost:3000.
- This first version is frontend-only
- Data is stored locally in the browser
- No authentication or backend API yet