{"id":47725911,"url":"https://github.com/berkayildi/vidsheet","last_synced_at":"2026-04-02T20:26:10.838Z","repository":{"id":348379199,"uuid":"1197725366","full_name":"berkayildi/vidsheet","owner":"berkayildi","description":"YouTube video analysis + comic-book infographic generator.","archived":false,"fork":false,"pushed_at":"2026-03-31T22:48:56.000Z","size":55,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T01:19:24.036Z","etag":null,"topics":["ai","anthropic","fastapi","gemini","infographics","mcp","python","react","typescript","vercel","youtube"],"latest_commit_sha":null,"homepage":"https://vidsheet.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/berkayildi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-31T20:37:46.000Z","updated_at":"2026-03-31T22:47:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/berkayildi/vidsheet","commit_stats":null,"previous_names":["berkayildi/content-pipeline-app"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/berkayildi/vidsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkayildi%2Fvidsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkayildi%2Fvidsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkayildi%2Fvidsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkayildi%2Fvidsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berkayildi","download_url":"https://codeload.github.com/berkayildi/vidsheet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkayildi%2Fvidsheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31315883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":["ai","anthropic","fastapi","gemini","infographics","mcp","python","react","typescript","vercel","youtube"],"created_at":"2026-04-02T20:26:10.292Z","updated_at":"2026-04-02T20:26:10.828Z","avatar_url":"https://github.com/berkayildi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VidSheet\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nPaste a YouTube link, provide your API keys, get structured content analysis + a comic-book style infographic. Zero sign-up, stateless, BYO keys.\n\n## Architecture\n\n```\nBrowser (React/Vite/TypeScript)\n  |\n  +---\u003e POST /api/analyze\n  |       |-\u003e YouTube transcript extraction\n  |       |-\u003e Anthropic Claude analysis\n  |       |-\u003e Returns: structured JSON (TLDR, takeaways, social hook)\n  |\n  +---\u003e POST /api/generate-image\n          |-\u003e Google Gemini image generation\n          |-\u003e Returns: base64 PNG infographic\n```\n\n## How It Works\n\n1. **Paste a YouTube URL** into the input field\n2. **Enter your API keys** (Anthropic + Google Gemini) -- keys are used per-request and never stored\n3. **Get results** -- structured analysis card + downloadable comic-book infographic\n\n## Local Development\n\n### Backend\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\nuvicorn api.index:app --reload --port 8000\n```\n\n### Frontend\n\n```bash\ncd frontend\nnpm install\nnpm run dev\n```\n\nThe Vite dev server proxies `/api` requests to `localhost:8000`.\n\n### Both (parallel)\n\n```bash\nmake run\n```\n\n### Tests\n\n```bash\npip install pytest\npytest\n```\n\n## Stack\n\n| Layer | Technology |\n|-------|-----------|\n| Frontend | React 19, Vite, TypeScript, Tailwind CSS v4 |\n| Backend | FastAPI, Python 3.12+ |\n| AI Analysis | Anthropic Claude (claude-sonnet-4-20250514) |\n| Image Generation | Google Gemini (gemini-3.1-flash-image-preview) |\n| Transcript | youtube-transcript-api |\n| Hosting | Vercel (static + serverless Python) |\n\n## Related\n\n- [mcp-content-pipeline](https://github.com/berkayildi/mcp-content-pipeline) -- the MCP server this app wraps\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkayildi%2Fvidsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberkayildi%2Fvidsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkayildi%2Fvidsheet/lists"}