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

17 repos

Awesome GitHub RepositoriesFull-Stack Frameworks

Integrated collections of libraries and tools that coordinate server-side resource fetching and client-side interface rendering.

Explore 17 awesome GitHub repositories matching web development · Full-Stack Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Backend Development
  4. Web Frameworks
  5. Full-Stack Frameworks

Awesome Full-Stack Frameworks GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • sindresorhus/awesome

    sindresorhus/awesome

    438,690GitHubView on GitHub↗

    This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software

    Maps out comprehensive frameworks designed to accelerate full-stack web application development.

    awesomeawesome-listlists
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

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

    Full-stack frameworks provide integrated routing, static generation, and server-side rendering for scalable web applications.

    JavaScriptjavascriptuifrontend
  • jackfrued/Python-100-Days

    jackfrued/Python-100-Days

    178,734GitHubView on GitHub↗

    This project is a comprehensive, day-by-day curriculum designed to guide learners through the Python programming language and its professional applications. The content spans from fundamental syntax and object-oriented design to advanced topics including database management, web development, data analysis, and machine

    Grasp full-stack architecture through clear explanations of request-response cycles and modern framework integration.

    Jupyter Notebook
  • 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

    Coordinates server-side route definitions, application state management, and request processing within a unified framework.

    Pythonapiasyncasyncio
  • 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

    Executes incoming network requests through a sequential chain of interceptors to allow flexible, modular request processing.

    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

    Unifies server-side API development and client-side interface construction within a single, high-speed environment.

    Zigbunbundlerjavascript
  • ChatGPTNextWeb/NextChat

    ChatGPTNextWeb/NextChat

    87,317GitHubView on GitHub↗

    NextChat is a self-hosted web application that provides a unified interface for interacting with multiple large language models. It functions as a conversational platform where users can manage and switch between diverse AI providers through configurable API backends, maintaining full control over their data and infras

    Leverages modern framework capabilities to serialize application state and restore user sessions instantly.

    TypeScriptcalclaudechatgptclaude
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    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

    Combines database management, request handling, template rendering, and security into a single environment for building complete web applications.

    Pythonappsdjangoframework
  • laravel/laravel

    laravel/laravel

    83,758GitHubView on GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. Th

    Equips developers with a unified environment for building scalable server-side applications, complete with database, authentication, and task processing utilities.

    Bladeframeworklaravelphp
  • macrozheng/mall

    macrozheng/mall

    82,926GitHubView on GitHub↗

    This project is an enterprise-grade Java framework designed for building scalable, full-stack e-commerce applications. It provides a comprehensive foundation for microservice-based distributed architectures, enabling the development of complex retail platforms that include product management, order processing, and secu

    Synchronizes server-side business logic with client-side interfaces to build responsive storefronts and management dashboards.

    Javadockerelasticsearchelk
  • spring-projects/spring-boot

    spring-projects/spring-boot

    80,046GitHubView on GitHub↗

    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

    Simplifies full-stack development by bundling applications and web servers into single, executable archives ready for deployment.

    Javaframeworkjavaspring
  • enaqx/awesome-react

    enaqx/awesome-react

    72,041GitHubView on GitHub↗

    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

    Aggregates a comprehensive directory of frameworks and essential tools for building modern web applications.

    awesomeawesome-listjavascript
  • expressjs/express

    expressjs/express

    68,784GitHubView on GitHub↗

    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

    Chains functions that intercept and process incoming HTTP requests before they reach final route handlers.

    JavaScriptexpressjavascriptnodejs
  • nuxt/nuxt

    nuxt/nuxt

    59,659GitHubView on GitHub↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a

    Facilitates full-stack development by seamlessly switching between server-side rendering and client-side interactivity.

    TypeScriptcsrframeworkfull-stack
  • rails/rails

    rails/rails

    58,297GitHubView on GitHub↗

    This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side temp

    Standardizes the interaction between server-side logic and client-side interfaces through a consistent architectural pattern.

    Rubyactivejobactiverecordframework
  • remix-run/react-router

    remix-run/react-router

    56,250GitHubView on GitHub↗

    React 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

    Coordinates server-side resource fetching and client-side hydration to synchronize application state across environments.

    TypeScript
  • psf/requests

    psf/requests

    53,829GitHubView on GitHub↗

    Requests is a high-level HTTP client library designed to simplify web communication and API integration. It provides an intuitive, human-readable interface for performing standard network operations, including request execution, connection pooling, and stateful session management. By encapsulating raw network data into

    Automates header management, cookie persistence, and redirect following to streamline complex web interactions.

    Pythonclientcookiesforhumans

Explore sub-tags

  • Full-Stack Web DevelopmentIntegrated development environments and tools for building scalable server-side APIs and client-side interfaces within a single codebase.
  • Full-Stack Web FrameworksIntegrated development environments providing comprehensive tools for building and managing complete web applications.
  • HTTP Interaction FrameworksTooling suites for managing HTTP headers, cookies, and redirects while automating request interactions.
  • Middleware-Oriented FrameworksModular architectures that process incoming web requests through a sequential chain of interceptors.
  • Minimalist Web FrameworksLightweight frameworks designed for constructing high-performance web services.
  • React FrameworksFrameworks specifically designed for building modern websites and applications using the React library.
  • Universal Web FrameworksFull-stack development environments capable of rendering applications on either the server or the client.