{"id":35881701,"url":"https://github.com/florianibach/github-repo-raw-urls-ui","last_synced_at":"2026-01-08T18:04:00.777Z","repository":{"id":330999548,"uuid":"1124717187","full_name":"florianibach/github-repo-raw-urls-ui","owner":"florianibach","description":"GitHub Raw URL Explorer is a small web UI that scans a public GitHub repository and lists raw.githubusercontent.com URLs for all files in the selected branch.","archived":false,"fork":false,"pushed_at":"2025-12-29T21:33:53.000Z","size":521,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-01T20:58:59.117Z","etag":null,"topics":["ai","ai-tools","code-explorer","developer-tools","docker","docker-compose","github","github-api","llm","llms","promt-engineering","raw-github","repository-browser","self-hosted","selfhost","web-ui"],"latest_commit_sha":null,"homepage":"","language":"Go","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/florianibach.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-29T13:48:40.000Z","updated_at":"2025-12-29T21:33:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/florianibach/github-repo-raw-urls-ui","commit_stats":null,"previous_names":["florianibach/github-repo-raw-urls-ui"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/florianibach/github-repo-raw-urls-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianibach%2Fgithub-repo-raw-urls-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianibach%2Fgithub-repo-raw-urls-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianibach%2Fgithub-repo-raw-urls-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianibach%2Fgithub-repo-raw-urls-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/florianibach","download_url":"https://codeload.github.com/florianibach/github-repo-raw-urls-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianibach%2Fgithub-repo-raw-urls-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28247286,"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":"2026-01-08T02:00:06.591Z","response_time":241,"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":["ai","ai-tools","code-explorer","developer-tools","docker","docker-compose","github","github-api","llm","llms","promt-engineering","raw-github","repository-browser","self-hosted","selfhost","web-ui"],"created_at":"2026-01-08T18:01:27.535Z","updated_at":"2026-01-08T18:04:00.773Z","avatar_url":"https://github.com/florianibach.png","language":"Go","funding_links":["https://buymeacoffee.com/floibach"],"categories":[],"sub_categories":[],"readme":"# GitHub Raw URL Explorer\n\n[![GitHub Repo](https://img.shields.io/badge/GitHub-Repository-blue?logo=github)](https://github.com/florianibach/github-repo-raw-urls-ui)\n\n[![DockerHub Repo](https://img.shields.io/badge/Docker_Hub-Repository-blue?logo=docker)](https://hub.docker.com/r/floibach/github-repo-raw-urls-ui)\n\n\n**GitHub Raw URL Explorer** is a small web UI that scans a public GitHub repository and lists **raw.githubusercontent.com URLs** for all files in the selected branch.\n\n---\n\nThis project is built and maintained in my free time.  \nIf it helps you or saves you some time, you can support my work on [![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-black.svg)](https://buymeacoffee.com/floibach)\n\nThank you for your support!\n\n## What is this?\n\nThe main idea behind this tool is to make it easier to work with **AI chatbots / LLMs**.\n\nWhen chatting with AI systems, you usually cannot paste an entire repository because it is not allowed to crawl the whole repository recursively and posting each file is:\n- too large\n- too noisy\n- easy to miss files\n\nHowever, most AI tools *can* fetch and read **raw GitHub file URLs**.\n\nThis service helps you quickly generate a **complete list of raw file links**, so you can paste them into an AI chat and let the model:\n- write or improve tests\n- review or polish UI code\n- generate documentation\n- refactor or explain code\n- reason about the whole repository structure\n\nIn short:  \n**Give the AI the repo via links instead of copy \u0026 paste.**\n\n## Screenshots\n\n### Repository scan\n![Overview](https://raw.githubusercontent.com/florianibach/github-repo-raw-urls-ui/refs/heads/master/docs/screenshots/overview.png)\n\n\n## Features\n\n- Scan any **public GitHub repository**\n- Select branch (default branch is detected automatically)\n- Recursively lists all files\n- Generates `raw.githubusercontent.com` URLs\n- Copy all links with one click\n- No authentication required\n- No GitHub token needed\n- Lightweight and self-contained\n\n---\n\n## Usage\n\n1. Enter a public GitHub repository URL  \n   Example:\n```\n\nhttps://github.com/florianibach/github-repo-raw-urls-ui\n\n````\n\n2. Optionally select a branch  \n(the default branch is marked)\n\n3. Click **Scan**\n\n4. Copy the generated raw URLs and paste them into your AI chat\n\n---\n\n## Docker\n\n### docker run\n\n```bash\ndocker run --rm --name github-repo-raw-urls-ui -p 8080:8080 floibach/github-repo-raw-urls-ui\n````\n\nOpen in your browser:\n\n```\nhttp://localhost:8080\n```\n\n---\n\n### docker compose\n\n```yaml\nversion: \"3.8\"\n\nservices:\n  github-repo-raw-urls-ui:\n    image: floibach/github-repo-raw-urls-ui\n    container_name: github-repo-raw-urls-ui\n    ports:\n      - \"8080:8080\"\n    restart: unless-stopped\n```\n\nStart the service:\n\n```bash\ndocker compose up -d\n```\n\n---\n\n## Technical notes\n\n* Written in Go\n* Uses the GitHub REST API (unauthenticated)\n* No data is stored\n* No analytics\n* No tracking\n* All processing happens at request time\n\n---\n\n## Limitations\n\n* Only public repositories are supported\n* GitHub API rate limits apply (unauthenticated requests)\n* Very large repositories may take longer to scan\n\n---\n\n## Disclaimer\n\nThis tool was developed in close collaboration with an AI chat assistant and refined iteratively through human–AI interaction.\n\nThe final design decisions, implementation, and maintenance remain entirely human-driven.\n\n---\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianibach%2Fgithub-repo-raw-urls-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianibach%2Fgithub-repo-raw-urls-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianibach%2Fgithub-repo-raw-urls-ui/lists"}