Everything currently stored by the Discofork backend.
Browse cached briefs and queued lookups in one place. Open any row to read the repository summary and fork comparisons.
Superpowers is a large, active open source workflow layer for coding agents. It is built around composable skills and platform-specific plugins/instructions, with support for Claude Code, Cursor, Codex, OpenCode, and Gemini CLI. The repo is well-used and actively maintained, with 122,712 stars, 10,002 forks, and a recent release at v5.0.6 on 2026-03-25.
facebook/react-native is the main upstream React Native framework repository. It is active, heavily used, and still receiving frequent commits as of 2026-03-29. Forks are most interesting if you care about mobile app infrastructure, native platform integration, or contributing back to the core ecosystem.
Open WebUI is a large, actively maintained self-hosted AI interface for Ollama and OpenAI-compatible APIs. It is very popular upstream, with 129,193 stars and 18,283 forks, and the repository was pushed to on 2026-03-29. The project is positioned as an extensible offline-capable AI platform with a broad feature set and multiple deployment paths.
golang/go is the upstream repository for the Go programming language, a large, active, non-archived project with very high adoption and frequent recent commits. It is primarily the language and standard toolchain source tree, with top-level areas for API, documentation, library code, miscellaneous support files, source code, and tests.
`labuladong/fucking-algorithm` is a large, actively maintained algorithms study repo focused on LeetCode problem-solving with explanations, not just code. It has very high adoption, with 133k stars and 23k forks, and the default branch is `english`.
A very large curated collection of system prompts, internal tools, and model-related files for many AI coding assistants and products. It is popular and active, but the repository content is mostly a broad prompt/tool archive rather than a software project with a clear runtime or app structure.
vercel/next.js is a very active, widely forked open source React framework repository. It is not archived, uses `canary` as the default branch, and shows recent commits and releases on March 29, 2026. The repo combines Node.js/TypeScript tooling with a substantial Rust workspace, plus docs, examples, benchmarks, and tests.
`yangshun/tech-interview-handbook` is a large, active, non-archived open source handbook for coding interview preparation. It focuses on curated, concise interview prep content for busy software engineers, with a strong emphasis on practical guidance beyond just algorithms. The project is widely used, with 138,438 stars and 16,487 forks, and it was updated on 2026-03-29.
scrcpy is the official, actively maintained open source tool for mirroring and controlling Android devices from Linux, Windows, and macOS. It emphasizes low latency, native performance, no device-side app installation, and support for USB or TCP/IP connections.
youtube-dl is a long-running command-line program for downloading videos from YouTube and other video platforms. The repository is large and active, with 139,955 stars, 10,606 forks, and recent commits in November 2025. It includes packaging, docs, tests, scripts, and the core `youtube_dl` package, which makes it relevant for forks focused on downloader behavior, site extractor maintenance, or CLI tooling.
HelloGitHub is a large, actively maintained curation repository that shares interesting, entry-level open source projects on GitHub. It is updated monthly, includes multilingual README files, and serves as an index to many periodical issues rather than a software library or application.
Airbnb/javascript is a very popular, active JavaScript style-guide repository. It provides the Airbnb JavaScript Style Guide plus related guides for React and CSS-in-JavaScript, and it appears to be maintained primarily as documentation and ESLint config packages rather than an application. Forks are most interesting if you want a widely adopted reference style guide or a base for linting conventions.
JavaGuide is a large, actively maintained Chinese documentation site for Java backend interview prep and related fundamentals. It focuses on practical study and interview readiness rather than application code, and it has very high adoption with 154,525 stars and 46,136 forks. The repo is structured as a VuePress-based docs site with English and Chinese entry points, translation tooling, and recent commits adding new interview and AI-related content.
yt-dlp/yt-dlp is a very active, production-stable Python command-line audio/video downloader with a large user base, a huge fork network, and recent commits on the same day as the snapshot. It is a fork of youtube-dl via youtube-dlc and focuses on broad site support, frequent extractor fixes, build/release maintenance, and packaging for both normal Python use and standalone distribution.
f/prompts.chat is a large, active open-source prompt library and self-hostable web app for sharing and collecting AI prompts. It has very high adoption signals (154,616 stars, 20,303 forks) and recent activity on 2026-03-29. Forks are most interesting if you want to customize a prompt catalog, run an organization-private prompt library, or extend its publishing/export workflows.
DigitalPlat/FreeDomain is a very popular, actively maintained open source project for offering free domain registrations and DNS setup guidance. The repository is mostly documentation and website content rather than application code, with top-level folders for `.github`, `documents`, and `opensource`. The README points to a dashboard, tutorials, FAQ, community channels, and abuse reporting. It appears well-suited to forks that want to adapt the branding, documentation, domain offerings, or supporting site content for a similar free-domain service.
A highly popular, non-archived one-page command-line cheat sheet for Linux-focused interactive Bash users, with translations in many languages and a small amount of repo content beyond the main README. It appears stable but lightly maintained, with the most recent commits in July 2023 and the repo updated in March 2026.
AUTOMATIC1111/stable-diffusion-webui is a very large, active Stable Diffusion web UI project with a strong ecosystem of extensions, broad feature coverage, and heavy community adoption. Its size and activity make forks potentially interesting if they add focused UX, performance, model, or extension changes on top of a mature baseline.
`avelino/awesome-go` is a large, actively maintained curated index of Go frameworks, libraries, and software rather than a traditional application library. It has very high adoption signals, with 168,571 stars and 13,099 forks, and it was updated on 2026-03-29. The repository is built in Go and centers on list curation, site generation, and maintenance workflows.
jackfrued/Python-100-Days is a large, highly forked and starred Python learning repository, described as "Python - 100天从新手到大师". It is organized as a day-by-day curriculum from basics through day 100, with separate folders for major ranges like Day01-20, Day21-30, and so on, plus README and resource/documentation files. The repo is still active, with a recent push on 2026-02-25 and README updates in late February 2026.
n8n is a large, actively maintained workflow automation platform with native AI features, 400+ integrations, and both self-hosted and cloud deployment options. It is source-available under fair-code licenses rather than a standard permissive OSS license. The repo is very active, with recent commits on March 27-29, 2026, and a large community footprint (181,619 stars, 56,283 forks).
microsoft/vscode is the main open-source Code - OSS repository behind Visual Studio Code. It is a very active, widely forked and starred MIT-licensed project with a large codebase, frequent commits, and clear contribution workflows. Forks are most interesting if you want to build on a mature editor platform, experiment with extensions or product variants, or follow upstream VS Code development closely.
CyC2018/CS-Notes is a large Chinese study-notes repository for technical interview prep. It covers algorithms, operating systems, networking, databases, Java, system design, OOP, and tools, and is presented as a documentation site with an online reading homepage.
A large, very popular repository for the second edition of the "You Don't Know JS Yet" JavaScript book series. It is complete, read-only, and intended for free online reading plus published/bookstore sales; the maintainers explicitly say it is not open to further contributions. Forks are mainly interesting if you want to adapt, mirror, translate, or study a well-known JS book source, not if you want an active upstream project.
ohmyzsh/ohmyzsh is a very large, active open source framework for managing zsh configuration. It has 185,727 stars, 26,309 forks, 2,400+ contributors, and recent commits in late March 2026, so forks are likely to be useful if you want to customize or extend a widely used shell setup rather than start from scratch.