{"id":20469787,"url":"https://github.com/rooyca/ghtree","last_synced_at":"2026-04-15T10:31:39.481Z","repository":{"id":181115727,"uuid":"666241348","full_name":"Rooyca/ghtree","owner":"Rooyca","description":"Web app similar to LinkTree using information from GitHub","archived":false,"fork":false,"pushed_at":"2025-09-14T03:35:15.000Z","size":1703,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-14T05:29:55.908Z","etag":null,"topics":["fastapi","github-profile","htmx","linktree","linktree-alternative","markdown","profile","profile-website","python","tailwindcss"],"latest_commit_sha":null,"homepage":"https://ghtree.onrender.com/v2/rooyca","language":"HTML","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/Rooyca.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":"2023-07-14T03:33:49.000Z","updated_at":"2025-09-14T03:35:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"c131e37d-7e94-4e54-a59d-e0f2fa51ef44","html_url":"https://github.com/Rooyca/ghtree","commit_stats":null,"previous_names":["rooyca/ghtree"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rooyca/ghtree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rooyca%2Fghtree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rooyca%2Fghtree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rooyca%2Fghtree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rooyca%2Fghtree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rooyca","download_url":"https://codeload.github.com/Rooyca/ghtree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rooyca%2Fghtree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31837117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T10:26:52.245Z","status":"ssl_error","status_checked_at":"2026-04-15T10:26:51.649Z","response_time":63,"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":["fastapi","github-profile","htmx","linktree","linktree-alternative","markdown","profile","profile-website","python","tailwindcss"],"created_at":"2024-11-15T14:10:20.449Z","updated_at":"2026-04-15T10:31:39.462Z","avatar_url":"https://github.com/Rooyca.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌳 GHTree\n\nWeb app similar to LinkTree using information from GitHub.  \n\n![ShowCase](showcase_2.png)\n\n## 🧪 Try it out\n\n\u003e It may take a few seconds to load the first time.\n\n### https://ghtree.onrender.com/v2/rooyca\n\n## 🌟 Don't hesitate to open a pull request with [your own profile](app/data/rooyca.md). 🌟\n\n## 🚀 Deploy\n\nYou can run your own instance locally or deploy it to a serverless platform like [Fly.io](https://fly.io/) or [Render](https://render.com/).\n\n### -\u003e Locally\n\nThere are two ways to run the app locally, using Docker or Python.\n\n#### 🐳 Docker (recommended)\n\n```sh\ndocker run --rm -p 8000:8000 ghcr.io/rooyca/ghtree:master\n```\n\nYou could also build the image yourself.\n\n```sh\ndocker build -t ghtree .\ndocker run --rm -p 8000:8000 ghtree\n```\n\nThere are three Dockerfiles, one with full `python` image, one with `python:slim` and one with `python:alpine`. You can use the one that suits you best. For example, if you want to use the `slim` version, you can do:\n\n```sh\ndocker build -t ghtree -f Dockerfile.slim .\ndocker run --rm -p 8000:8000 ghtree\n```\n\nAlthough I recommend using the [alpine version](Dockerfile), since it is the smallest one. Let's look at the size of each image.\n\n| Dockerfile | Size |\n| --- | --- |\n| [Dockerfile (alpine)](Dockerfile) | 167 MB |\n| [Dockerfile.slim](Dockerfile.slim) | 562 MB |\n| [Dockerfile.full](Dockerfile.full) | +1 GB |\n\n\n#### 🐍 Python\n\n```sh\npip install -r requirements.txt\npython -m uvicorn app.main:app --reload\n```\n\n### -\u003e Serverless\n\nYou can deploy the app to any serverless platform that supports Python apps, like [Fly](https://fly.io/), [Render](https://render.com/) or any other.\n\n#### 🦋 Fly.io\n\n```sh\nfly launch\nfly deploy\n```\n\n#### 🚀 Render\n\nRun it with Docker. Use the following image:\n\n```sh\nghcr.io/rooyca/ghtree:master\n```\n\nThat's it! 🎉\n\n## 🛠️ Build with\n\n- [FastAPI](https://fastapi.tiangolo.com/)\n- [TailwindCSS](https://tailwindcss.com/)\n- [HTMX](https://htmx.org/)\n- [GitHub API](https://docs.github.com/en/rest)\n- [Font Awesome](https://fontawesome.com/)\n\n## 📝 TODO\n\n- [ ] Add nix support\n\n## 📄 License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frooyca%2Fghtree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frooyca%2Fghtree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frooyca%2Fghtree/lists"}