Repository index

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.

1,100 repos
Page 32 of 44
25/page
NanmiCoder/MediaCrawler
ready
9 forks

MediaCrawler is a popular Python-based open-source crawler for public content and comments across major Chinese social platforms, including Xiaohongshu, Douyin, Kuaishou, Bilibili, Weibo, Baidu Tieba, and Zhihu. It is actively maintained, has a large user base, and focuses on browser-based login-state reuse with Playwright rather than JS reverse-engineering.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-24
46,90810,079
termux/termux-app
ready
10 forks

Termux/termux-app is the Android terminal emulator and Linux environment app itself, with the app UI and terminal emulation in this repo and packages handled separately in termux/termux-packages. It is actively maintained, widely used, and still seeing recent commits and dependency/tooling updates.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-23
52,6656,294
google/guava
ready
10 forks

Google Guava is a large, actively maintained Java core libraries repository with very high adoption and fork/star counts. It targets JVM development, offers separate JRE and Android flavors, and is organized as a multi-module Maven project with extensive tests and integration support.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-23
51,51411,156
typicode/json-server
ready
10 forks

typicode/json-server is a heavily used Node/TypeScript project for spinning up a fake REST API from a JSON or JSON5 file with minimal setup. The upstream is active, unarchived, and currently on the v1 beta line, with recent commits in March 2026 and a README warning that v1 docs may still change.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-23
75,6707,275
pmndrs/zustand
ready
10 forks

pmndrs/zustand is a popular React state-management library focused on a small, hook-based API with minimal boilerplate. It is active, not archived, and the repo shows recent maintenance as of March 2026. It ships documentation, examples, tests, and TypeScript support, so forks are most likely interesting if you want to customize or extend a widely used React state library rather than start from scratch.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-24
57,5622,010
type-challenges/type-challenges
ready
10 forks

type-challenges/type-challenges is an active, popular TypeScript learning repository focused on type-level puzzle challenges with an online judge. It has a large challenge set, multilingual documentation, and tooling for building, generating, translating, and linting the challenge site and content.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-23
47,8815,236
bradtraversy/design-resources-for-developers
ready
10 forks

`bradtraversy/design-resources-for-developers` is a large curated directory of design and UI resources, covering categories like UI graphics, fonts, colors, icons, stock media, templates, CSS frameworks, UI libraries, design tools, and extensions. It is actively maintained, very popular, and appears to be a documentation-style resource repository rather than an application codebase.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-24
65,11511,997
pyenv/pyenv
ready
10 forks

pyenv/pyenv is a widely used, actively maintained shell-based tool for managing multiple Python versions. It focuses on changing global, per-project, and environment-selected Python versions via PATH shims, and it does not manage virtualenvs itself. The repo is large and mature, with extensive docs, plugins, man pages, tests, and recent commits in March 2026.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-24
44,5143,242
pallets/flask
ready
10 forks

Flask is a very popular, production-stable Python micro web framework for building WSGI web applications. It is actively maintained on the `main` branch, with a large ecosystem footprint (71,354 stars, 16,757 forks) and recent activity as of 2026-03-24.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-24
71,35416,757
rust-lang/rustlings
ready
10 forks

Rustlings is a popular Rust learning repository with small coding exercises, supporting a companion website and solution/test infrastructure. It looks actively maintained, with recent commits in March 2026, and is a strong fork target if you want to customize Rust onboarding, curriculum, or the exercise runner.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-25
62,32011,170
hakimel/reveal.js
ready
10 forks

reveal.js is a mature, widely used HTML presentation framework for building browser-based slide decks. The repository is active, MIT licensed, and ships core library assets plus plugins, examples, tests, and a React-related subproject. It looks most interesting for forks that want to extend presentation features, customize slide rendering, or adapt the framework for specific editorial/workflow needs.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-24
70,88816,812
nvm-sh/nvm
ready
10 forks

nvm is a very widely used, actively maintained Node.js version manager: a POSIX-compliant bash script for installing and switching between multiple active Node versions. It is mature, popular, and still getting frequent documentation and test updates, so forks are most interesting if they add shell compatibility, install flow changes, distro-specific support, or workflow automation around version switching.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-24
92,61510,039
serhii-londar/open-source-mac-os-apps
ready
10 forks

A large curated list of open source macOS applications. It is actively maintained, highly forked/starred, and centered on discovery rather than building a standalone app. The repo currently tracks 689 applications across 49 categories and is updated frequently.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-25
48,0242,501
localsend/localsend
ready
10 forks

