awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

65 个仓库

Awesome GitHub RepositoriesFrameworks

Full-stack and frontend frameworks for building web applications.

Explore 65 awesome GitHub repositories matching part of an awesome list · Frameworks. Refine with filters or upvote what's useful.

Awesome Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vercel/next.jsvercel 的头像

    vercel/next.js

    140,051在 GitHub 上查看↗

    Next.js is a web development framework that provides a file-system-based routing system and a suite of server-side utilities for managing the request-response cycle. It includes built-in support for data fetching, caching, and revalidation, allowing developers to control how content is rendered and served. The framework offers a centralized configuration system for build-time settings, environment variables, and deployment adapters, alongside a command-line interface for bootstrapping new projects. The framework covers a wide range of application requirements, including metadata management fo

    The primary React framework for production-grade web applications.

    JavaScriptreactframeworkssr
    在 GitHub 上查看↗140,051
  • vuejs/awesome-vuevuejs 的头像

    vuejs/awesome-vue

    73,568在 GitHub 上查看↗

    🎉 A curated list of awesome things related to Vue.js

    Ecosystem resources for the Vue.js framework.

    在 GitHub 上查看↗73,568
  • gatsbyjs/gatsbygatsbyjs 的头像

    gatsbyjs/gatsby

    55,941在 GitHub 上查看↗

    Gatsby is a React static site generator and hybrid rendering framework used to build websites by pre-rendering components into static HTML files for delivery via content delivery networks. It functions as a hybrid rendering platform that supports a combination of static generation, server-side rendering, and deferred page loading. The framework operates as a GraphQL data aggregator, pulling content from various APIs, headless CMS integrations, and files into a single unified schema for frontend queries. It also serves as a frontend performance optimizer, automating code splitting, resource pr

    Static site generator for building modern, performant websites.

    JavaScriptblogcompilergatsby
    在 GitHub 上查看↗55,941
  • refinedev/refinerefinedev 的头像

    refinedev/refine

    34,906在 GitHub 上查看↗

    Refine is a headless framework designed for building data-intensive internal business applications, such as admin panels and dashboards. It provides a core set of hooks and architectural patterns that decouple business logic, authentication, and data operations from the user interface, allowing developers to integrate any design system while maintaining a consistent application structure. The framework distinguishes itself through a resource-centric approach that automatically maps application views to data entities via centralized configuration. It features a unified data provider interface

    Framework for building data-heavy CRUD applications without constraints.

    TypeScriptadminadmin-uiant-design
    在 GitHub 上查看↗34,906
  • nothings/stbnothings 的头像

    nothings/stb

    33,970在 GitHub 上查看↗

    This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off

    Collection of single-file libraries for various tasks.

    C
    在 GitHub 上查看↗33,970
  • remix-run/remixremix-run 的头像

    remix-run/remix

    33,074在 GitHub 上查看↗

    Remix is a full-stack web framework designed to manage data loading, mutations, and routing through standard web platform APIs. It functions as a server-side rendering framework that unifies server-side data processing and client-side interactivity within a single development model, ensuring applications remain consistent across diverse environments. The framework distinguishes itself by utilizing native web platform APIs for all request and response handling, including a declarative data mutation layer that synchronizes server-side database updates with client-side UI transitions via standar

    Full-stack framework focusing on web standards and user experience.

    TypeScript
    在 GitHub 上查看↗33,074
  • facebook/follyfacebook 的头像

    facebook/folly

    30,412在 GitHub 上查看↗

    Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for large-scale production environments. It provides specialized toolkits for memory management, concurrency, asynchronous workflows, and low-latency input and output operations. The project distinguishes itself through the provision of lock-free containers and bounded queues to minimize contention in multi-threaded applications, alongside a framework for managing deferred computations using futures and promises. It further offers specialized memory arenas and optimized implementation

    Collection of C++ library components from Facebook.

    C++
    在 GitHub 上查看↗30,412
  • sindresorhus/awesome-electronsindresorhus 的头像

    sindresorhus/awesome-electron

    27,183在 GitHub 上查看↗

    This project is a community-maintained directory of resources for building desktop applications with Electron. It serves as a centralized knowledge base, aggregating high-quality tools, learning materials, and software examples to assist developers in mastering the framework and improving their development workflows. The repository functions as a curated ecosystem index, relying on peer review and community contributions to verify and organize information. By maintaining a structured collection of articles, books, boilerplates, and third-party components, it provides a comprehensive reference

    Resources for building desktop apps with Electron.

    awesomeawesome-listelectron
    在 GitHub 上查看↗27,183
  • marmelab/react-adminmarmelab 的头像

    marmelab/react-admin

    26,780在 GitHub 上查看↗

    React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr

    Frontend framework for building complex B2B and admin interfaces.

    TypeScriptadminadmin-dashboardadmin-on-rest
    在 GitHub 上查看↗26,780
  • tencent/wepyTencent 的头像

    Tencent/wepy

    22,593在 GitHub 上查看↗

    wepy is a frontend build toolchain and component framework designed for creating mini programs. It provides a modular UI library and a system for building reusable interface elements that maintain consistent layouts across different platform environments. The project features a cross-platform build target system that maps a single source codebase to multiple distinct output formats. It utilizes a template-based compilation process to transform custom syntax into platform-specific markup and supports the integration of third-party JavaScript packages through asynchronous module resolution. Th

    The primary framework for component-based mini program development.

    JavaScript
    在 GitHub 上查看↗22,593
  • quozd/awesome-dotnetquozd 的头像

    quozd/awesome-dotnet

    21,410在 GitHub 上查看↗

    This project serves as a comprehensive, community-driven directory for the .NET ecosystem. It functions as a curated index of high-quality libraries, frameworks, and tools designed to assist developers in identifying recommended solutions for a wide range of project requirements and software engineering tasks. The repository distinguishes itself by providing a categorized catalogue that simplifies the discovery of resources across the entire .NET development lifecycle. By maintaining a standardized collection of community-contributed utilities, it helps developers navigate the ecosystem to fi

    Resources for the .NET ecosystem.

    awesomeawesome-listclr
    在 GitHub 上查看↗21,410
  • sogou/workflowsogou 的头像

    sogou/workflow

    14,301在 GitHub 上查看↗

    Workflow is an asynchronous C++ task engine designed for building distributed systems and high-performance network services. It provides a framework for orchestrating complex sequences of network, file, and computational operations, allowing developers to compose these tasks into parallel workflows. The library functions as a toolkit for implementing scalable servers and clients for protocols such as HTTP, Redis, MySQL, and Kafka. It distinguishes itself through a task-based concurrency model that manages non-blocking operations and coordinates service discovery, load balancing, and traffic r

    Parallel computing and asynchronous networking engine.

    C++consuldaghttp
    在 GitHub 上查看↗14,301
  • chiraggude/awesome-laravelchiraggude 的头像

    chiraggude/awesome-laravel

    13,072在 GitHub 上查看↗

    A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem

    Packages and tutorials for the Laravel framework.

    awesomelaravelphp
    在 GitHub 上查看↗13,072
  • nestjs/awesome-nestjsnestjs 的头像

    nestjs/awesome-nestjs

    13,040在 GitHub 上查看↗

    This project serves as a curated directory of resources, libraries, and educational materials for the NestJS ecosystem. It functions as a central hub for developers building scalable, modular server-side applications using TypeScript, providing a comprehensive index of tools designed to support enterprise-grade web development. The repository distinguishes itself by aggregating community-maintained modules, architectural patterns, and integration tools that extend the core framework. It provides access to production-ready starter templates and boilerplate projects, enabling developers to esta

    Resources for the NestJS framework.

    awesomeawesome-listlist
    在 GitHub 上查看↗13,040
  • openframeworks/openframeworksopenframeworks 的头像

    openframeworks/openFrameworks

    10,385在 GitHub 上查看↗

    openFrameworks is a C++ creative coding toolkit and multimedia framework designed for building interactive art and visual applications across multiple operating systems. It provides a development environment and graphics library that unify the handling of visuals, audio, and hardware input for real-time projects. The toolkit facilitates the development of generative art and multimedia installations through a set of libraries that ensure consistent behavior across different platforms. It includes tools for prototyping and deploying artistic software and installations, supporting the creation o

    Toolkit designed for creative coding and interactive applications.

    C++
    在 GitHub 上查看↗10,385
  • troxler/awesome-css-frameworkstroxler 的头像

    troxler/awesome-css-frameworks

    9,381在 GitHub 上查看↗

    List of awesome CSS frameworks in 2026

    Collection of CSS frameworks.

    CSSawesomeawesome-listcollection
    在 GitHub 上查看↗9,381
  • scylladb/seastarscylladb 的头像

    scylladb/seastar

    9,271在 GitHub 上查看↗

    Seastar is a C++ server application framework and asynchronous programming library designed for building high-performance, shared-nothing server applications. It functions as a high-performance I/O engine providing direct disk and network access through a shared-nothing framework that partitions data and execution across CPU cores. The framework distinguishes itself through a thread-per-core architecture that eliminates locking and resource contention by assigning one execution thread to each physical CPU core. It implements a userspace TCP/IP stack and kernel-bypass techniques, integrating w

    Advanced framework for high-performance server-side applications.

    C++
    在 GitHub 上查看↗9,271
  • vikejs/vikevikejs 的头像

    vikejs/vike

    5,751在 GitHub 上查看↗

    Vike is a full-stack web framework that provides server-side rendering with client-side hydration, static site generation, and file-based routing. It operates as a plugin-based web framework with a universal JavaScript runtime, allowing the same code to run on both server and client environments. The framework distinguishes itself through its flexible data fetching capabilities, enabling data retrieval at any lifecycle point including server start, browser start, or page render. Its plugin-based extensibility allows for custom integrations and modifications without altering the core framework

    Modular framework alternative for server-side rendering and routing.

    TypeScriptfull-stacknodereact
    在 GitHub 上查看↗5,751
  • tboox/tboxtboox 的头像

    tboox/tbox

    5,111在 GitHub 上查看↗

    Tbox 是一个用于便携式 C 开发的综合底层实用库和工具包集合。它提供了一个多平台 C 实用库,作为标准库的轻量级替代品,提供优化的内存管理和系统抽象,以确保跨不同操作系统的硬件兼容性。 该项目通过一个标准化的数据容器框架脱颖而出,包括带有集成搜索和排序功能的哈希表、向量和链表。它还提供了一个专门用于网络和序列化的工具包,管理 HTTP 请求、SSL 加密以及 JSON、XML 和二进制格式之间的数据转换。 能力范围扩展到通过协程和线程池进行的并发任务执行、统一的系统调用抽象和 2D 图形渲染。其他功能包括加密哈希生成、正则表达式执行、定点算术和内存池管理。 该工具包还包括用于 iOS 和 macOS 上 Objective-C 方法追踪的专用工具,以及能够处理 x86 脚本指令的虚拟机。

    Multi-platform utility library with a focus on portability.

    C
    在 GitHub 上查看↗5,111
  • idealvin/coostidealvin 的头像

    idealvin/coost

    4,205在 GitHub 上查看↗

    Coost is a concurrent network framework and coroutine scheduler designed for building high-performance TCP, HTTP, and RPC services. It provides a set of tools for handling non-blocking IPv4 and IPv6 communication, integrating SSL encryption and a lightweight execution engine that manages concurrent tasks using shared stacks. The project features a specialized JSON RPC implementation for exchanging structured data over encrypted connections and a high-performance logging system. This logging infrastructure supports topic-based routing, frequency filtering, and automated stack trace capture for

    Lightweight, modular library providing boost-like functionality.

    C++benchmarkcoroutineflag
    在 GitHub 上查看↗4,205
上一个123…4下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Frameworks