Trakko Trakko is a personal expense tracker with Google Sheets export capability. Setup Install dependencies: npm install Create .env.local: SHEET_ID=your_google_sheet_id GOOGLE_SERVICE_ACCOUNT='your_service_account_json_stringified' Run the app: npm run dev