LocalSend is an active, widely forked open-source cross-platform alternative to AirDrop for sharing files and messages over a local network without internet or third-party servers. The repo is large and maintained, with recent commits in March 2026 and strong adoption signals from 77k+ stars and 4k+ forks.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-25
77,3674,114
react-hook-form/react-hook-form
ready
10 forks

react-hook-form/react-hook-form is a mature, actively maintained React forms library for web and React Native. It is popular enough to matter for forks: 44,634 stars, 2,377 forks, and recent commits through 2026-03-26. The repo centers on a small, dependency-free form state and validation package with strong TypeScript support, plus docs, examples, tests, and a demo app.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-25
44,6342,377
android/architecture-samples
ready
10 forks

android/architecture-samples is a well-known, actively maintained Android app sample repo focused on architectural patterns. It uses a simple TODO app to demonstrate Jetpack Compose, Navigation Compose, ViewModel, Flow/coroutines, Room-backed data access, Hilt, product flavors, and a mix of unit, integration, e2e, and shared tests. For fork decisions, it is most interesting as a reference implementation and experimentation base, not as a production app template or polished UI sample.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-25
45,62111,874
lodash/lodash
ready
10 forks

Lodash is a large, mature JavaScript utility library with strong adoption, active maintenance, and many forks. It is still being updated on `main`, with recent work focused on docs, CI, security, and build hygiene. Forks are most interesting if you want a stable, widely used utility base with modular builds and long-lived ecosystem support.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-25
61,5457,124
SimplifyJobs/Summer2026-Internships
ready
10 forks

An actively maintained, very popular repository of Summer 2026 tech internship listings. It is updated daily, has a large fork and star count, and is structured around a README-driven catalog plus Python tooling to keep listings current. Forks are mainly interesting if you want to customize internship aggregation, filtering, or update automation rather than build a standalone application.

Cached 2026-03-30
3mo ago
devPushed 2026-03-30
43,9803,167
mozilla/pdf.js
ready
10 forks

mozilla/pdf.js is an actively maintained, high-interest JavaScript PDF viewer and rendering platform backed by Mozilla. It has a very large fork and star count, a live recent commit history, and a repo shape that suggests a mature browser-focused project with build, test, docs, extensions, and localization support.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-30
53,05410,602
vitejs/vite
ready
10 forks

Vite is a very active, widely used frontend tooling monorepo with 79,437 stars and 7,967 forks. It focuses on fast dev startup, HMR, optimized production builds, and a typed plugin/API surface. The repo is current and actively maintained, with commits and dependency updates on 2026-03-30.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-30
79,4377,967
realworld-apps/realworld
ready
10 forks

RealWorld is a documentation-driven reference project for building the same Medium.com-style app across many frontend and backend stacks, all constrained by a shared API spec. It is highly forked and active, with over 83k stars, 7.5k forks, and recent commits in March 2026. The repository mainly contains docs, specs, and shared assets rather than a single production app.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-25
83,0427,577
junegunn/fzf
ready
10 forks

`junegunn/fzf` is a very popular, actively maintained command-line fuzzy finder. It is a portable single-binary tool for interactive filtering of lists such as files, history, processes, hostnames, bookmarks, and git commits, with shell and editor integrations included.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-30
79,0962,743
git/git
ready
10 forks

`git/git` is the upstream Git source code mirror: the canonical open source implementation of Git, a fast, scalable, distributed revision control system. It is active, very widely used, and maintained via mailing-list workflow rather than normal pull-request merging. Forks are likely interesting mainly if you want to track core Git development, experiment with Git internals, or build tooling around the project.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-27
59,99827,704
openai/openai-cookbook
ready
10 forks

openai/openai-cookbook is a large, active documentation and examples repository for the OpenAI API. It has very high adoption (72,430 stars, 12,219 forks) and was updated on 2026-03-30. The repo centers on example code and practical guides, with most examples written in Python, and it is paired with a hosted site at cookbook.openai.com.

Cached 2026-03-30
3mo ago
mainPushed 2026-03-30
72,43012,219
bigskysoftware/htmx
ready
10 forks

htmx is a widely used Node.js/JavaScript library for adding AJAX, CSS transitions, WebSockets, and Server-Sent Events directly in HTML through attributes. It is active, not archived, and appears maintained with recent commits and a current pushed date of 2026-03-27.

Cached 2026-03-30
3mo ago
masterPushed 2026-03-27
47,7201,579