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

We'll search the best matching repositories with AI.
  • DigitalPlatDev/FreeDomain

    DigitalPlatDev/FreeDomain

    148,159GitHub

    FreeDomain is a centralized platform for managing the full lifecycle of domain names, providing services for free registration and web presence activation. It offers a unified administrative interface that allows users to secure digital identities across multiple top-level extensions and configure hosting environments

    Domain Registration PlatformsDNS Management DashboardsDomain Hosting Configurations
  • django/django

    django/django

    86,891GitHub

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Defensive Security MiddlewaresFull-Stack Web FrameworksObject-Relational Mappers
  • docling-project/docling

    docling-project/docling

    53,584GitHub

    Docling is a modular framework designed for document parsing, layout analysis, and structured data extraction. It transforms unstructured files and web content into a unified, hierarchical data model that preserves the spatial and semantic relationships between text, tables, images, and layout elements. By normalizing

    Document Format ConvertersDocument Layout AnalyzersHierarchical Document Models
  • donnemartin/system-design-primer

    donnemartin/system-design-primer

    335,906GitHub

    This repository is a comprehensive educational resource designed to help software engineers master large-scale system design and prepare for technical interviews. It provides a structured curriculum that covers the fundamental principles of distributed systems, backend engineering, and object-oriented design through a

    System Design CurriculaCurriculaDistributed Systems
  • DopplerHQ/awesome-interview-questions

    DopplerHQ/awesome-interview-questions

    81,035GitHub

    This project is a comprehensive, community-sourced repository of technical interview questions and study materials. It serves as a centralized index for software engineers to prepare for technical assessments, benchmark their personal knowledge, and identify gaps in their expertise across a wide range of programming la

    Ephemeral Secret ProvisioningHierarchical Configuration SystemsSecret Injection
  • EbookFoundation/free-programming-books

    EbookFoundation/free-programming-books

    382,801GitHub

    This project is a centralized, open-access repository that serves as a structured directory for technical education and professional development. It functions as a community-driven knowledge base, aggregating high-quality learning materials to support global accessibility to computer science and software engineering re

    Curated Educational RepositoriesMarkdown Content RepositoriesOnline Courses
  • elastic/elasticsearch

    elastic/elasticsearch

    76,163GitHub

    Elasticsearch is a distributed search engine and document store designed for the high-performance indexing and retrieval of massive volumes of unstructured data. It functions as a centralized analytics platform, providing a schema-flexible architecture that organizes information into searchable indices while maintainin

    Distributed Search EnginesApplication Performance MonitoringData Querying Engines
  • electron/electron

    electron/electron

    120,164GitHub

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security.

    Application Lifecycle ManagersContext Isolation StrategiesInter-Process Communication Security
  • enaqx/awesome-react

    enaqx/awesome-react

    72,041GitHub

    This project is a community-driven knowledge base that serves as a centralized directory for the React and React Native ecosystems. It functions as a developer discovery portal, aggregating high-quality libraries, frameworks, and learning resources to assist in the research and selection of tools for modern web and mob

    Frontend Ecosystem DiscoveryMarkdown-Based Content CurationsReact Frameworks
  • etcd-io/etcd

    etcd-io/etcd

    51,618GitHub

    etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronize

    Atomic Key-Value OperationsConsensus EnginesDistributed Coordination Services
  • Eugeny/tabby

    Eugeny/tabby

    68,976GitHub

    Tabby is a cross-platform terminal emulator and desktop application suite designed for managing command-line workflows and remote infrastructure. It provides a comprehensive environment for terminal session orchestration, allowing users to organize multiple active sessions through split panes and custom layouts. The ap

    Cross-Platform Terminal EmulatorsRemote Connection ManagersTerminal Session Managers
  • excalidraw/excalidraw

    excalidraw/excalidraw

    117,138GitHub

    This project is a virtual whiteboard component and vector graphics editor designed for creating diagrams with a hand-drawn aesthetic. It provides a canvas-based drawing engine that can be embedded directly into web applications, allowing users to manipulate shapes, upload images, and export visual data into standard fo

    Canvas Rendering EnginesCollaborative Drawing EnginesCollaborative Whiteboards
  • expressjs/express

    expressjs/express

    68,784GitHub

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and proces

    Application MiddlewareApplication OrchestratorsBackend Web APIs
  • f/prompts.chat

    f/prompts.chat

    145,637GitHub

    Prompts.chat is a community-driven repository and management platform for AI prompts and agent skills. It provides a centralized interface for users to search, retrieve, and save prompts, while offering structured storage for multi-file agent skills that include documentation and supporting assets. The platform distin

    Prompt RepositoriesPrompt RetrievalPrompt Storage
  • facebook/docusaurus

    facebook/docusaurus

    63,840GitHub

    Docusaurus is a documentation framework and static site generator designed to transform markdown files and component templates into optimized web pages. It functions as a content management platform for technical knowledge bases, utilizing a build process that pre-renders content into static HTML and JavaScript bundles

    Documentation FrameworksStatic Documentation GenerationStatic Site Generators
  • facebook/react-native

    facebook/react-native

    125,418GitHub

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    Cross-Platform Mobile FrameworksNative Mobile FrameworksAsynchronous Bridge Communications
  • facebook/react

    facebook/react

    243,179GitHub

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    Component LibrariesComponent-Based ArchitecturesJSX Syntax
  • facebookresearch/segment-anything

    facebookresearch/segment-anything

    53,431GitHub

    This project provides a deep learning architecture designed to identify and isolate distinct objects within images by generating precise pixel-level masks. It functions as a browser-based inference engine, enabling the execution of complex machine learning models directly within web environments without requiring serve

    Browser-Based Inference EnginesObject Mask GeneratorsBrowser Segmentation Engines
  • fastapi/fastapi

    fastapi/fastapi

    95,356GitHub

    FastAPI is a web framework for building APIs with Python. It leverages standard language type hints to provide automatic data validation, request parsing, and interactive API documentation generation. The framework supports asynchronous request handling and manages execution contexts to prevent blocking the main event

    Application Core ClassesRequest Body ValidationsAsynchronous Dependencies
  • fatedier/frp

    fatedier/frp

    104,608GitHub

    This project is a high-performance reverse proxy designed to expose local services to the internet. It provides a comprehensive suite of tools for managing network traffic, including support for TCP and UDP stream multiplexing, connection pooling, and load balancing across proxy instances. The system facilitates secure

    Basic AuthenticationConnection PoolingHost Header Rewriting