git404hub
betaplain english frfree to read

what is this repo fr plain english

paste a github link or swap github.com to git404hub.com.

the URL trick

pick any repo and swap the host:

replace github with git404hub in any github URL.

free to read. new repos prompt a one-time email sign-up, then 5 per day. no card needed.

recently explained

mikachu/scrcpy scrcpy mirrors your Android phone screen to your computer and lets you control it with your keyboard and mouse in real time, with nothing permanently installed on your phone and no root access needed. lucifer9/shellgpt A terminal-based AI assistant that answers your questions using context from your system. Its standout trick is following you across SSH connections without installing anything on remote servers. freecodecamp/freecodecamp The open-source codebase behind freeCodeCamp.org, a free platform where beginners work through thousands of coding challenges to earn shareable certifications in web development, Python, and more, used by over 100,000 people to land their first tech job. nubjs/nub Nub is a fast Rust-based command-line tool that replaces several Node.js utilities. It runs TypeScript directly, installs packages, manages Node versions, and adds security checks to your workflow. donnemartin/system-design-primer Study guide and reference for designing large-scale software systems and preparing for system design interviews at tech companies. yubiuser/webchanges-docker A lightweight Docker container that runs webchanges, a tool that monitors websites for updates and sends you notifications when pages change. You just provide URLs to watch and notification settings. nianzhibai/91 A self-hosted personal video streaming site that connects to your cloud storage accounts and lets you browse and watch your video collection from one clean interface with thumbnails, previews, and a TikTok-style short-video mode. patrickelectric/px4-firmware-manifest A standalone data file listing PX4 drone flight controller boards so ground control apps can detect hardware and install the right firmware without digging through application source code. clash-verge-rev/clash-verge-rev A cross-platform desktop app with a graphical interface for managing Clash-style network proxies on Windows, macOS, and Linux, built on Tauri 2 and Rust with the Clash.Meta engine inside. forward-future/loopy A library of reusable AI agent workflows called 'loops' that make agents act, verify, learn, and repeat until a task is truly done. Includes a browsable catalog and a companion tool that plugs into coding agents like Cursor and Claude Code. ebookfoundation/free-programming-books A massive, community-maintained index of free programming books, online courses, and tutorials covering virtually every programming topic across dozens of human languages, one of GitHub's most-starred repos, now run by the Free Ebook Foundation. nilbuild/developer-roadmap Interactive career roadmaps and learning guides for developers across 100+ roles and technologies, with clickable diagrams, articles, and practice questions. openbmb/pilotdeck An open-source AI agent platform that manages multiple long-running projects at once. Each project gets its own isolated workspace with memory and files, and the AI keeps working on tasks even after you step away. ultraworkers/claw-code Open-source Rust CLI tool that runs an AI coding agent in your terminal, letting you send prompts and commands to Claude via API. vercel/eve A framework for building AI agents using a file-and-folder structure. You write instructions, tools, and connections as files, and the framework wires everything together for you. firecrawl/firecrawl An API that lets AI apps search, scrape, and interact with any website and get back clean text or structured data, no need to build your own crawler or manage proxies. berlinguyinca/autospec-baselines A library of ready-made blueprints that define best practices, required features, and quality checks for specific types of software projects like web apps or AI platforms. d3/d3 A JavaScript library for turning data into custom interactive graphics in the browser by binding data directly to SVG, Canvas, and HTML elements for precise visual control. langchain-ai/openwiki OpenWiki automatically generates and updates code documentation so AI coding assistants always have accurate context about your project. It runs as a command-line tool and can auto-update docs daily via GitHub Actions. microsoft/generative-ai-for-beginners Free Microsoft course teaching beginners how to build generative AI applications through 21 hands-on lessons with code examples in Python and TypeScript. joshuakgoldberg/package-change-detector-action A GitHub Action that checks whether a pull request changed specific fields in your project's package.json file, like Node version requirements or dependencies, and gives you a yes-or-no answer you can use to trigger other workflow steps. baairon/torlink A terminal tool that lets you search and download torrents from trusted sources without visiting ad-filled websites. Just type a command, pick your file, and download directly. kamon/modern-cli-stack A template that turns plain text files into polished, print-ready PDFs using Pandoc and a styling template. It includes a complete example book and automates building, versioning, and quality checks so you can focus on writing. google-research/tabfm A machine learning model that predicts outcomes on spreadsheet-style data without needing to train from scratch. You provide a few example rows with known answers, and it predicts answers for new rows on the fly. joshuakgoldberg/without-undefined-properties A tiny TypeScript utility that removes undefined properties from objects, either at the top level or recursively through nested objects, giving you clean data without empty fields. rust-lang/rust The official source code for the Rust programming language, its compiler, standard library, and documentation, primarily for people contributing to the language itself. getify/you-dont-know-js A free online book series that teaches how JavaScript actually works under the hood, covering scope, closures, objects, types, async behavior, and modern language features. jchu0/applied-cs-projects A companion code repository for the 'Applied Computer Science' book containing 52 from-scratch projects spanning distributed systems, ML infrastructure, databases, and low-level systems like a mini OS and compiler. vinta/awesome-python An opinionated, curated index of the best Python frameworks, libraries, and tools across AI, web development, data science, DevOps, and dozens more categories, one of GitHub's top-10 most-starred repositories, with no runnable code, just vetted links. anthropics/claude-code A terminal-based AI coding assistant that understands your codebase, runs commands, and handles git workflows through natural language. react/react-native-website The source files for the React Native official website and documentation at reactnative.dev. Built with Docusaurus, it contains all the guides, API references, and learning resources in Markdown. bepb/bepb A personal GitHub profile page that uses Shell scripts to dynamically generate profile content, serving as inspiration for developers wanting to create standout GitHub profiles. ohmyzsh/ohmyzsh Oh My Zsh is a one-command install framework that gives your Mac or Linux terminal hundreds of plugins and themes, making your shell more powerful and visually polished without writing shell configuration from scratch. sindresorhus/awesome The original awesome list, a hand-curated central directory pointing to hundreds of community-maintained topic lists covering programming languages, platforms, gaming, science, and much more. Use it as a jumping-off point to find deep reading lists on any subject. joshuakgoldberg/populate-all-contributors-for-repository A command-line tool that scans a GitHub repository and automatically adds everyone who has contributed to the project's All Contributors credits file, saving maintainers from manual data entry. goldbergyoni/nodebestpractices A curated checklist of 102 best practices for building Node.js applications, covering architecture, error handling, testing, security, and more. patrickelectric/mavlink-json A small Python tool that converts MAVLink drone-communication message definitions from XML into JSON, with a weekly automated process that keeps the converted files up to date. diego3g/rocketredis Rocket Redis is a visual desktop dashboard for managing Redis databases, replacing the command-line tool with a graphical interface for browsing, searching, and editing data more intuitively. Built with TypeScript and still under active development. django-haystack/celery-haystack A Django tool that moves search index updates into the background using Celery, so saving or deleting content doesn't slow down your website. It connects Haystack search with Celery task queues. joshuakgoldberg/github-username-to-emails-site A web app that finds publicly visible email addresses associated with a GitHub username by looking at public commit history and profile data. It only surfaces information already publicly available on GitHub. yorgai/org2 A desktop AI coding assistant that records everything it does so you can replay, audit, and manage its work. Runs locally with session memory and transparency controls. kubernetes/kubernetes The open-source system for automatically deploying, scaling, and managing containerized applications across clusters of computers, originally built on Google's internal Borg system. jsha/c2sp A community project that writes and maintains cryptography specifications using fast open-source workflows instead of slow standards bodies, plus testing tools to verify crypto code works correctly. nodejs/node The official source code for Node.js, the open-source runtime that lets JavaScript run outside the browser on servers and desktops, with documentation on its release schedule and governance. langflow-ai/langflow Langflow is a visual drag-and-drop platform for building AI agents and workflows, letting you connect LLMs, tools, and databases on a canvas and instantly deploy them as APIs or MCP tools. trekhleb/javascript-algorithms A JavaScript reference collection of classic algorithms and data structures, linked lists, graphs, dynamic programming, string matching, and more, each with its own explanation and links to videos and further reading. anthropics/anthropic-sdk-python A Python library that lets you send messages to Claude AI and get responses back with just a few lines of code, handling all the connection and formatting details for you. hack-with-github/awesome-hacking A curated index of GitHub repositories covering computer security, hacking, penetration testing, and security research topics. massgravel/microsoft-activation-scripts Open-source Windows and Office activator using scripted methods like HWID, Ohook, and KMS to automate licensing verification without product keys. vercel/next.js A React framework that handles routing, compilation, and server-side rendering automatically, letting you build websites and web apps with less boilerplate. vuejs/vue Vue 2 is a retired JavaScript framework for building web user interfaces, it reached end of life in December 2023 and no longer receives updates. New projects should start with Vue 3 instead. facebookresearch/fairchem Fairchem is Meta's open-source AI library that predicts how molecules and materials behave, replacing slow physics simulations with fast machine learning models for chemistry and materials science research. affaan-m/everything-claude-code Everything Claude Code is a prebuilt system of agents, skills, hooks, and security tooling for AI coding assistants, 48 agents, 182 skills, and rules for 12 language ecosystems, grown from 10 months of daily real-product use. fatedier/frp frp is a fast reverse proxy written in Go that lets you expose a server running on your home or office network to the internet, bypassing firewalls and NAT, for TCP, UDP, HTTP, and HTTPS traffic. mrdoob/three.js A JavaScript library that makes it straightforward to create and display 3D graphics in a web browser using WebGL and WebGPU, without writing raw graphics code. freertos/lab-project-freertos-posix A wrapper that lets embedded developers use standard POSIX threading commands on FreeRTOS devices, so they can write code with familiar APIs instead of learning FreeRTOS-specific task management. rpamis/comet Comet coordinates AI coding assistants so they don't lose track of your project phase, from idea to archive. It chains planning tools, saves progress in a state file, and enforces a structured five-phase workflow. tensorflow/tensorflow TensorFlow is Google's open-source machine learning platform for building, training, and deploying models, from simple computations to deep neural networks, with Python and C++ APIs and support for GPU acceleration via CUDA. obra/superpowers Superpowers is a plugin for AI coding agents like Claude Code, Cursor, and Codex that enforces a disciplined workflow, brainstorm a spec first, break it into tasks, implement with test-driven development, then run a two-stage code review. anthropics/skills Official Anthropic repository of example Skills for Claude, instruction files in SKILL.md format that teach Claude Code how to handle specialized tasks like document creation or data analysis.

why git404hub

01
plain english fr
no tech bro talk. just what the repo does and who would actually use it.
02
built for skim-reading
tl;dr up top, vibe map to the right, paragraph cards below. you'll know in 10 seconds if it's worth more time.
03
prompts you can copy
3 to 5 prompts per repo, ready to paste into cursor or claude. no editing.
04
URL-trick fr
swap github.com for git404hub.com. same path, different page. send it to anyone.

try one of these fr

Browse all explained repos →