{"id":48773532,"url":"https://github.com/moollaza/repo-remover-next","last_synced_at":"2026-04-13T11:30:54.588Z","repository":{"id":347595919,"uuid":"750139221","full_name":"moollaza/repo-remover-next","owner":"moollaza","description":"The new Next.js version of Repo Remover","archived":false,"fork":false,"pushed_at":"2026-04-09T03:25:02.000Z","size":3039,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-09T03:33:11.845Z","etag":null,"topics":["developer-tools","github-management","nextjs","repository-management","tailwindcss"],"latest_commit_sha":null,"homepage":"https://next.reporemover.xyz","language":"TypeScript","has_issues":false,"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/moollaza.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-01-30T03:51:08.000Z","updated_at":"2026-04-09T03:24:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/moollaza/repo-remover-next","commit_stats":null,"previous_names":["moollaza/repo-remover-next"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moollaza/repo-remover-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moollaza%2Frepo-remover-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moollaza%2Frepo-remover-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moollaza%2Frepo-remover-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moollaza%2Frepo-remover-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moollaza","download_url":"https://codeload.github.com/moollaza/repo-remover-next/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moollaza%2Frepo-remover-next/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["developer-tools","github-management","nextjs","repository-management","tailwindcss"],"created_at":"2026-04-13T11:30:53.774Z","updated_at":"2026-04-13T11:30:54.573Z","avatar_url":"https://github.com/moollaza.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repo Remover\n\nBulk view, archive, and delete your GitHub repositories. Zero-knowledge — everything runs in your browser.\n\n## Try it now at https://reporemover.xyz\n\n\u003cp\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/moollaza/repo-remover.svg?style=flat-square\" /\u003e\n  \u003ca href=\"https://reporemover.xyz\"\u003e\n    \u003cimg src=\"https://img.shields.io/website/https/reporemover.xyz.svg?style=flat-square\" \u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## How it works\n\nRepo Remover uses a [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) with the GitHub API to list your repositories and make changes to them.\n\n1. Provide a Personal Access Token\n2. Select which repos to archive or delete\n3. Review and confirm your changes\n\n**Zero-knowledge architecture**: Your token never leaves your browser. No backend, no cookies, no user-identifiable data collection. All API calls are made client-side directly to GitHub.\n\n**Note**: Tokens are not stored by default. If you opt-in to \"Remember Me\", your PAT is encrypted (AES-GCM) and stored in localStorage. For optimal security, create a new token each time and delete it when done.\n\n## Run locally\n\nRequires Node.js \u003e= 22 and [bun](https://bun.sh/).\n\n1. Clone the repository\n   ```bash\n   git clone https://github.com/moollaza/repo-remover.git\n   cd repo-remover\n   ```\n2. Install dependencies\n   ```bash\n   bun install\n   ```\n3. Start the dev server\n   ```bash\n   bun run dev\n   ```\n4. Visit http://localhost:5173\n\n### Production build\n\n```bash\nbun run build\nbun run preview\n```\n\n## Testing\n\n```bash\nbun run test:unit        # Unit tests (Vitest + RTL + MSW)\nbun run test:e2e         # E2E tests (Playwright)\nbun run test:e2e:fast    # E2E with fast-fail\nbun run test:all         # Unit + E2E\n```\n\n## Built with\n\n- [Vite](https://vitejs.dev/) + [React](https://react.dev/) + [React Router](https://reactrouter.com/) + [TypeScript](https://www.typescriptlang.org/)\n- [Tailwind CSS](https://tailwindcss.com/) v4\n- [Vitest](https://vitest.dev/) + [Playwright](https://playwright.dev/) — testing\n- [Sentry](https://sentry.io/) — privacy-first error monitoring\n- [Fathom Analytics](https://usefathom.com/ref/E83PFO) — privacy-focused analytics ([public dashboard](https://app.usefathom.com/share/ikjnvhai/repo+remover))\n- Deployed on [Cloudflare Workers](https://workers.cloudflare.com/)\n\n## Contributing\n\nContributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for setup instructions and guidelines.\n\n## Security\n\nSee [SECURITY.md](SECURITY.md) for our security policy and how to report vulnerabilities.\n\n## AI-assisted development\n\nThis repo includes [Claude Code](https://claude.ai/code) configuration in `.claude/` and `CLAUDE.md`. These files help AI-assisted contributors follow project conventions. They're optional — you don't need Claude Code to contribute.\n\n## Author\n\nZaahir Moolla ([@zmoolla](https://bsky.app/profile/zmoolla.bsky.social), [zaahir.ca](https://zaahir.ca))\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoollaza%2Frepo-remover-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoollaza%2Frepo-remover-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoollaza%2Frepo-remover-next/lists"}