lifeChorono
Personal life-tracking or timeline app in early development — TypeScript monorepo with shared types across apps and packages.
Next.jsTypeScript
Role
Full-Stack Developer
Team
Solo
Duration
In progress
Category
Personal Tool / WIP
Links
Impact
Status
Early development
Architecture
Monorepo
Problem
Building a monorepo-structured personal productivity or timeline tracking tool with shared types across frontend and future packages.
Solution
Set up a Turborepo-style monorepo with a shared packages/types layer and an apps directory for the frontend — early scaffolding for a timeline or habit tracking tool.
Objectives
- Learn monorepo architecture with shared package types
- Build a personal life-tracking tool with a scalable structure
Key Features
- Monorepo structure with shared types package
- Apps directory for modular frontend development
- TypeScript-first throughout
Architecture
- Monorepo with apps/ and packages/types split
- TypeScript shared types consumed across packages