@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co## Project OverviewTimelite is a progressive web app for casual time tracking. All data is stored locally in the browser using localForage (IndexedDB) — there is no backend or database. It works offline.Timelite is a browser-based app for casual time tracking. All data is stored locally in the browser using localForage (IndexedDB) — there is no backend or database. Once loaded, the app works offline. It is not installable as a PWA: the service worker and `next-pwa` integration were removed; the `manifest.json` is retained for icon/theme metadata only, and any previously registered service worker is unregistered on load.## Commands
@@ -38,7 +38,8 @@ the DB Tech video on it here: https://www.youtube.com/watch?v=woG6qOmxlOA and import/export (CSV, JSON, Markdown)- **Summary** with charts for hours-per-tag and hours-per-day- **Keyboard shortcuts** — press `?` anywhere to see the full map- **Offline-first PWA** — installable, all data stays in IndexedDB- **Local-only, offline-capable** — all data stays in IndexedDB and never leaves the browser## Clone