{"id":49820346,"url":"https://github.com/robertwang1001/release-tracker","last_synced_at":"2026-05-13T10:06:47.326Z","repository":{"id":355261646,"uuid":"1227231633","full_name":"robertwang1001/release-tracker","owner":"robertwang1001","description":"Monitor latest releases from your favorite GitHub projects","archived":false,"fork":false,"pushed_at":"2026-05-11T20:23:35.000Z","size":342,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T19:32:43.710Z","etag":null,"topics":["github","npm","release"],"latest_commit_sha":null,"homepage":"https://release-tracker.langfast.com","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/robertwang1001.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-05-02T11:51:16.000Z","updated_at":"2026-05-11T20:23:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/robertwang1001/release-tracker","commit_stats":null,"previous_names":["glorywong/release-tracker","robertwang1001/release-tracker"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/robertwang1001/release-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertwang1001%2Frelease-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertwang1001%2Frelease-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertwang1001%2Frelease-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertwang1001%2Frelease-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertwang1001","download_url":"https://codeload.github.com/robertwang1001/release-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertwang1001%2Frelease-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32977372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"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":["github","npm","release"],"created_at":"2026-05-13T10:06:28.242Z","updated_at":"2026-05-13T10:06:47.319Z","avatar_url":"https://github.com/robertwang1001.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Release Tracker\n\nA modern web application to check the latest release information for one or more GitHub projects. Built with React Router (formerly Remix) and React.\n\n## Features\n\n- 🔍 Search GitHub repositories for latest releases; Support searching NPM registry for latest releases\n- 📦 Display release information including tags, dates, and descriptions\n- 🎯 Support for multiple repositories\n- ⚡ Server-side rendering with React Router\n- 🎨 Modern UI with [Chakra-UI](https://chakra-ui.com/)\n- 🌙 Dark mode support\n\n## Tech Stack\n\n- **Frontend**: React 19\n- **Backend**: React Router 7 with Node.js server-side rendering\n- **UI**: [Chakra-UI](https://chakra-ui.com/)\n- **Language**: TypeScript\n- **API**: GitHub and NPM REST API\n\n## Getting Started\n\n### Installation\n\n```bash\npnpm install\n```\n\n### Development\n\nStart the development server with hot module replacement:\n\n```bash\npnpm dev\n```\n\nYour application will be available at `http://localhost:3000`.\n\n### Type Checking\n\nCheck TypeScript types:\n\n```bash\npnpm typecheck\n```\n\n### Build for Production\n\nCreate an optimized production build:\n\n```bash\npnpm build\n```\n\nOutput structure:\n```\nbuild/\n├── client/    # Static assets\n└── server/    # Server-side code\n```\n\n### Run Production Build\n\n```bash\npnpm start\n```\n\n## Usage\n\n1. Open the application in your browser\n2. Enter a GitHub repository in the format: `owner/repo`\n   - Example: `facebook/react`\n3. Click \"Fetch Releases\" to retrieve the latest releases\n4. Browse release information including:\n   - Release name and tag\n   - Publication date\n   - Author information\n   - Release body/description\n   - Pre-release and draft status badges\n\n## API Rate Limits\n\n- **Without authentication**: 60 requests/hour per IP\n- **With GitHub token**: 5,000 requests/hour per user\n\nUsing a GitHub token is recommended for production deployment.\n\u003e Generate a GitHub token in github.com and add an environment variable GITHUB_TOKEN to the project in the PaaS platforms (Vercel, Netlify, etc.).\n\n## Deployment\n\n### Docker\n\n```bash\ndocker build -t release-tracker .\ndocker run -p 3000:3000 -e GITHUB_TOKEN=your_token release-tracker\n```\n\n### Supported Platforms\n\n- AWS ECS\n- Google Cloud Run\n- Azure Container Apps\n- Digital Ocean App Platform\n- Fly.io\n- Railway\n- Vercel (recommended for Remix/React Router projects)\n- Heroku\n- Self-hosted Node servers\n\n### Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `GITHUB_TOKEN` | No | GitHub personal access token for higher API rate limits |\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertwang1001%2Frelease-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertwang1001%2Frelease-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertwang1001%2Frelease-tracker/lists"}