321 repos
Awesome GitHub repositories, curated.
A community-curated directory of interesting public GitHub repositories. Ask in plain English — AI ranks by relevance. Save what you find.
Browse repositories
- thedaviddias/Front-End-Checklist
This project provides a comprehensive web development checklist designed to verify the production readiness of websites before they are launched. It serves as a technical audit framework that guides developers through a systematic, manual validation process to ensure that all quality, performance, and accessibility sta
Front-End Performance OptimizationWeb Development ChecklistsProduction Readiness Checklists - tiimgreen/github-cheat-sheet
This project is a community-driven knowledge base that serves as a comprehensive reference guide for Git and GitHub. It functions as both a command-line cheat sheet for terminal-based version control operations and a collaborative workflow resource detailing platform-specific conventions for managing repositories, issu
Awesome ListsCommunity Knowledge BasesWorkflow Guides - tldr-pages/tldr
This project is a community-driven repository of simplified, example-based reference guides for command-line tools. It functions as an open-source knowledge base designed to provide concise, practical usage examples that help developers navigate complex software without the need for lengthy technical documentation. Th
Community Documentation RepositoriesOpen-Source Knowledge BasesReference Clients - toeverything/AFFiNE
AFFiNE is a collaborative knowledge base and productivity suite designed as a private-first, local-first platform. It provides an integrated workspace that combines structured documents with an infinite digital canvas, allowing users to organize complex information through a block-based model. By prioritizing local dat
Collaborative Knowledge BasesCollaborative WorkspacesInfinite Canvas Workspaces - topjohnwu/Magisk
Magisk is an Android rooting framework designed to manage system-level modifications and grant administrative access to mobile devices. It functions by patching boot and recovery images to inject custom code into the operating system initialization sequence, allowing for system-wide control while maintaining compatibil
Android Rooting FrameworksDevice Modification ManagersFirmware Customization Tools - torvalds/linux
The Linux kernel is a monolithic operating system kernel that serves as the primary interface between computer hardware and software applications. It provides the foundational infrastructure for managing system resources, including memory allocation, process scheduling, and synchronization primitives. The project inclu
Audio Hardware InterfacesBPF Virtual MachinesBuild Systems - traefik/traefik
Traefik is a cloud-native edge router and API gateway designed to manage service communication and traffic flow across distributed infrastructure. It functions as a dynamic service proxy that automatically discovers backend services and configures routing rules in real time, eliminating the need for manual restarts or
API GatewaysAPI Traffic ManagementAutomated Traffic Routing - trekhleb/javascript-algorithms
This project is a comprehensive educational repository that provides functional implementations of fundamental computer science algorithms and data structures. It serves as a structured reference for developers to study computational logic, problem-solving strategies, and the mathematical principles that underpin softw
Algorithmic ImplementationsAlgorithmic ParadigmsAlgorithmic Reference Collections - trimstray/the-book-of-secret-knowledge
This project serves as a centralized, community-driven repository of technical knowledge and administrative resources. It provides a structured taxonomy that aggregates disparate information into a searchable framework, supporting continuous learning and rapid problem-solving for system administrators and cybersecurity
Curated Knowledge AggregationsSystem Administration OperationsCybersecurity Training Labs - TryGhost/Ghost
Ghost is an open-source publishing platform and headless content management system designed for professional publishers. It provides a decoupled architecture that separates the content management backend from the front-end delivery layer, allowing users to manage editorial workflows and site data through structured web
Headless Content Management PlatformsHeadless Publishing PlatformsContent Management APIs - twbs/bootstrap
Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By es
Component-Based UI LibrariesResponsive CSS FrameworksResponsive Web Frameworks - twitter/the-algorithm
The algorithm is a distributed recommendation engine pipeline designed to construct and serve personalized content timelines. It functions as a multi-stage orchestration layer that aggregates candidate content from diverse social graphs and high-dimensional embedding spaces, processing user interaction data to deliver
Candidate Sourcing PipelinesContent Discovery AlgorithmsContent Ranking Models - typst/typst
Typst is a programmable, markup-based typesetting engine designed for professional document creation. It functions as a scriptable publishing toolchain that transforms plain text and code into complex, paginated outputs. By utilizing a high-performance compiler, the system automates document assembly, mathematical rend
Constraint-Based Layout SystemsDictionariesDocument Compilers - ultralytics/ultralytics
Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep learning models across a wide range of visual recognition tasks. It provides a unified interface for core operations including object detection, instance segmentation, pose estimation, and image classification
Computer Vision FrameworksModel Training and Inference EnginesComputer Vision Training Frameworks - ultralytics/yolov5
YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time object detection, image classification, and instance segmentation. It provides a unified toolkit that manages the entire lifecycle of a model, from initial dataset configuration and hyperparameter tuning
Computer Vision FrameworksObject DetectionReal-Time Inference Runtimes - unclecode/crawl4ai
Crawl4AI is an AI-powered web crawling and data extraction engine designed to transform complex web content into structured formats. It functions as a headless browser orchestrator, enabling the navigation of dynamic websites, the execution of custom scripts, and the capture of visual assets like screenshots and PDFs.
Automated Web ScrapingAI-Powered Web CrawlersDistributed Crawling Systems - unslothai/unsloth
Unsloth is a high-performance training and inference platform designed to optimize the lifecycle of large language and multimodal models. It provides a comprehensive engine for fine-tuning, executing, and managing models locally, with a focus on reducing memory consumption and increasing compute speed on consumer-grade
Language Model TrainingCustom Kernel AcceleratorsEfficient Training Pipelines - usememos/memos
Memos is a self-hosted, container-native knowledge management platform designed for capturing and organizing personal notes. It functions as a private workspace where users can create content using markdown, tags, and media embeds to streamline daily productivity. The system is built to be deployed as a portable servic
Container Deployment StrategiesMarkdown EditorsNote-Taking Systems - ventoy/Ventoy
Ventoy is a cross-platform boot manager that enables users to launch multiple operating system installers and live environments from a single portable storage device. By intercepting the BIOS or UEFI startup sequence, it provides a unified menu that allows for the direct execution of disk image files without requiring
Bootable Image ExecutorsChain-Loading BootloadersCross-Platform Boot Managers - vercel/next.js
Next.js is a web development framework that provides a file-system-based routing system and a suite of server-side utilities for managing the request-response cycle. It includes built-in support for data fetching, caching, and revalidation, allowing developers to control how content is rendered and served. The framewor
Extended Fetch APIsApplication ConfigurationCache Invalidation Utilities