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
- animate-css/animate.css
animate-css/animate.css
82,632Animate.css is a library of pre-defined, cross-browser CSS keyframe animations that can be applied to elements through declarative class toggling. It functions as a comprehensive motion framework, providing a standardized set of effects that ensure consistent visual transitions without requiring custom keyframe definitions. The library is built with a focus on accessibility, automatically respecting system-level reduced motion preferences to ensure that animations are disabled or simplified for users sensitive to screen movement. The framework distinguishes itself through a modular build process that allows developers to prune unused animation definitions, effectively minimizing the final payload size for production environments. Beyond static CSS, it provides programmatic control through JavaScript lifecycle management, enabling developers to sequence complex interactions by wrapping native animation events in promises. This combination of class-based state injection and event-driven hooks allows for precise orchestration of UI motion. The project supports a utility-first approach to configuration, utilizing CSS custom properties and utility classes to manage animation timing, iteration counts, and delays. This architecture ensures that motion patterns remain consistent across an application while providing the flexibility to adjust parameters at runtime.
animationcsscss-animations - romkatv/powerlevel10k
romkatv/powerlevel10k
53,017Powerlevel10k is a high-performance shell prompt framework designed to provide a responsive and visually informative command-line interface. It functions as a terminal customization engine that allows users to define the appearance, color schemes, and information density of their prompt through a declarative configuration file. By decoupling prompt rendering from shell initialization, it eliminates startup latency and ensures that the command line remains responsive even under heavy system loads. The project distinguishes itself through advanced performance optimizations, including asynchronous segment execution that prevents the main shell thread from blocking during information retrieval. It features instant prompt pre-rendering, which displays a static prompt immediately upon startup, and transient prompt truncation to reduce visual clutter in terminal history after command execution. Users can also emulate the appearance of other popular themes while retaining these performance benefits, or extend the framework with custom segments that maintain the same speed as built-in components. Beyond its core performance capabilities, the framework provides a comprehensive suite of tools for managing terminal environments. This includes intelligent directory path truncation, state-aware filtering to show only relevant system information, and robust handling of escape sequences to prevent cursor misalignment. The system supports extensive personalization through an interactive configuration wizard that assists with setup, font installation, and the migration of legacy configurations to ensure consistent visual output across different terminal emulators.
zsh - iluwatar/java-design-patterns
iluwatar/java-design-patterns
93,757This project is a comprehensive educational knowledge base designed to help developers master software engineering excellence through a structured catalog of design patterns and architectural principles. It provides a curated repository of best practices, programming heuristics, and implementation examples, all organized to facilitate skill acquisition and improve code quality in Java. The repository distinguishes itself by offering a navigable hierarchy of reusable design patterns and architectural strategies that promote interface-centric design and decoupled implementation. By emphasizing clean code standards and established design heuristics, it serves as a reference-based resource for understanding how to build maintainable, modular, and robust object-oriented systems. Beyond its core architectural focus, the project includes a broad library of functional code snippets and algorithmic implementations. These resources cover a wide range of common programming challenges, including data structures, mathematical computations, file operations, and utility tasks, providing practical, stateless examples that demonstrate idiomatic coding standards.
awesome-listdesign-patternshacktoberfest - Significant-Gravitas/AutoGPT
Significant-Gravitas/AutoGPT
181,891AutoGPT is an orchestration platform designed for building, managing, and deploying autonomous agents. It provides a visual canvas-based environment where users can assemble agents by connecting modular blocks that represent actions, data flows, and conditional logic. The platform supports the entire agent lifecycle, including task scheduling, execution monitoring, and configuration management, while offering a marketplace for discovering and sharing community-built workflows. The project includes a legacy framework for command-line agent execution and an extensible component system for developers to build custom agent capabilities. These tools allow for the integration of various language models, web search utilities, and external services such as database management, productivity platforms, and software development tools. Users can deploy the platform locally using provided installation scripts and containerization utilities or utilize the managed cloud environment.
aiartificial-intelligenceautonomous-agents - godotengine/godot
godotengine/godot
106,855Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-platform development suite, allowing developers to author, test, and export software to desktop, mobile, and web environments from a single, unified codebase. The engine distinguishes itself through a modular, component-based architecture that relies on signals-based decoupling for event-driven communication between objects. It features a server-side rendering architecture that separates high-level scene logic from low-level rendering commands, alongside a platform-agnostic abstraction layer that ensures consistent hardware interaction. Developers can further customize their workflow using a plugin-based API that allows for the injection of custom inspectors, tools, and asset importers directly into the editor interface. The platform supports high-performance simulation through a variant-based dynamic typing system and centralized resource management, which handles memory-efficient sharing of textures, models, and audio data. The engine also provides extensive developer tooling for compiling custom binaries and configuring build parameters to meet specific production requirements. Comprehensive documentation, including an offline-accessible class reference and community-maintained tutorials, is available to assist with project development and engine mastery.
game-developmentgame-enginegamedev - soimort/you-get
soimort/you-get
56,737This project is a command-line utility designed to fetch video, audio, and image content from a wide range of web platforms. It functions by parsing page metadata and utilizing modular, site-specific scripts to extract direct media stream URLs from complex web structures, enabling the local archiving of digital media for offline use. The tool distinguishes itself through its ability to handle authenticated content, allowing users to inject browser-stored session cookies to access restricted or private media. It also supports real-time media streaming by piping remote content directly into external playback software, bypassing the need for local disk storage. For complex media tasks, the utility orchestrates external command-line tools to manage file merging, format conversion, and stream playback. Beyond basic acquisition, the software provides comprehensive management features, including automated directory organization for batch processing and the ability to resume interrupted downloads using temporary state files. It also integrates network proxy configurations to route traffic through external servers, facilitating access to content subject to regional restrictions or firewall limitations. Users can further automate workflows by programmatically extracting resource metadata or submitting search queries directly through the terminal.
- lydiahallie/javascript-questions
lydiahallie/javascript-questions
65,277This project is a community-driven knowledge base and diagnostic suite designed to evaluate and improve a developer's grasp of JavaScript. It functions as an interactive learning repository, providing a structured collection of technical questions and detailed explanations that target core language mechanics, runtime nuances, and common edge cases. The repository distinguishes itself through a collaborative approach to technical education, offering a wide array of challenging problems that serve as both a skill assessment tool and a resource for interview preparation. By organizing complex concepts into a hierarchical structure, it allows users to engage in active recall and self-testing to deepen their mastery of programming principles. The content is maintained as a series of static markdown files, enabling version-controlled iteration as language standards evolve. The project also supports global accessibility through community-contributed translations, ensuring that these educational materials remain available to a broad audience of developers seeking continuous professional development.
- jlevy/the-art-of-command-line
jlevy/the-art-of-command-line
159,970This project is a comprehensive technical reference and educational resource designed to improve proficiency with command-line interfaces. It functions as a productivity toolkit, providing a structured knowledge base of essential terminal operations, system administration tasks, and high-impact command sequences for daily development workflows. The guide distinguishes itself through its cross-platform approach, offering standardized documentation that maps utility usage across Linux, macOS, and Windows environments. It provides specific guidance for managing native tools and compatibility layers, ensuring a consistent experience regardless of the underlying operating system. By segmenting technical instructions into platform-specific references, the project enables users to navigate unique system behaviors and configurations effectively. Beyond fundamental operations, the resource covers advanced scripting techniques, system debugging, and data processing workflows. It includes curated collections of concise one-liners and lesser-known utilities intended to optimize complex tasks and automate repetitive maintenance. The content is maintained through community-driven curation, utilizing a structured, markdown-based format to ensure the information remains accurate and accessible.
bashdocumentationlinux - django/django
django/django
86,891Django 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 security and maintainability, offering a suite of tools to protect against common web vulnerabilities while decoupling site structure from implementation through a centralized URL routing system. A defining characteristic of the framework is its ability to generate production-ready administrative dashboards automatically. By inspecting model definitions and field metadata, it creates secure interfaces for managing application data without requiring custom frontend development. This is complemented by a declarative template engine that separates presentation logic from backend code, and a robust form validation system that handles data sanitization and type conversion through class-based schemas. The framework includes a wide range of built-in capabilities to support complex web development, including internationalization and localization tools, performance optimization utilities like caching, and a signal-based observer pattern for decoupling application components. It also provides comprehensive support for testing, static file management, and specialized database features. Extensive documentation is available to guide users through the framework's various components, including its middleware hooks, security policies, and administrative tools.
appsdjangoframework - DigitalPlatDev/FreeDomain
DigitalPlatDev/FreeDomain
148,159FreeDomain 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 through a guided setup process. The platform distinguishes itself through an API-driven orchestration layer that automates interactions with external registrars and simplifies complex infrastructure management by abstracting DNS configurations into standardized zone file updates. It incorporates multi-tenant identity management to ensure secure resource isolation and includes a policy-based compliance engine that utilizes event-driven workflows to identify and mitigate domain misuse. The system supports comprehensive domain administration, including tools for managing DNS records, maintaining connectivity settings, and facilitating formal abuse reporting. These administrative capabilities are supported by asynchronous task processing to handle high-latency requests, ensuring consistent system responsiveness during domain activation and propagation.
digitalplatdomaindomain-platform - remix-run/react-router
remix-run/react-router
56,250React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface for routing, it manages navigation and state transitions while ensuring consistent page structures through root layout management. The framework distinguishes itself through its focus on type safety and incremental adoption. It automatically generates static type definitions for route parameters and data loaders, preventing runtime errors during navigation. To support long-term stability, it includes a feature flagging system and migration tools that allow developers to adopt breaking changes gradually. The architecture also integrates build-time code splitting and native data serialization to optimize performance and resource handling. Beyond core routing, the project provides infrastructure for server-side rendering to improve search engine visibility and interactive document hydration. It includes a command-line interface for project scaffolding and supports build-time plugin integration to manage rendering modes and directory structures. The documentation and installation process are supported by a unified package architecture that consolidates routing and data-fetching logic into a single dependency.
- obsproject/obs-studio
obsproject/obs-studio
70,458This project is a professional live video production suite designed for capturing, encoding, and broadcasting high-quality media. At its core, it features a real-time media processing engine that utilizes hardware acceleration to composite multiple audio and video sources with minimal latency. The application provides a centralized studio interface for managing complex scene transitions, layering visual sources through a hierarchical scene-graph engine, and streaming content to multiple platforms simultaneously. The software is built on a cross-platform abstraction layer that ensures consistent performance across major desktop operating systems. Its modular architecture allows for extensive customization, enabling users to extend core functionality through third-party plugins or lightweight scripting integrations. This design supports specialized production workflows by allowing the connection of external tools and the automation of routine tasks. Beyond its primary production capabilities, the project includes tools for managing custom user interface themes and maintaining configuration consistency. The codebase follows strict development standards to support ongoing community collaboration and the integration of diverse, high-performance extensions.
cc-plus-plusdirectshow - google/material-design-icons
google/material-design-icons
52,899This project provides a comprehensive collection of standardized vector symbols designed to maintain a unified visual language across mobile and web-based user interfaces. It serves as a cross-platform resource for developers and designers to implement a consistent iconographic identity within digital products. The library distinguishes itself through the use of variable font technology, which allows for the dynamic adjustment of icon weight, grade, and optical size directly through style sheet properties. By leveraging native font rendering engines and CSS class-based styling, the collection enables real-time visual modifications and responsive scaling without the need for multiple static image files. The repository includes high-performance, resolution-independent assets that support infinite scaling through vector-based path rendering. These icons are available in compressed formats to optimize network performance and ensure fast loading times across various device screen sizes and densities. Users can integrate these symbols by linking to hosted font files or by including local assets directly within their application project structure.
androidiconsios - f/prompts.chat
f/prompts.chat
145,637Prompts.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 distinguishes itself through a Model Context Protocol-first API and standard REST endpoints, enabling direct integration with AI assistants, IDEs, and external automation tools. It includes generative AI capabilities to transform basic prompts into structured versions and supports granular access control through key-based and OAuth authentication. Beyond core management, the platform offers developer-focused tooling, including command-line interfaces and editor plugins to incorporate prompt workflows into software development. It also features an interactive, game-based learning environment for AI communication and provides comprehensive configuration options for white-label deployments, custom branding, and external object storage.
aiartificial-intelligenceawesome-list - dani-garcia/vaultwarden
dani-garcia/vaultwarden
55,211Vaultwarden is a self-hosted password management server designed to store and synchronize sensitive credentials, identities, and organizational data across multiple client devices. It functions as a database-backed web application that provides an API layer for secure client-server communication, enabling users to manage personal vaults and organizational data sharing with multi-factor authentication. The project distinguishes itself through a comprehensive administrative infrastructure that provides centralized control over server configuration, user accounts, and system diagnostics via a dedicated web-based dashboard. Security is prioritized through token-based administrative access, where management interfaces are protected by hashed authentication tokens, and administrative sessions are strictly controlled through configurable durations and connection invalidation. The architecture is built for consistent execution across diverse environments, utilizing a container-based deployment model that packages the application with all necessary dependencies. It supports flexible infrastructure integration by decoupling reverse proxy traffic routing, allowing external gateways to handle TLS termination and security header enforcement while preserving client IP addresses for accurate logging. The software is distributed as container images for orchestration and deployment, with support for various database backends enabled through compile-time feature flagging. Documentation and maintenance are supported by automated database schema migration tools and regular image updates to ensure ongoing compatibility.
bitwardenbitwarden-rsdocker - ripienaar/free-for-dev
ripienaar/free-for-dev
118,073This project is a community-maintained directory of technical resources, tools, and services that offer free tiers for developers. It serves as a centralized reference point for discovering infrastructure, software, and educational materials, helping individuals and teams minimize operational costs while building and scaling applications. The directory distinguishes itself through a collaborative, community-driven curation model that aggregates metadata about third-party services. By utilizing a hierarchical taxonomy and storing all content in version-controlled, plain-text files, the project ensures that resource discovery remains decoupled from the underlying service infrastructure, facilitating transparent and frequent updates from the community. The collection covers a broad spectrum of the software development lifecycle, including cloud infrastructure, development toolchains, security, and frontend design utilities. It provides access to managed services for identity management, continuous integration, monitoring, and data processing, enabling rapid prototyping and the integration of external APIs without the need for extensive custom backend development. The entire directory is maintained as a static, open-source repository, allowing users to browse and contribute to the index through standard version control workflows.
awesome-listfree-for-developers - mlabonne/llm-course
mlabonne/llm-course
75,340This project is a comprehensive educational curriculum and engineering handbook focused on the lifecycle of large language models. It serves as a structured knowledge base for machine learning practitioners, covering the fundamental mathematical and architectural principles of transformer-based sequence modeling, as well as the practical implementation of supervised instruction fine-tuning and preference-based model alignment. The repository distinguishes itself by providing a deep dive into advanced model composition and optimization techniques. It details methodologies for weight-space model merging and mixture-of-experts strategies, alongside practical guidance on low-precision parameter quantization and inference optimization to manage hardware requirements. Furthermore, it explores the development of autonomous agentic systems capable of tool-use orchestration and the construction of retrieval-augmented generation pipelines to ground model outputs in external data. The content spans the entire technical stack, from foundational deep learning concepts and neural network design to the complexities of deploying, evaluating, and securing models in production environments. It includes a curated collection of technical articles, blog posts, and interactive notebooks that track state-of-the-art research trends and experimental methodologies in generative artificial intelligence.
courselarge-language-modelsllm - jwasham/coding-interview-university
jwasham/coding-interview-university
337,188This project is a comprehensive educational roadmap designed to guide software engineers through the mastery of computer science fundamentals and technical interview preparation. It provides a structured, dependency-aware learning path that organizes complex computing concepts into a hierarchical curriculum, enabling users to build a professional engineering foundation through iterative study and practical implementation. The curriculum distinguishes itself by integrating theoretical knowledge with professional development, offering a unified index of cross-referenced resources including books, academic papers, and video tutorials. It emphasizes the standardization of algorithmic efficiency through asymptotic complexity analysis and provides granular, modular topic decomposition to facilitate focused, incremental learning across vast technical domains. Beyond core algorithms and data structures, the repository covers a broad capability surface including system architecture design, distributed systems, computer security, and advanced mathematical modeling. It also provides strategic guidance for the entire hiring lifecycle, from resume optimization and behavioral interview preparation to long-term career growth. The entire knowledge base is maintained as a version-controlled, markdown-driven repository, allowing for a platform-agnostic and collaborative approach to technical education.
algorithmalgorithmscoding-interview - gin-gonic/gin
gin-gonic/gin
88,134Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework utilizes a radix tree data structure to perform request routing, ensuring high-speed path matching with minimal memory overhead. It distinguishes itself by employing a zero-reflection dispatch mechanism that invokes handler functions through static type assertions, avoiding the performance costs typically associated with runtime type inspection. Furthermore, it provides a type-safe data binding layer that maps incoming request payloads directly into structured objects using declarative metadata tags, which simultaneously enforces validation rules to maintain data integrity. Developers can organize complex API surfaces by grouping related endpoints into logical segments that share common path prefixes and middleware configurations. The framework manages the request lifecycle by passing a single mutable context object through the handler chain, which helps minimize memory allocations during request processing.
frameworkgingo - github/spec-kit
github/spec-kit
70,645Spec-kit is a specification-driven development framework designed to manage the entire software project lifecycle, from initial requirements gathering to final validation. It functions as a command-line environment that orchestrates complex development workflows by chaining shell tasks, human checkpoints, and conditional logic into repeatable, state-aware sequences. By enforcing formal specifications and organizational guardrails before technical implementation begins, the system ensures that project goals and requirements remain the foundation for all subsequent development activities. The platform distinguishes itself through a modular architecture that integrates directly with automated coding agents, providing a bridge that defines context rules, directory structures, and governing principles for AI-assisted development. It utilizes a layered configuration manager to resolve settings, templates, and environment variables across multiple sources, ensuring consistent standards across diverse development environments. Developers can further customize project behavior and extend core functionality by installing modular extensions and community-contributed presets from a centralized registry, allowing for the dynamic discovery of custom commands and quality gates. Beyond its core orchestration capabilities, the system provides comprehensive tools for technical planning and quality assurance. It automates the translation of high-level requirements into actionable task lists, validates implementation plans against project artifacts to identify inconsistencies, and generates custom quality checklists. These features allow teams to clarify project expectations and manage the implementation lifecycle through tracked issues, maintaining alignment between organizational standards and technical execution.
aicopilotdevelopment