A mobile-friendly web tool to manage GitHub repositories without touching the CLI.
- ZIP to Repo — Upload a
.zipfile and instantly create a new GitHub repository - Folder Upload — Push a local folder to an existing repo
- File Upload — Upload individual files with custom target path & new folder creation
- Create Branch — Create a new branch from any existing ref
- Create Release — Publish a new release or save as draft
- Edit Description — Update repo description, topics, and website URL
- README Editor — Edit
README.mddirectly from the browser with a markdown toolbar - Rename Repo — Change a repository's name
- Make Public / Private — Toggle repository visibility
- Star / Unstar — Star or unstar any repository
- Delete Repo — Permanently delete a repository with confirmation
- Open
index.htmlin any browser - Generate a GitHub Personal Access Token at Settings → Developer settings → Tokens (classic)
- Select
repoanddelete_reposcopes
- Select
- Paste the token and click Connect
- Use any tool from the dashboard
Token is stored locally on your device only — never sent anywhere except the GitHub API.
- Pure HTML / CSS / JavaScript — no framework, no build step
- JSZip — for reading ZIP files
- GitHub REST API v3
MIT