{"id":30639466,"url":"https://github.com/saharmor/sidekick-dev-web","last_synced_at":"2025-08-31T00:06:57.185Z","repository":{"id":308615625,"uuid":"1032749994","full_name":"saharmor/sidekick-dev-web","owner":"saharmor","description":"Automatically generate high-quality markdown context files for AI coding agents like Claude, Cursor, and Gemini, Powered By DeepWiki","archived":false,"fork":false,"pushed_at":"2025-08-29T21:27:09.000Z","size":856,"stargazers_count":74,"open_issues_count":1,"forks_count":23,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T23:03:10.434Z","etag":null,"topics":["claude-code","cursor","llm"],"latest_commit_sha":null,"homepage":"https://sidekickdev.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saharmor.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}},"created_at":"2025-08-05T19:10:09.000Z","updated_at":"2025-08-29T21:27:12.000Z","dependencies_parsed_at":"2025-08-06T23:16:37.925Z","dependency_job_id":"bcaf9516-cb14-4922-8781-129ae3822e45","html_url":"https://github.com/saharmor/sidekick-dev-web","commit_stats":null,"previous_names":["saharmor/sidekick-code-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saharmor/sidekick-dev-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saharmor%2Fsidekick-dev-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saharmor%2Fsidekick-dev-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saharmor%2Fsidekick-dev-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saharmor%2Fsidekick-dev-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saharmor","download_url":"https://codeload.github.com/saharmor/sidekick-dev-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saharmor%2Fsidekick-dev-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272922346,"owners_count":25015769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":["claude-code","cursor","llm"],"created_at":"2025-08-31T00:06:56.287Z","updated_at":"2025-08-31T00:06:57.176Z","avatar_url":"https://github.com/saharmor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✨ Sidekick Dev\n\nAutomatically generate high-quality markdown context files for AI coding agents like Claude, Cursor, Windsurf, and Gemini by analyzing any public GitHub repository.\n\nhttps://github.com/user-attachments/assets/aa944e4d-f537-4069-b44a-2894d7233e1c\n\n\n\n## Features\n\n- **Multi-Agent Support**: Generate context files optimized for Claude, Cursor, Windsurf, and Gemini\n- **GitHub Integration**: Analyze any public GitHub repository using DeepWiki's AI-powered analysis\n- **Smart Packaging**: Download single markdown files or ZIP archives for multiple agents\n- **Real-time Progress**: Visual progress tracking with detailed generation steps\n- **Error Handling**: Clear feedback for private repositories and indexing issues\n- **Modern UI**: Responsive React interface with Tailwind CSS styling\n\n## Quick Start\n\n### One-Command Setup\n\n```bash\n# Clone and start both frontend and backend\ngit clone https://github.com/saharmor/sidekick-code-web.git\ncd sidekick-code-web\n./start-dev.sh\n```\n\nThis automatically sets up the Python virtual environment, installs dependencies, and starts:\n- Backend server: http://localhost:8000\n- Frontend server: http://localhost:5173\n\n\n## Deployment\n\n**Frontend (GitHub Pages):**\n```bash\ncd frontend\nnpm run build:prod\n# If deploying to GitHub Pages, ensure Vite base is set for subpath\n# Site URL will be https://\u003cuser\u003e.github.io/sidekick-code-web/\n```\n\n**Backend (Render):**\n- Build: `cd backend \u0026\u0026 pip install -r requirements.txt`\n- Start: `cd backend \u0026\u0026 uvicorn main:app --host 0.0.0.0 --port $PORT`\n- Environment: Set `DEBUG=false` and `CORS_ORIGINS`\n\n**Docker:**\n```bash\ncd backend\ndocker build -t sidekick-dev-api .\ndocker run -p 8000:8000 sidekick-dev-api\n```\n\n## Configuration\n\n**Backend (.env):**\n```bash\nDEBUG=false                    # Enable debug mode and API docs\nCORS_ORIGINS=http://localhost:5173  # Allowed frontend origins\nDEEPWIKI_TIMEOUT=60           # DeepWiki request timeout seconds\n```\n\n**Frontend (.env.local):**\n```bash\nVITE_API_URL=https://your-backend.render.com  # Custom backend URL\n```\n\n## Generated Context Files\n\nEach markdown file provides comprehensive project context including:\n\n- Project overview and architecture\n- Development setup and dependencies\n- Code organization and patterns\n- Testing strategies and deployment\n- Common troubleshooting solutions\n\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaharmor%2Fsidekick-dev-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaharmor%2Fsidekick-dev-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaharmor%2Fsidekick-dev-web/lists"}