awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Web Development · Awesome GitHub Repositories

117 repos

Awesome GitHub RepositoriesWeb Development

Libraries and frameworks for building web applications and services.

Explore 117 awesome GitHub repositories matching web development · Web Development. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development

Awesome Web Development GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    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.

    C++androidapp-frameworkcross-platform
  • kubernetes/kubernetes

    kubernetes/kubernetes

    120,673GitHubView on GitHub↗

    Kubernetes is a distributed container orchestration platform that automates the deployment, scaling, and management of containerized applications across clusters of computing nodes. It functions as a declarative infrastructure controller, utilizing a control loop architecture that continuously monitors the current syst

    Gocncfcontainersgo
  • nodejs/node

    nodejs/node

    115,848GitHubView on GitHub↗

    This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime inc

    JavaScriptjavascriptjslinux
  • d3/d3

    d3/d3

    112,379GitHubView on GitHub↗

    D3 is a modular library providing low-level primitives for creating data-driven visualizations. It functions as a flexible framework that allows for direct control over visual presentation by mapping abstract data dimensions to graphical properties, such as position, color, and size, without imposing predefined chart a

    Shellchartchartsd3
  • mrdoob/three.js

    mrdoob/three.js

    110,982GitHubView on GitHub↗

    This project is a high-level 3D graphics engine designed to render complex, hardware-accelerated environments within web browsers. It provides a comprehensive abstraction layer that manages scene graphs, cameras, and lighting, mapping high-level scene definitions onto low-level graphics APIs. By decoupling these defini

    JavaScript3daugmented-realitycanvas
  • godotengine/godot

    godotengine/godot

    106,855GitHubView on GitHub↗

    Godot 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-plat

    C++game-developmentgame-enginegamedev
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • angular/angular

    angular/angular

    99,962GitHubView on GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex

    TypeScriptangularjavascriptpwa
  • jaywcjlove/awesome-mac

    jaywcjlove/awesome-mac

    99,007GitHubView on GitHub↗

    This project is a comprehensive, curated collection of software resources designed for the macOS ecosystem. It serves as a centralized directory for discovering applications across a wide range of functional domains, including professional development, system management, and personal productivity. The directory distin

    JavaScriptappappleapplication
  • ant-design/ant-design

    ant-design/ant-design

    97,624GitHubView on GitHub↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and vi

    TypeScriptant-designantddesign-systems
  • fastapi/fastapi

    fastapi/fastapi

    95,356GitHubView on GitHub↗

    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

    Pythonapiasyncasyncio
  • microsoft/Web-Dev-For-Beginners

    microsoft/Web-Dev-For-Beginners

    95,318GitHubView on GitHub↗

    This project is an open-source educational curriculum designed to facilitate technical skill acquisition through a structured, project-based learning framework. It serves as a centralized knowledge base that guides learners through foundational web development concepts, modern programming logic, and advanced technical

    JavaScriptcsscurriculumeducation
  • google-gemini/gemini-cli

    google-gemini/gemini-cli

    94,954GitHubView on GitHub↗

    This project provides a command-line interface for managing autonomous agent workflows, task orchestration, and system-level automation. It includes a comprehensive framework for defining agent skills, managing persistent memory, and delegating tasks to specialized subagents. Users can configure complex planning modes,

    TypeScriptaiai-agentscli
  • puppeteer/puppeteer

    puppeteer/puppeteer

    93,606GitHubView on GitHub↗

    Puppeteer is a browser automation library that provides a programmatic interface for controlling web browsers to execute tasks, simulate user interactions, and perform end-to-end testing. It functions as a headless browser controller, managing browser lifecycles, isolated session contexts, and remote connections to fac

    TypeScriptautomationchromechromium
  • tailwindlabs/tailwindcss

    tailwindlabs/tailwindcss

    93,668GitHubView on GitHub↗

    Utility-first CSS framework for fast, design-system-friendly styling.

    TypeScriptcssframeworkutility
  • florinpop17/app-ideas

    florinpop17/app-ideas

    90,567GitHubView on GitHub↗

    App-ideas is a development platform that integrates autonomous AI agents into local environments to orchestrate code review, automated fix application, and workflow management. It functions as a command-line interface that connects external AI assistants to your codebase, enabling iterative development cycles through p

    applicationscodingcodingchallenges
  • storybookjs/storybook

    storybookjs/storybook

    89,274GitHubView on GitHub↗

    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

    TypeScriptangularcomponentsdesign-systems
  • bitcoin/bitcoin

    bitcoin/bitcoin

    88,190GitHubView on GitHub↗

    This project is a cryptographic consensus engine and distributed ledger client that functions as a peer-to-peer network node. It enables decentralized network participation by allowing users to independently validate transactions and blocks, ensuring data integrity and consensus without reliance on a centralized author

    C++bitcoinc-plus-pluscryptocurrency
  • gin-gonic/gin

    gin-gonic/gin

    88,134GitHubView on GitHub↗

    Gin 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

    Goframeworkgingo
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
Prev123456Next

