Hours
A real-time mirror of how a person is becoming who they want to be.
1. Vision
Build a system that transforms time → identity → outcomes
Hours is not a time tracker. It is a real-time mirror of how a person is becoming who they want to be.
2. Problem Statement
Core Problems
- People don’t know where their time actually goes
- Existing tools track time but don’t interpret it
- No connection between:
- Time spent
- Goals
- Identity growth
Gap in Market
- Tools like Toggl → tracking
- Tools like Notion → planning
- Tools like Habit apps → consistency
❌ None answer:
“Am I becoming who I want to become?”
3. Target Users
Primary
- Students (like you)
- Developers
- Aspiring founders
- High-agency learners
Secondary
- Creators
- Freelancers
- Self-improvement users
4. Core Concept
Input Layer
- “What are you doing?”
Processing Layer
- Categorization
- Time aggregation
- Pattern detection
Output Layer
- Insights
- Identity evolution
- Goal progress
5. Key Features
5.1 Time Tracking (Core Engine)
Functionalities
- Start / Stop timer
- Manual entry
- Background tracking (future)
Data Model
Session {
id
activity_name
category
start_time
end_time
duration
tags[]
}
5.2 Activity System
Categories (default)
- Coding
- Learning
- Fitness
- Content
- Social
- Entertainment
Features
- Custom categories
- Color-coded
- Tag system
5.3 Dashboard
Daily View
- Total hours tracked
- Breakdown by category
- Timeline visualization
Weekly View
- Trends
- Category comparison
- Productivity score
5.4 Insights Engine (Key Differentiator)
Outputs
- “You spent 12.4 hrs coding this week”
- “Your focus hours peak at 10 PM”
- “You are spending 28% time on low-value tasks”
Future AI Layer
- Pattern recognition
- Behavior prediction
- Suggestions
5.5 Goal System
Structure
Goal {
id
title
target_hours
deadline
linked_categories[]
}
Example
- Goal: Learn DSA
- Target: 200 hours
- Progress: 54 / 200
5.6 Identity Engine (Unique Feature)
Concept
User identity is derived from time allocation
Example Output
- “You are acting like a Developer (62%)”
- “Founder time: 18% → needs improvement”
Formula (initial simple version)
Identity Score = category_time / total_time
5.7 Smart Nudges
- “Start deep work?”
- “You’ve been inactive for 1 hour”
- “You’re close to your daily goal”
5.8 Session Modes
Deep Work Mode
- Timer + distraction block (future)
- Tracks uninterrupted sessions
Quick Log Mode
- 1-click activity logging
6. MVP Scope (Build in 48–72 hrs)
Must Have
- Timer (start/stop)
- Activity tagging
- Daily dashboard
- Weekly stats
- Local storage persistence
Nice to Have
- Basic insights
- Goal tracking (simple)
7. UX / UI Design
Design Philosophy
- Minimal
- Fast input
- Data-heavy output
Screens
1. Home (Dashboard)
- Current session
- Start button
- Today summary
2. Activity Screen
- Add / edit categories
3. Analytics
- Graphs
- Weekly breakdown
4. Goals
- Progress bars
8. Tech Stack
Frontend
- Next.js 15 (App Router)
- Tailwind CSS
- Zustand / Jotai (state)
Storage (MVP)
- LocalStorage / IndexedDB
Backend (Phase 2)
- Supabase / PostgreSQL
Future
- AI Layer (OpenAI / local models)
9. Data Architecture
Core Entities
- Sessions
- Activities
- Goals
- Insights
Relationships
Activity → Sessions (1:N)
Goal → Activities (N:N)
Sessions → Insights (derived)
10. Differentiation Strategy
| Feature | Hours | Others | | ---------------- | ---------- | ---------- | | Time Tracking | ✅ | ✅ | | Insights | ✅ | ⚠️ Basic | | Identity Mapping | ✅ Unique | ❌ | | Goal-linked time | ✅ | ❌ | | AI Suggestions | 🚀 Planned | ⚠️ Limited |
11. Monetization (Later)
Free
- Basic tracking
- Dashboard
Pro
- Advanced insights
- AI suggestions
- Goal analytics
Premium Vision
- Life OS subscription
- Integrations
12. Growth Strategy
Initial Users
- Students (your network)
- Developers (Twitter/GitHub)
Hooks
- “See your life in hours”
- “You are what you track”
Viral Loop
- Share weekly report
- Identity snapshot
13. Expansion Roadmap
Phase 2
- Cloud sync
- Mobile PWA
- Chrome extension
Phase 3
- Auto tracking (apps/websites)
- AI coach
- Smart scheduling
Phase 4
- Full Life OS integration (MindOS vision)
14. Risks
1. Low retention
Solution:
- Add insights + identity layer early
2. Too much friction
Solution:
- 1-click tracking
3. “Just another tracker”
Solution:
- Position as identity system
15. Success Metrics
Core Metrics
- Daily Active Users
- Avg sessions/day
- Time tracked per user
Product Metrics
- % users setting goals
- % users returning next day
- Insight engagement rate
16. Positioning Statement
Hours is a system that shows not just how you spend time, but who you are becoming because of it.
17. Next Step (Execution Plan)
- [ ] Day 1: Timer + session model & Basic UI
- [ ] Day 2: Dashboard + stats & Activity system
- [ ] Day 3: Goals + simple insights & Polish