{"id":51290559,"url":"https://github.com/jeeyo/gecko","last_synced_at":"2026-06-30T09:38:55.698Z","repository":{"id":353974267,"uuid":"1221320688","full_name":"jeeyo/gecko","owner":"jeeyo","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-26T14:55:44.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T15:23:56.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeeyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-26T03:29:13.000Z","updated_at":"2026-04-26T14:55:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jeeyo/gecko","commit_stats":null,"previous_names":["jeeyo/gecko"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jeeyo/gecko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeeyo%2Fgecko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeeyo%2Fgecko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeeyo%2Fgecko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeeyo%2Fgecko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeeyo","download_url":"https://codeload.github.com/jeeyo/gecko/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeeyo%2Fgecko/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34961549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-30T09:38:55.073Z","updated_at":"2026-06-30T09:38:55.693Z","avatar_url":"https://github.com/jeeyo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gecko — touch-first home dashboard\n\nA single-user SPA dashboard combining Google Calendar events, a markdown notes panel, and per-day expenses overlaid on the same calendar. Read-only home; all edits live on dedicated pages.\n\n- **Frontend**: Vite + React + TypeScript + Tailwind + shadcn/ui + FullCalendar + CodeMirror.\n- **Backend**: Bun + ElysiaJS, Drizzle ORM, Postgres.\n- **Google**: Calendar v3 (read-only) via `googleapis`.\n\n## Prerequisites\n\n- [Bun](https://bun.sh) ≥ 1.1\n- Postgres running locally\n- A Google OAuth 2.0 Client (type: Web app) with redirect URI `http://localhost:3001/api/auth/google/callback`\n\n## Setup\n\n```bash\ncp .env.example .env\n# Fill in DATABASE_URL, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET\n\ncreatedb gecko\nbun install\nbun run db:push     # creates tables via drizzle-kit\nbun run db:seed     # seeds expense categories (incl. Pets)\n```\n\n## Run\n\n```bash\nbun run dev\n```\n\n- API: http://localhost:3001\n- Web: http://localhost:5173 (proxies `/api` → :3001)\n\nOpen the web app, go to **Settings → Connect Google**, complete consent, and your calendar shows up on the dashboard.\n\n## Routes\n\n| Route | Read/Edit | Purpose |\n|---|---|---|\n| `/` | Read | Calendar + recent notes + month expense summary |\n| `/expenses` | Read+Edit | Day-grouped expense list |\n| `/expenses/new` | Edit | Create expense |\n| `/expenses/:id` | Edit | Update/delete expense |\n| `/notes` | Read | Notes list |\n| `/notes/:id` | Edit | CodeMirror + preview |\n| `/events/:id` | Read | Google event details |\n| `/settings` | Edit | Google connection |\n\n## Project layout\n\n```\napps/api    Bun + Elysia + Drizzle (Postgres)\napps/web    Vite + React + shadcn UI\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeeyo%2Fgecko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeeyo%2Fgecko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeeyo%2Fgecko/lists"}