{"id":30884913,"url":"https://github.com/ideonate/gitpocket","last_synced_at":"2026-02-15T19:32:31.876Z","repository":{"id":313494846,"uuid":"1051594558","full_name":"ideonate/gitpocket","owner":"ideonate","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-03T18:18:54.000Z","size":663,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2026-02-04T07:46:10.604Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/ideonate.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-06T10:22:35.000Z","updated_at":"2026-02-03T18:26:23.000Z","dependencies_parsed_at":"2025-09-06T13:23:44.117Z","dependency_job_id":"b63ec04e-97b9-492e-8aff-72e5fdda5cb3","html_url":"https://github.com/ideonate/gitpocket","commit_stats":null,"previous_names":["ideonate/gitpocket"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ideonate/gitpocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideonate%2Fgitpocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideonate%2Fgitpocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideonate%2Fgitpocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideonate%2Fgitpocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ideonate","download_url":"https://codeload.github.com/ideonate/gitpocket/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideonate%2Fgitpocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"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":[],"created_at":"2025-09-08T11:22:12.166Z","updated_at":"2026-02-15T19:32:31.869Z","avatar_url":"https://github.com/ideonate.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitPocket - GitHub Mobile Manager PWA\n\nA Progressive Web App (PWA) for managing GitHub issues and pull requests from your mobile phone. GitPocket provides a mobile-optimized interface to view and interact with your GitHub repositories on the go.\n\n## Features\n\n- 📱 **Mobile-First Design**: Optimized for touch interfaces and small screens\n- 🔍 **Universal Access**: View issues and PRs from all your accessible repositories\n- 💬 **Interactive**: Add comments to issues and pull requests\n- 🌙 **Dark Mode Support**: Automatically adapts to your system theme\n- ⚡ **PWA Ready**: Install as a native app on your phone\n- 🔒 **Secure**: Uses GitHub Fine-grained Personal Access Tokens\n\n## Live Demo\n\nVisit the app at: https://ideonate.github.io/gitpocket/\n\n## Development\n\n### Prerequisites\n- Node.js 20 or higher\n- npm\n\n### Setup\n```bash\n# Clone the repository\ngit clone https://github.com/ideonate/gitpocket.git\ncd gitpocket\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n\n# Build for production\nnpm run build\n```\n\n### Project Structure\n```\ngitpocket/\n├── src/                  # Source files\n│   └── index.html       # Main PWA application\n├── dist/                # Build output (generated)\n├── .github/\n│   └── workflows/\n│       └── deploy.yml   # GitHub Actions deployment\n├── vite.config.js       # Vite configuration\n├── package.json         # Project dependencies\n└── README.md\n```\n\n### Deployment\nThe app is automatically deployed to GitHub Pages when changes are pushed to the main branch. The GitHub Actions workflow handles:\n1. Building the project with Vite\n2. Deploying the built files to GitHub Pages\n\n## Quick Start\n\n1. **Visit the app** on your mobile browser\n2. **Generate a GitHub Token**:\n   - Go to [GitHub Personal Access Tokens](https://github.com/settings/personal-access-tokens/fine-grained)\n   - Click \"Generate new token\"\n   - Choose \"Selected repositories\" and pick your repos (or \"All repositories\" for full access)\n   - Set the following permissions:\n     - **Issues**: Read and write\n     - **Pull requests**: Read and write\n     - **Metadata**: Read\n3. **Sign in** with your token\n4. **For Organization Repositories** (optional):\n   - Use \"Advanced Token Management\" to add organization-specific tokens\n   - Each org may require separate tokens with appropriate permissions\n   - This enables access to private repositories in organizations\n5. **Install the PWA** (optional): Add to your home screen for app-like experience\n\n## Features in Detail\n\n### Issue Management\n- View all open and closed issues across your repositories\n- See issue details, descriptions, and comments\n- Add new comments to issues\n- Real-time status badges (Open/Closed)\n\n### Pull Request Tracking\n- Monitor all pull requests across repositories\n- View PR status (Open/Closed/Draft)\n- Check merge status\n- Add comments to PRs\n\n### Repository Overview\n- Automatic loading of all accessible repositories\n- Repository name displayed for each issue/PR\n- Quick refresh to get latest updates\n\n## Technical Details\n\n### Built With\n- Pure HTML/CSS/JavaScript (no framework dependencies)\n- GitHub REST API v3\n- Progressive Web App standards\n- Responsive Material Design\n\n### Browser Compatibility\n- Chrome/Edge (Recommended)\n- Safari (iOS/macOS)\n- Firefox\n- Any modern mobile browser\n\n### Data Storage\n- Uses localStorage for token persistence\n- Falls back to in-memory storage if localStorage is unavailable\n- No backend server required\n\n## Security\n\n- **Token Storage**: Tokens are stored locally in your browser\n- **API Access**: Direct communication with GitHub API\n- **No Third-Party Servers**: Your data never passes through external servers\n- **Fine-Grained Permissions**: Only requests necessary permissions\n\n## Installation as PWA\n\n### iOS (Safari)\n1. Open the app in Safari\n2. Tap the Share button\n3. Select \"Add to Home Screen\"\n4. Choose a name and tap \"Add\"\n\n### Android (Chrome)\n1. Open the app in Chrome\n2. Tap the menu (three dots)\n3. Select \"Add to Home screen\"\n4. Follow the prompts\n\n\n## Troubleshooting\n\n### \"No issues/PRs found\" or \"Missing private repositories\"\n- Check that you've selected the right repositories in token settings\n- For organization repositories, add organization-specific tokens via \"Advanced Token Management\"  \n- Try refreshing the app\n\n### Token not working\n- Verify the token hasn't expired\n- Ensure you're using a Fine-grained Personal Access Token\n- Check that all required permissions are granted:\n  - **Issues**: Read and write  \n  - **Pull requests**: Read and write\n  - **Metadata**: Read\n\n### Organization repositories not showing\n- Organizations may not allow fine-grained tokens - try a Classic PAT instead\n- Add organization-specific tokens for private org repositories\n- Some organizations require admin approval for token access\n\n### PWA not installing\n- Ensure you're accessing via HTTPS\n- Clear browser cache and try again\n- Check browser compatibility\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is open source and available under the MIT License.\n\n## Support\n\nFor issues, questions, or suggestions, please [open an issue](https://github.com/ideonate/gitpocket/issues).\n\n## Acknowledgments\n\n- GitHub API for providing comprehensive REST endpoints\n- Material Design principles for UI/UX guidance\n- PWA community for best practices\n\n---\n\nMade with ❤️ for the GitHub mobile community","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideonate%2Fgitpocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fideonate%2Fgitpocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideonate%2Fgitpocket/lists"}