{"id":29141664,"url":"https://github.com/malpern/playlist-deck","last_synced_at":"2026-04-14T14:31:44.121Z","repository":{"id":301740634,"uuid":"1006848452","full_name":"malpern/playlist-deck","owner":"malpern","description":"TweetDeck-style YouTube playlist dashboard for macOS built with Electron + Next.js + Tailwind CSS","archived":false,"fork":false,"pushed_at":"2025-06-23T05:18:51.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-18T22:24:55.169Z","etag":null,"topics":["dashboard","electron","macos","nextjs","playlist","tailwindcss","typescript","youtube"],"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/malpern.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}},"created_at":"2025-06-23T04:57:39.000Z","updated_at":"2025-06-23T05:18:55.000Z","dependencies_parsed_at":"2025-06-28T15:19:11.884Z","dependency_job_id":"a8904164-5026-475c-9960-7ca2169ca1df","html_url":"https://github.com/malpern/playlist-deck","commit_stats":null,"previous_names":["malpern/playlist-deck"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malpern/playlist-deck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malpern%2Fplaylist-deck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malpern%2Fplaylist-deck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malpern%2Fplaylist-deck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malpern%2Fplaylist-deck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malpern","download_url":"https://codeload.github.com/malpern/playlist-deck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malpern%2Fplaylist-deck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dashboard","electron","macos","nextjs","playlist","tailwindcss","typescript","youtube"],"created_at":"2025-06-30T19:00:58.283Z","updated_at":"2026-04-14T14:31:44.103Z","avatar_url":"https://github.com/malpern.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playlist Deck\n\nTweetDeck-style YouTube playlist dashboard for macOS built with Electron + Next.js + Tailwind CSS.\n\n## Sprint 0 - Project Scaffold \u0026 Tooling ✅\n\n**Status: COMPLETED**\n\nAll foundational setup tasks have been completed:\n\n- ✅ **S0-T1**: Monorepo with pnpm \u0026 basic folder structure  \n- ✅ **S0-T2**: Prettier + ESLint with prettier-plugin-tailwindcss  \n- ✅ **S0-T3**: Husky + lint-staged pre-commit hooks  \n- ✅ **S0-T4**: Next.js app with Tailwind CSS in apps/desktop/renderer  \n- ✅ **S0-T5**: Electron 27 (arm64 only) with context-isolated preload  \n\n## Architecture\n\n```\nplaylist-deck/\n├── apps/\n│   └── desktop/\n│       ├── src/\n│       │   ├── main/         # Electron main process\n│       │   └── preload/      # Context-isolated preload script\n│       └── renderer/         # Next.js React app\n│           └── src/app/      # App Router pages\n└── packages/\n    └── shared/               # Shared utilities (future)\n```\n\n## Development\n\n```bash\n# Install dependencies\npnpm install\n\n# Run Next.js dev server only\npnpm dev\n\n# Run full Electron app with renderer\npnpm dev:electron\n\n# Build everything\npnpm build\n\n# Lint code\npnpm lint\n\n# Format code  \npnpm format\n```\n\n## Tech Stack\n\n- **Desktop Shell**: Electron 27 (arm64 macOS only)\n- **Renderer**: Next.js 15 App Router \n- **Styling**: Tailwind CSS 4\n- **Language**: TypeScript 5\n- **Package Manager**: pnpm 8\n- **Code Quality**: ESLint + Prettier + Husky\n\n## Next Steps\n\nReady to begin Sprint 1: Authentication \u0026 Base Schema\n\n- S1-T1: Implement Google device-flow OAuth helper\n- S1-T2: Store refresh token securely with keytar\n- S1-T3: Create Supabase tables with RLS\n- S1-T4: Build Edge Function for playlist etag checking\n- S1-T5: Renderer login screen triggering OAuth flow\n- S1-T6: Log OAuth progress via pino\n\n## Development Notes\n\n- Context isolation enabled in preload script for security\n- Native macOS window styling with vibrancy and hidden titlebar  \n- Dark/light theme support following system preferences\n- Workspace setup allows independent development of main/renderer processes","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalpern%2Fplaylist-deck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalpern%2Fplaylist-deck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalpern%2Fplaylist-deck/lists"}