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.
`cli/go-gh` is a Go module for building GitHub CLI extensions and command-line tools that follow `gh` conventions. It is active, not archived, and has recent commits in February 2026. It appears to be a focused library rather than an application, with a relatively small codebase centered on Go modules and tests.
karpathy/nanochat is a Python-based, single-GPU experimental harness for training and chatting with LLMs, positioned as a minimal, hackable full-stack ChatGPT clone. It covers tokenization, pretraining, finetuning, evaluation, inference, and a web chat UI, and is currently optimized around a GPT-2 speedrun benchmark with active development focused on pretraining efficiency.
tensorflow/models is TensorFlow’s Model Garden: a large, actively updated repository of model implementations and examples. It includes officially maintained TensorFlow 2 model code in `official`, researcher-maintained implementations in `research`, a curated `community` directory, and `orbit` for custom TensorFlow 2 training loops. It has very high adoption signals, with 77,681 stars and 45,190 forks, and recent commits in March 2026.
`kdn251/interviews` is a large interview-prep repository centered on coding interview study materials. It is high-visibility, actively maintained as of May 12, 2025, and organized around curated links and notes for topics like data structures, algorithms, runtime analysis, online judges, live practice, books, and news. Its README also points to The Daily Byte, Kevin Naughton Jr.'s YouTube/Instagram, and includes a Simplified Chinese translation.
A small Python repository for autonomous LLM training research on a single GPU. It centers on a fixed 5-minute training loop where an agent edits `train.py`, uses `program.md` as instructions, and measures progress with `val_bpb`. The repo is active, very popular, and appears aimed at experimenting with agent-driven research workflows rather than providing a general-purpose training framework.
HTML5 Boilerplate is a long-lived MIT-licensed front-end template for fast, robust, adaptable web apps or sites. It is actively maintained, very widely used, and the repository mainly contains authoring/build infrastructure, while the published project lives in `dist/`.
Open source AI tool for turning screenshots, mockups, and Figma designs into code. It is large and active, with 72,096 stars, 8,894 forks, and recent commits in March 2026. The repo includes a React/Vite frontend and FastAPI backend, so forks are likely most interesting for teams that want to extend the code generation pipeline, model support, or UI/workflow around screenshot-to-code.
A popular, actively maintained JavaScript learning repository centered on 33 core concepts, with a companion docs site and translations. It is well suited for fork interest if you want to adapt educational content, localization, SEO/docs improvements, or a learning resource site rather than a software library.
AppFlowy-IO/AppFlowy is a large, active open source workspace app positioned as an AI collaborative workspace and open source Notion alternative. It has very high community interest, with 68,867 stars and 4,975 forks, and recent commits through 2026-03-26.
3b1b/manim is a Python animation engine for explanatory math videos. It is active, widely forked, and heavily starred, with recent commits in March 2026. The repo is the ManimGL version, distinct from Manim Community, and the README explicitly warns users to choose the correct version before installing.
AdminLTE is a widely used, actively maintained open source admin dashboard template based on Bootstrap 5. It is not archived, has a large fork and star count, and recent commits in March 2026 show ongoing fixes and documentation updates.
React Router is a large, active open source React routing project. It is positioned as a declarative, multi-strategy router for React, bridging React 18 to React 19, and can be used either as a full framework or as a library. The repository is heavily maintained, with frequent recent commits, a large contributor/fork base, and substantial docs, examples, tests, and release tooling.
Gin is a widely used Go HTTP web framework focused on high performance and low allocation routing. It targets REST APIs, web apps, and microservices, and the repository is active with recent commits, releases, benchmarks, docs, tests, and renderer updates.
jgraph/drawio-desktop is the official Electron desktop build of draw.io (diagrams.net). It is a large, actively maintained project with very high adoption, a recent release v29.6.6, and a clearly stated closed-to-contributions policy. Forks are most interesting if you care about a mature Electron app, packaging/release mechanics, or offline-first desktop behavior.
Meilisearch/meilisearch is an active Rust-based search engine API repository for Meilisearch, described as a lightning-fast engine with AI-powered hybrid search. It is highly established, with 56,835 stars and 2,462 forks, and the main branch was updated on 2026-03-30 after commits on 2026-03-26. The repo appears production-oriented and release-driven, currently at version 1.41.0.
`enaqx/awesome-react` is a large, actively maintained curated link collection for the React ecosystem. It is not an app or library implementation; it is a README-driven resource index covering React, React Native, and related tooling. With 72,581 stars, 7,546 forks, and recent commits on 2026-03-27, it looks like a high-visibility reference repo where forks would mainly be interesting if you want to curate a customized list or track ecosystem resources.
Traefik/traefik is an active, widely used Go-based cloud-native application proxy. It targets people who need automatic HTTP reverse proxy and load balancing for microservices, especially in orchestrated environments, and it remains under active development with recent commits and releases on the master branch.
`nektos/act` is a large, active Go project for running GitHub Actions locally. It has strong adoption (69,620 stars, 1,895 forks), is not archived, and was updated recently on 2026-03-30. The repo focuses on local workflow execution via Docker and is documented as a way to get faster feedback and use GitHub Actions as a local task runner.
rasbt/LLMs-from-scratch is a large, active Python repository that teaches how to build a ChatGPT-like GPT-style LLM in PyTorch from scratch, step by step. It is the official code repository for the book *Build a Large Language Model (From Scratch)*, with a substantial codebase organized by chapters plus appendices and a separate reasoning-from-scratch section. The repo is highly adopted and actively maintained, with 89,534 stars, 13,668 forks, and commits as recent as 2026-03-26.
Magisk is a large, active open source Android customization suite for devices above Android 6.0. It focuses on root access, systemless module-based modifications, boot image tooling, and Zygisk process hooking. The repo is very widely forked and starred, with recent commits as of 2026-03-27, so forks may be interesting if you care about Android rooting, boot-image tooling, or UI/build-system changes.
`ruanyf/weekly` is a very active Chinese tech newsletter repository, published every Friday, with a large audience and long-running issue archive. It looks like a documentation site centered on weekly issue pages under `docs/`, plus a README index and contribution links.
`vuejs/awesome-vue` is a large, active curated link collection for the Vue.js ecosystem. It is not archived, has very high adoption signals (73,616 stars and 9,486 forks), and was updated on 2026-03-30 after a push on 2026-03-27. The repo appears to be primarily a README-driven index with supporting assets and GitHub workflow content.
MiniMind is a highly popular Python open source project for training a very small GPT-style language model from scratch. The repository emphasizes a full LLM training stack rather than just inference, with code and data around pretraining, SFT, LoRA, RLHF/RLAIF, tool use, agentic RL, distillation, evaluation, and a minimal OpenAI-compatible server and chat UI. It is actively maintained, not archived, and has strong adoption signals with 44,715 stars and 5,389 forks.
FuelLabs/sway is an active Rust-based smart contract language and toolchain for the Fuel blockchain. It is widely used and well-maintained, with 61,840 stars, 5,426 forks, and recent commits as of 2026-03-27. Forks are most interesting if you care about blockchain language/compiler work, developer tooling, or contract infrastructure.
msitarzewski/agency-agents is a large MIT-licensed collection of specialized AI agent prompts/personas, organized as a "complete AI agency" for coding, product, marketing, sales, support, testing, and other workflows. It appears highly active and popular, with 66,173 stars, 9,995 forks, and commits as recent as 2026-03-27. Forks are likely most interesting if you want a broad, opinionated agent library that can be copied into Claude Code or converted for other tools like Cursor, Aider, Windsurf, Gemini CLI, OpenCode, and Kimi Code.