nowfound

Alternatives

Products that do what Use GitHub as a Free CDN does

What this is? a small side project called GaaC that allows you to use Github As a CDN. It: - is free and familiar. Everything stored in your separate repo. - has ease of use. Connect to your Github repo and start uploading files with drag and drop. You can also delete or modify them as needed. No manual commits required. - It comes with a search + preview UI, so you can quickly find the files you need. I've found this to be a time-saver for my own projects, and I hope it can help you as well. Why? As someone who frequently (somewhat) writes blogs, build toy websites or projects, I need to…

  1. 1
    Gaac122

    Use your Github repo as a drag-and-drop CDN for Free

    2022

  2. 2GA

    What works now: user signups, org creations, private/public repos, and importing GitHub repositories (both as read-only mirrors and full migrations). So basically, you can create, push and pull to a repo, but we don't have many features quite yet (issues, PRs, CI). What is a bit unique is: 1) we built it in Rust and 2) the website is a little odd. Its design is inspired by CLIs (e.g., fzf, broot, vim) instead of web apps, and as such, lacks some affordances that you might typically expect in favor of keyboard-driven instant navigations (we have the very ambitious goal of an FCP of…

    Jun 2026 · gitdot.io

  3. 3
    hop.js129

    A fast, free, privacy-first CDN for open-source projects

    Oct 2025

  4. 4

    Run any GitHub repository in the click of a button

    2019

  5. 5DE

    Disco is tiny app I built over the weekend to try and make browsing git better. Inspired heavily by Tower, it also adds pull request integration and is run in the browser. It's only for public repositories. Checkout: http://disco.88cartell.com/#/rails/rails http://disco.88cartell.com/#/emberjs/ember.js http://disco.88cartell.com/#/angular/angular.js

    2014

  6. 6
    GitJin116

    GitHub repos, issues, and PRs in one clear dashboard

    Dec 2025

  7. 7

    Every Github repo has a secret free website.

    2014

  8. 8GA

    Simon(sfarshid) and I spend a lot of time on GitHub. As data nerds we put together a quick tool to explore your repository’s data. How it works: - Data Loading: We use dlt to pull data (issues, PRs, commits, stars) from GitHub - Semantic Layer: Relta wraps the underlying dataset into a semantic layer so the LLM doesn’t hallucinate. - Text-to-SQL: A text-to-SQL agent transforms your plain-English question into a query using the semantic layer - Generative Charts: assistant-ui dynamically generates a chart based on the SQL query - Refinements: If the semantic layer can’t handle your question,…

    2024 · github.com

  9. 9

    Visual GitHub management directly from a graphical interface

    Jun 2026 · github.com

  10. 10AG

    2023 · news.ycombinator.com

  11. 11HT
  12. 12OS

    I got tired of collecting open source projects in my chrome bookmarks so I decided to compile a curated list of: - Recently active projects on GitHub - Mostly dev tools (but also productivity, analytics) - Projects which are "Alternative to X software" My bookmarks are finally empty:D If you have a great open source tool you use, I'd be glad to hear your suggestions. Also, any feedback is greatly appreciated.

    2025 · alternativeoss.com

  13. 13AA

    I tend to create a private certificate authority for every side project, in order to create TLS certs for local development. I find it useful to have local development closely resemble production when at all possible, and "real" certificates are an important element. Anyway I got tired of having these CA private keys on my local machine, especially as I started thinking about setting up a private CA for my company (https://riza.io). So I started thinking about what the simplest way to host a private CA might be. You really only need two things: 1) secret storage, to hold the CA's…

    2024 · github.com

  14. 14

    Zero cost. Zero infrastructure. Free Database

    Apr 2026

  15. 15GR

    Freenet's philosophy is "decentralize everything" and one of the things I've long wanted to apply that to is Git. The original Git concept was decentralized but for practical reasons most people use centralized hosting services like GitHub. For anyone unfamiliar, Freenet[1] is a general purpose platform for building decentralized systems. So I implemented a working prototype which already hosts the freenet-core repo, integrating as a git remote helper. It's still early so I'd greatly appreciate any feedback and will iterate quickly if there is interest. [1] https://freenet.org/

    May 2026 · github.com

  16. 16BA

    Hi HN, I built a free, and completely open source, visual studio code extension, which generates tweets based on commits you select. While I was working on webtilities.com, an idea came to me: wouldn't it be cool that I could market this thing inside my editor. Ah, i'm truly lazy. Well, I spent a week building this thing that I bet no one will need because: * "This wont work. My commit messages are terrible" * "This is stupid, I can just use ChatGPT/Gemini/[Insert Chat Platform] directly" * "This is stupid, I get BILLED for using openai tokens" ... And the list goes on. But, I…

    2024 · marketplace.visualstudio.com

  17. 17SP

    Morning HN. I had an issue recently where I wanted to share some private Github repositories with a larger audience than usual (25k+) on Youtube and was simply considering making my code public. Came up with an idea to build a middleman service that handles user access/management, generate share links and even paywall individual repos. Thought I might as well share here in case there's another dev out there who might be interested in sharing a private repo. Keen to get any feedback as I'm currently building

    2024 · repobear.com

  18. 18BA

    I kept failing at building in public for the same reason every time: not fear of judgment, just the blank page after a long day of shipping. Something always happened. But converting "refactored auth flow" or "fixed that edge case that's been annoying me for a week" into something worth posting felt like a second job on top of the actual job. So I'd skip it. Then skip it again. Then stop entirely. The approach: connect your GitHub, it pulls recent commits and repo activity, and generates draft posts for multiple platforms in your tone — raw founder voice, not content creator polish. The idea…

    Mar 2026 · smashlanding.xyz

  19. 19IB

    Hey Guys, I created GithubReader.org (open-source, non-profit, most of the code is written by ChatGPT). My motivation: I wanted an easy way to keep a list of repositories I want to learn from and access them quickly. So, I built a search page where I can find repositories by name, like Google. Also, I wanted a nicer way to read Markdown files on my laptop without the GitHub UI, like reading a book. So, I made a custom UI with a back button that takes you to the previous state without jumping pages. The markdown links are sharable, e.g.…

    2024 · githubreader.org

  20. 20UE

    I've created uithub, a tool that allows developers to easily get LLM context for their coding questions and perform AI repo analysis at scale. Here's what it does: - Get Context: Simply change the 'g' in github.com to 'u' to access AI-powered insights on any GitHub repo. - Flexible Querying: Fetch entire repos, specific branches/subfolders, or filter by file type and size. - API for Developers: Power the next generation of development tools with our API. Key features: - Customizable token limits - File type filtering - Multiple response formats - Size-based file exclusion I built this…

    2024 · uithub.com

  21. 21GR

    Understanding any GitHub repository is tough, especially a big one - this project aims to make it a tad bit easier by giving the listener a primer + some details on the specific repository. For some people (like me) - audio/visual medium is more easily understandable. So, I hope this project is helpful to some of them. This project was inspired by https://gitdiagram.com - so check it out as well, and maybe use them together for better understanding. Future plans: 1. To add more voices and let users choose most natural one (decide between OpenAI/Microsoft Speech) 2. Custom…

    2024 · gitpodcast.com

  22. 22UG

    Hi HN! I just published a tutorial on how I use Github to manage the content on my website. You can check out the tutorial here: https://css-tricks.com/how-to-make-a-simple-cms-with-cloudflare-github-actions-and-metalsmith/

    2020

  23. 23TG

    I have a hard time finding new, awesome open source repositories on GitHub for the languages I use. So I decided to scratch an itch. My project is called Grapevine. It aggregates mentions of GitHub repos on Twitter and filters them by language. I'm aggregating the top 15 languages on GitHub right now. Some of the languages include JavaScript (@github_js), Ruby (@github_rb), Python (@github_py), Emacs Lisp (@github_el), and Haskell (@github_hs). If you want to know more, here's the project's site. http://grapevine-project.info Let me know what you think!

    2011

  24. 24

    A scrollable discovery feed for open-source GitHub repos

    Jul 2026 · githunt-aadin.vercel.app

Ranked by how close each launch is in meaning, then by votes. Refine with a description →