pathfinder__5712n7-bore
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data โ all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v278View latest version
(Pathfinder - Life & Goal Status At a Glance) A personal dashboard for tracking tasks, habits, and media consumption with offline support and syncing capabilities.
- Weekly grid view showing completion status
- Support for multiple completions per week
- Visual indicators with color coding
- Notes for each completion
- Organize by status: inbox, upcoming, in progress, on hold, completed
- Group by social context: solo, with wife, with friends, etc.
- Support for books, movies, TV shows, podcasts, games, articles, courses
- Progress tracking and ratings
- PWA with offline functionality
- CRDT-based conflict resolution
- Audit logging for data integrity
- Background sync when online
- Responsive design for iPhone use
- Touch-friendly interface
- PWA installable on home screen
- Smooth animations and interactions
โโโ backend/
โ โโโ database/
โ โ โโโ migrations.ts # Database schema
โ โ โโโ queries.ts # Database operations
โ โโโ index.ts # Hono API server
โโโ frontend/
โ โโโ components/ # React components
โ โ โโโ App.tsx # Main app component
โ โ โโโ TaskGrid.tsx # Task tracking grid
โ โ โโโ MediaGrid.tsx # Media tracking grid
โ โ โโโ *.tsx # Modal components
โ โโโ index.html # PWA manifest
โ โโโ index.tsx # React entry point
โ โโโ manifest.json # PWA manifest
โ โโโ sw.js # Service worker
โโโ shared/
โ โโโ types.ts # Shared TypeScript types
โโโ main.tsx # Val Town entry point
GET /api/tasks
- Get all tasksPOST /api/tasks
- Create new taskGET /api/completions
- Get task completionsPOST /api/completions
- Mark task as completeGET /api/media
- Get all media itemsPOST /api/media
- Create new media itemPUT /api/media/:id
- Update media itemPOST /api/sync
- CRDT sync endpointPOST /api/devices/register
- Register device
- Backend: Hono + SQLite (Val Town)
- Frontend: React 18 + TypeScript
- Styling: Tailwind CSS
- PWA: Service Worker + Manifest
- Sync: CRDT with vector clocks
- Storage: SQLite with audit logging
- Add Tasks/Habits: Click "+ Task" to add new recurring tasks
- Track Completion: Tap circles in current week to mark complete
- Add Media: Click "+ Media" to track books, shows, etc.
- Organize Media: Drag items between status columns
- Offline Use: App works offline and syncs when back online
- Support for weekly frequency (1x, 2x, 3x per week)
- Color coding and categorization
- Completion tracking with notes
- Type: book, movie, TV show, podcast, game, article, course
- Status: inbox โ upcoming โ in progress โ on hold โ completed/abandoned
- Social groups: solo, with wife, with friends, with family
- Metadata: author, director, genre, progress, ratings
- CRDT operations for conflict-free replication
- Vector clocks for ordering
- Audit logs for debugging
- Device registration and management
The app is designed to be information-dense yet beautiful, perfect for quick daily check-ins on your life status.