I replaced my personal tracking spreadsheets with mini-apps I built myself
A developer replaced personal tracking spreadsheets with NoSheetKit, a suite of small focused web apps built with Next.js, Tailwind CSS, and shadcn/ui. Each mini-app handles one task (loans, birthdays, domains, bookmarks, tasks, collections) and stores data in localStorage with no backend or signup required. Optional Google Drive integration enables cold backups. Key architectural decisions include choosing localStorage over IndexedDB for simplicity, cold backup over live sync to avoid conflict resolution, and keeping each app fully independent with no global state manager.