{"id":51277410,"url":"https://github.com/enzodevs/timeboxd","last_synced_at":"2026-06-29T22:01:46.281Z","repository":{"id":366475768,"uuid":"1275607310","full_name":"enzodevs/timeboxd","owner":"enzodevs","description":"Open-source time-boxing: plan to-dos, drag them onto a day timeline, braindump notes. Local-first SQLite, optional Google Calendar \u0026 Tasks sync. TanStack Start + shadcn.","archived":false,"fork":false,"pushed_at":"2026-06-22T02:22:02.000Z","size":1449,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-22T03:16:03.897Z","etag":null,"topics":["drizzle","google-calendar","open-source","productivity","react","self-hosted","shadcn-ui","tanstack-start","time-blocking","timeboxing"],"latest_commit_sha":null,"homepage":"https://timeboxd-seven.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enzodevs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-20T23:17:05.000Z","updated_at":"2026-06-22T02:22:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/enzodevs/timeboxd","commit_stats":null,"previous_names":["enzodevs/timeboxd"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/enzodevs/timeboxd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzodevs%2Ftimeboxd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzodevs%2Ftimeboxd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzodevs%2Ftimeboxd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzodevs%2Ftimeboxd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enzodevs","download_url":"https://codeload.github.com/enzodevs/timeboxd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzodevs%2Ftimeboxd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34944147,"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-29T02:00:05.398Z","response_time":58,"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":["drizzle","google-calendar","open-source","productivity","react","self-hosted","shadcn-ui","tanstack-start","time-blocking","timeboxing"],"created_at":"2026-06-29T22:01:44.368Z","updated_at":"2026-06-29T22:01:46.273Z","avatar_url":"https://github.com/enzodevs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# timeboxd\n\nOpen-source **time-boxing** for your day. Plan your to-dos, drag them onto a\ntimeline as time-boxes, and braindump notes — all in one keyboard-friendly,\nthree-pane workspace. Optionally syncs with **Google Calendar** and\n**Google Tasks**.\n\nSelf-hosted and local-first: your data lives in a single SQLite file on your\nown machine. No account required.\n\n\u003e Built with TanStack Start, React 19, Tailwind v4, shadcn/ui, Drizzle + libSQL,\n\u003e dnd-kit and TipTap.\n\n## Features\n\n- **Three-pane workspace** — resizable To-do list, day calendar, and Notes.\n- **Quick-add parser** — type `Study #school -d @7pm-8pm` to set a tag, mark\n  deep work, and schedule a time in one line. Press \u003ckbd\u003eN\u003c/kbd\u003e to focus the\n  input from anywhere.\n- **Drag \u0026 drop** — reorder to-dos, drag them to the **To-do Later** backlog, or\n  drop them onto the timeline to create a time-box.\n- **Time-boxes** — drag to move, drag the edges to resize (15-min snapping),\n  overlapping boxes lay out side-by-side, with a live \"now\" indicator.\n- **Notes** — a per-day rich-text braindump (bold, headings, lists, quotes,\n  code, …) that autosaves.\n- **Deep work, tags, completion** — quick-action menus on every to-do and\n  time-box.\n- **Google integration (optional)** — read Calendar events onto your timeline,\n  push time-boxes to Google Calendar, and import Google Tasks as to-dos.\n- **Light \u0026 dark themes.**\n\n## Quick start\n\nRequires Node 20+ and [pnpm](https://pnpm.io).\n\n```bash\ngit clone https://github.com/enzodevs/timeboxd.git\ncd timeboxd\npnpm install\ncp .env.example .env        # optional: only needed for Google sync\npnpm dev\n```\n\nOpen http://localhost:3000. The SQLite database is created and migrated\nautomatically on first run (at `./data/timeboxd.db`).\n\n### Production\n\n```bash\npnpm build\nnode .output/server/index.mjs\n```\n\n## Google Calendar \u0026 Tasks (optional)\n\nThe app works fully without Google. To enable two-way sync you provide your own\nOAuth credentials:\n\n1. In the [Google Cloud Console](https://console.cloud.google.com/), create a\n   project and enable the **Google Calendar API** and **Google Tasks API**.\n2. Under **APIs \u0026 Services → Credentials**, create an **OAuth client ID** of type\n   **Web application**.\n3. Add the authorized redirect URI:\n   `http://localhost:3000/api/auth/google/callback`\n   (match your `APP_URL`).\n4. While your OAuth consent screen is in **Testing**, add your Google account as\n   a **Test user**.\n5. Put the credentials in `.env`:\n\n   ```bash\n   GOOGLE_CLIENT_ID=...\n   GOOGLE_CLIENT_SECRET=...\n   APP_URL=http://localhost:3000\n   ```\n\n6. Restart, then open **Settings** (the person icon in the day bar) →\n   **Connect Google**.\n\nTokens are stored in your local database and refreshed automatically.\n\n## Tech stack\n\n| Area         | Choice                                                                                                 |\n| ------------ | ------------------------------------------------------------------------------------------------------ |\n| Framework    | [TanStack Start](https://tanstack.com/start) + React 19                                                 |\n| Styling      | Tailwind CSS v4 + [shadcn/ui](https://ui.shadcn.com)                                                    |\n| Database     | SQLite via [libSQL](https://github.com/tursodatabase/libsql) + [Drizzle ORM](https://orm.drizzle.team) |\n| Data layer   | TanStack Query + server functions (optimistic UI)                                                      |\n| Drag \u0026 drop  | [dnd-kit](https://dndkit.com)                                                                           |\n| Notes editor | [TipTap](https://tiptap.dev)                                                                            |\n| Google       | `google-auth-library` + Calendar/Tasks REST                                                            |\n\n## Scripts\n\n| Command            | Description                      |\n| ------------------ | -------------------------------- |\n| `pnpm dev`         | Start the dev server (port 3000) |\n| `pnpm build`       | Production build                 |\n| `pnpm typecheck`   | Type-check with `tsc`            |\n| `pnpm lint`        | Lint with ESLint                 |\n| `pnpm test`        | Run the test suite (Vitest)      |\n| `pnpm db:generate` | Generate a Drizzle migration     |\n| `pnpm db:migrate`  | Apply migrations                 |\n| `pnpm db:studio`   | Open Drizzle Studio              |\n\n## Contributing\n\nIssues and PRs welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md) for setup,\nworkflow, and pull request guidelines. Run `pnpm typecheck \u0026\u0026 pnpm lint \u0026\u0026 pnpm test`\nbefore opening a pull request.\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenzodevs%2Ftimeboxd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenzodevs%2Ftimeboxd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenzodevs%2Ftimeboxd/lists"}