Browse tags

  • API Management Tools5 sub-tagsTools and frameworks specifically for designing, documenting, and managing the lifecycle of web-based APIs.
  • Asynchronous Component Management1 sub-tagMechanisms for managing the lifecycle and state of components that load or update independently of the main thread.
  • Asynchronous Coordination1 sub-tagPatterns and tools that manage the synchronization and display of content during asynchronous operations.
  • Backend Development6 sub-tagsFrameworks and server-side tools used to build, route, and manage the logic of web applications.
Browser Architecture1 sub-tag
Resources and research focused on the underlying structure and operational design of web browsers.
  • Browser Integration Utilities7 sub-tagsTools for interacting with browser internals, including storage, session management, and engine-level integration.
  • Browser-Based Computing1 sub-tagTechnologies that enable complex computational tasks to be performed directly within the browser environment.
  • CSS API2 sub-tagsProgramming interfaces that allow developers to programmatically manage, import, and modify CSS styles.
  • CSS Frameworks7 sub-tagsPre-built collections of styles and layout rules that simplify the design and responsive styling of web pages.
  • Code Splitting1 sub-tagTechniques for breaking application code into smaller chunks to improve initial load times and performance.
  • Content APIs1 sub-tagInterfaces and services that provide structured access to external content and data sources.
  • Content Loading Strategies1 sub-tagMethods and tools for fetching and rendering external content files within a web application.
  • DOM and Event Utilities4 sub-tagsUtilities for interacting with the DOM, handling events, and managing browser-based interactions.
  • Data Fetching & Caching5 sub-tagsTools and libraries for retrieving, storing, and managing data from remote sources within web applications.
  • Development Checklists1 sub-tagStructured guides and taxonomies used to track development requirements and project progress.
  • Email TemplatesMarkup and styles for cross-client email rendering.
  • Embedding Services1 sub-tagServices that allow developers to integrate external dashboards or applications into their own web projects.
  • Form Handling10 sub-tagsComponents and utilities for building, validating, and managing user input within web forms.
  • Front-End Development1 sub-tagGuidelines and methodologies for building efficient, maintainable, and high-quality user-facing web interfaces.
  • Front-End Development Standards1 sub-tagGuidelines and conventions for maintaining consistent, maintainable, and high-quality code across user interface development projects.
  • Frontend Development Tools9 sub-tagsSoftware utilities and frameworks designed to assist developers in building, managing, and deploying user-facing web interfaces.
  • Frontend Frameworks and Components8 sub-tagsLibraries and directives for building user interfaces, managing state, and composing reusable UI components.
  • Frontend Integration Strategies1 sub-tagMethods and patterns for embedding external content or modular components into existing web page structures.
  • HTTP Request and Middleware Utilities5 sub-tagsLow-level utilities for handling HTTP traffic, middleware pipelines, and request/response lifecycle management.
  • Integration Backends1 sub-tagServer-side environments and engines that process requests and provide data to web applications.
  • Internationalization & Localization6 sub-tagsThis group covers tools and frameworks for adapting web applications to different languages and regions.
  • JavaScript Integration1 sub-tagTools and techniques for incorporating and managing JavaScript code within the broader application lifecycle.
  • JavaScript Libraries1 sub-tagReusable collections of JavaScript code that provide specialized functionality for building interactive web interfaces.
  • Layout Engines8 sub-tagsSystems and algorithms that calculate the positioning, sizing, and arrangement of elements within a web page.
  • Mapping and Location ServicesAPIs and services that provide geographic data, interactive maps, and location-based tracking capabilities for web applications.
  • Markup Extensions1 sub-tagSyntactic additions to standard markup languages that enable the creation of complex, reusable user interface components.
  • Middleware6 sub-tagsSoftware layers that intercept and process requests or responses between the client and the server.
  • Navigation Systems1 sub-tagArchitectural frameworks that manage how users move between different views or states within a web application.
  • Payment Gateways2 sub-tagsServices that facilitate secure financial transactions and recurring billing cycles within web-based platforms.
  • Performance Optimizations11 sub-tagsTools and strategies designed to reduce load times, minimize resource usage, and improve overall application responsiveness.
  • Rendering and Templating5 sub-tagsTools and strategies for server-side rendering, view engines, and dynamic HTML generation.
  • Routing Systems12 sub-tagsFrameworks and systems that map URL patterns and request paths to specific application handlers or components.
  • Runtime Behavior Modification1 sub-tagTechniques and tools that allow for the dynamic alteration of application logic or execution flow at runtime.
  • SEO & Meta Management3 sub-tagsTools for managing metadata and optimizing web content to improve visibility and ranking in search engines.
  • Server-Side Development1 sub-tagTechnologies and services focused on building the logic, data processing, and infrastructure that powers web applications.
  • Server-Side Frameworks3 sub-tagsFull-stack or server-specific frameworks designed for building robust backend application architectures.
  • Site Capabilities1 sub-tagFunctional features and services that extend the core utility of a website for end users.
  • Social Integrations1 sub-tagIntegrations that connect web applications with social media platforms to enable user interaction and content sharing.
  • Social Networking Platforms1 sub-tagExternal platforms that provide social networking features and content distribution capabilities for web integration.
  • Social Sharing1 sub-tagTools and widgets that allow users to distribute web content across various social and professional networks.
  • Static Site Generators4 sub-tagsBuild tools that transform source content and templates into pre-rendered, optimized static web documents.
  • Transportation APIs1 sub-tagAPIs that provide real-time data and tracking information for various modes of public and private transportation.
  • URL Utilities2 sub-tagsUtilities for manipulating, shortening, or redirecting web addresses to manage navigation and link tracking.
  • Visual Content Filtering1 sub-tagTools that identify and remove unwanted or intrusive visual elements from web pages during rendering.
  • Web Acceleration1 sub-tagTechnologies that leverage hardware resources to improve the speed and rendering performance of web content.
  • Web Administration PanelsDashboards for managing application configuration.
  • Web Applications2 sub-tagsComplete software programs designed to run in a web browser, providing interactive functionality to users.
  • Web Automation and Scraping15 sub-tagsInfrastructure for programmatic browser control, data extraction, and automated web interaction.
  • Web Clipping1 sub-tagTools that allow users to capture, save, and organize specific portions of web page content for later use.
  • Web Development Domains1 sub-tagSpecialized areas of web development that focus on specific design patterns or architectural methodologies.
  • Web Development Guides1 sub-tagEducational resources and documentation providing best practices for implementing specific web development techniques.
  • Web Development Resources2 sub-tagsReusable assets and code snippets designed to accelerate the creation of web interfaces and visual effects.
  • Web Development Utilities3 sub-tagsHelper functions and configuration modules that manage common web application behaviors like routing and user notifications.
  • Web Embedding1 sub-tagMethods and configurations for embedding external web content or full pages into existing browser environments.
  • Web Infrastructure and Deployment4 sub-tagsTools for server management, deployment, and infrastructure services that support web application hosting.
  • Web Page Modifiers1 sub-tagTools that dynamically alter the appearance or behavior of web pages after they have loaded.
  • Web Platform2 sub-tagsCore browser capabilities and interfaces that allow developers to interact with the underlying web platform.
  • Web Portals1 sub-tagFrameworks and services for building centralized web interfaces that aggregate content and functionality for users.
  • Web Research Tools1 sub-tagUtilities designed to assist developers in analyzing, inspecting, or documenting web-based code and applications.
  • Web Standards8 sub-tagsSpecifications and implementations that ensure web content adheres to established industry standards for compatibility and structure.
  • Web Technologies3 sub-tagsLow-level utilities for processing data formats, parsing strings, and validating scripts within web environments.
  • Web-Based File ManagersBrowser-based interfaces that allow users to upload, organize, and manage files stored on remote servers.