{"id":47759003,"url":"https://github.com/pdugan20/rewind","last_synced_at":"2026-04-25T18:04:14.081Z","repository":{"id":343707023,"uuid":"1178236034","full_name":"pdugan20/rewind","owner":"pdugan20","description":"Personal data aggregation service. Syncs data from Strava, Last.fm, Discogs, Plex, Trakt, and Letterboxd into a centralized API.","archived":false,"fork":false,"pushed_at":"2026-04-23T20:37:40.000Z","size":1675,"stargazers_count":2,"open_issues_count":13,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T21:18:30.661Z","etag":null,"topics":["cloudflare","cloudflare-workers","d1","drizzle-orm","hono","mcp","mcp-server","r2"],"latest_commit_sha":null,"homepage":"https://docs.rewind.rest","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/pdugan20.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":null,"dco":null,"cla":null}},"created_at":"2026-03-10T20:36:52.000Z","updated_at":"2026-04-23T20:37:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pdugan20/rewind","commit_stats":null,"previous_names":["pdugan20/rewind"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/pdugan20/rewind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdugan20%2Frewind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdugan20%2Frewind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdugan20%2Frewind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdugan20%2Frewind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdugan20","download_url":"https://codeload.github.com/pdugan20/rewind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdugan20%2Frewind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32271245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cloudflare","cloudflare-workers","d1","drizzle-orm","hono","mcp","mcp-server","r2"],"created_at":"2026-04-03T05:02:13.503Z","updated_at":"2026-04-25T18:04:14.076Z","avatar_url":"https://github.com/pdugan20.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rewind\n\n[![CI](https://github.com/pdugan20/rewind/actions/workflows/ci.yml/badge.svg)](https://github.com/pdugan20/rewind/actions/workflows/ci.yml)\n[![docs](https://img.shields.io/badge/docs-docs.rewind.rest-blue)](https://docs.rewind.rest)\n[![Cloudflare Workers](https://img.shields.io/badge/Cloudflare-Workers-F38020?logo=cloudflare\u0026logoColor=white)](https://workers.cloudflare.com)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow?logo=opensourceinitiative\u0026logoColor=white)](https://opensource.org/licenses/MIT)\n[![npm: rewind-mcp-server](https://img.shields.io/npm/v/rewind-mcp-server?logo=npm\u0026label=mcp-server)](https://www.npmjs.com/package/rewind-mcp-server)\n\nPersonal data aggregation API. Syncs data from multiple services on a schedule, normalizes everything into a unified schema, and serves it through a REST API with a cross-domain activity feed.\n\n## Domains\n\n| Domain         | Sources              | Description                                                          |\n| -------------- | -------------------- | -------------------------------------------------------------------- |\n| **Listening**  | Last.fm, Apple Music | Scrobble history, top artists/albums/tracks, streaks, stats          |\n| **Running**    | Strava               | Activities with splits, personal records, gear, yearly summaries     |\n| **Watching**   | Plex, Letterboxd     | Watch history, ratings, reviews, movies and TV shows via TMDB        |\n| **Collecting** | Discogs, Trakt       | Vinyl/CD collection, physical media (Blu-ray/4K UHD/HD DVD)          |\n| **Reading**    | Instapaper           | Articles, reading progress, highlights, word count, article metadata |\n\n## Live endpoints\n\n| Service    | URL                                                                |\n| ---------- | ------------------------------------------------------------------ |\n| API        | [api.rewind.rest](https://api.rewind.rest/v1/health)               |\n| API Docs   | [docs.rewind.rest](https://docs.rewind.rest)                       |\n| MCP Server | [docs.rewind.rest/mcp-server](https://docs.rewind.rest/mcp-server) |\n| Image CDN  | [cdn.rewind.rest](https://cdn.rewind.rest)                         |\n\n## Built with\n\nHono on Cloudflare Workers. D1 (SQLite) for storage, R2 for images, Drizzle ORM for type-safe queries. End-to-end type inference via Hono RPC -- consuming apps get a fully typed client with zero codegen. Full OpenAPI 3.1 spec with interactive docs via Scalar.\n\n## Development\n\n```bash\nnpm run dev          # Start local dev server\nnpm run deploy       # Deploy to Cloudflare Workers\nnpm test             # Vitest\nnpm run type-check   # TypeScript strict mode\nnpm run lint         # ESLint\nnpm run db:generate  # Generate Drizzle migrations\nnpm run db:migrate   # Apply migrations locally\n```\n\nSee [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for system design, sync flow, caching strategy, and image pipeline details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdugan20%2Frewind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdugan20%2Frewind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdugan20%2Frewind/lists"}