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
- Solido/awesome-flutter
This project is a community-curated directory of resources, libraries, and tools designed to support developers working with the Flutter framework. It functions as a centralized knowledge base, organizing high-quality external references into a structured, human-readable format to assist in the discovery of technical m
Awesome ListsDevelopment Resource DirectoriesMarkdown-Based Resource Lists - spring-projects/spring-boot
Spring Boot is an opinionated application framework designed to streamline the creation of production-ready services. It functions as a comprehensive development platform that utilizes a centralized dependency injection container to manage object lifecycles and wiring. By employing convention-over-configuration, the fr
Opinionated Application FrameworksAuto-Configuration MechanismsDependency Injection Containers - starship/starship
Starship is a cross-shell prompt engine that provides a unified, context-aware command line interface. It functions as a terminal customization tool, allowing users to modify the appearance and behavior of their shell prompts through a centralized, configuration-driven utility. The project operates as a compiled, stat
Cross-Shell Prompt EnginesCross-Platform Shell ExtensionsTerminal Customization Tools - Stirling-Tools/Stirling-PDF
Stirling-PDF is a self-hosted document processing suite designed for secure, private file management. It functions as a comprehensive transformation engine that executes complex operations—such as merging, splitting, converting, and redacting documents—directly on the host machine. The platform provides both a browser-
PDF ProcessingAPI-First Document ProcessorsAuthentication & Authorization Systems - storybookjs/storybook
Storybook is a development environment for building, testing, and documenting user interface components in isolation. By rendering components within a sandboxed environment, it decouples them from the host application's global state and dependencies, allowing developers to verify complex states and edge cases without r
Component SandboxesComponent StorybooksIsolated Component Environments - supabase/supabase
This project provides an integrated backend platform built around a relational database. It automatically generates REST and GraphQL APIs from database schemas, allowing for direct data interaction through standard requests and client libraries. The platform includes a comprehensive authentication system that manages u
Change Data Capture StreamsGraphQL API GeneratorsAuthentication Services - sveltejs/svelte
Svelte is a compile-time user interface framework that transforms declarative component syntax into highly optimized, imperative JavaScript code during the build process. By shifting reconciliation logic from the browser to the build step, it functions as a zero-runtime library that eliminates the need for a heavy fram
Compile-Time UI FrameworksCompile-Time Rendering EnginesCompile-Time Transformations - swiftlang/swift
Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T
C++ InteroperabilityCompiler ToolchainsGeneral Purpose Programming Languages - swisskyrepo/PayloadsAllTheThings
This project is a comprehensive, community-sourced knowledge base designed for security professionals and researchers. It functions as a centralized repository of offensive security techniques, providing a structured collection of exploit payloads, attack vectors, and methodologies for conducting vulnerability assessme
Community-Sourced Knowledge BasesOffensive Security CheatsheetsRemote File Inclusion Payloads - syncthing/syncthing
Syncthing is a decentralized file synchronization engine that maintains consistent data states across multiple devices through peer-to-peer mesh networking. It operates as a background daemon that automatically replicates file creations, modifications, and deletions between trusted nodes without requiring central serve
Distributed File SynchronizationFile Synchronization ServicesBidirectional Folder Synchronization - tailwindlabs/tailwindcss
Utility-first CSS framework for fast, design-system-friendly styling.
Utility-First CSS FrameworksUtility-First StylingContent-Scanning Build Engines - TapXWorld/ChinaTextbook
ChinaTextbook is a collaborative academic repository and open educational resource designed to support long-term study planning. It functions as a version-controlled archive of textbooks, exercise sets, and instructional content, providing a centralized space for students to master complex academic subjects through str
Academic RepositoriesCollaborative Curriculum Management SystemsCurated Knowledge Bases - tauri-apps/tauri
Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintainin
Cross-Platform Desktop FrameworksHybrid Desktop FrameworksWebview Runtimes - tensorflow/models
This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines fo
Computer Vision ModelsComputer Vision Research ToolkitsDistributed Parameter Synchronisation - tensorflow/tensorflow
TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The syst
Machine Learning FrameworksDeferred-Execution Symbolic GraphsDistributed Training Frameworks - tensorflow/tfjs-examples
This repository provides a collection of practical demonstrations and implementation guides for machine learning tasks using TensorFlow.js. It serves as a resource for developers to explore model architectures, training workflows, and data manipulation techniques across domains such as computer vision, natural language
Manual Memory ManagementCore Model APIsModel Execution APIs - tesseract-ocr/tesseract
Tesseract is a neural network-based optical character recognition engine designed to convert scanned images and digital documents into machine-readable, searchable text. It functions as both a command-line utility for automating large-scale digitization workflows and a cross-platform library that can be embedded into d
OCR EnginesAutomated Digitization EnginesCommand-Line Document Processors - Textualize/rich
Rich is a comprehensive library for building sophisticated command-line interfaces and terminal applications. It provides a robust console formatting engine and a layout framework that enables developers to render rich text, syntax-highlighted code, and complex data structures directly in the terminal. By utilizing a r
Command Line Interface FrameworksConsole Formatting EnginesConstraint-Based Layout Engines - TheAlgorithms/Java
This project is an educational repository containing a comprehensive collection of classic computer science algorithms and data structures implemented in Java. It serves as a community-driven learning resource designed to help students and developers study fundamental computational problems and practice idiomatic synta
Algorithm CollectionsAlgorithm ImplementationsAlgorithm Implementations - TheAlgorithms/Python
This project is a comprehensive repository of verified computational implementations designed to serve as an educational resource for computer science and algorithmic problem solving. It provides a structured collection of code examples that cover fundamental data structures, mathematical operations, and core programmi
Algorithmic Problem SolvingAlgorithmic Reference CollectionsData Structures