awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Développement web

Classement mis à jour le 23 juin 2026

For an open source framework for web development, the strongest matches are loco-rs/loco (Loco is a comprehensive, convention-over-configuration framework for Rust that), web-infra-dev/modern.js (Modern) and leptos-rs/leptos (Leptos is a comprehensive full-stack Rust framework that provides). ripple-ts/ripple and withastro/astro round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explorez des frameworks, bibliothèques et outils open source pour construire des applications web modernes, réactives et scalables.

Développement web

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • loco-rs/locoAvatar de loco-rs

    loco-rs/loco

    8,645Voir sur GitHub↗

    Loco is a full-stack web framework for Rust designed to accelerate application development using a convention-over-configuration approach. It functions as an MVC web framework that provides a structured environment for building web applications and REST APIs. The project distinguishes itself through an integrated API development toolkit and a command-line scaffolding engine. These tools automate the creation of controllers, models, and migrations, allowing for the rapid generation of functional CRUD resources and application boilerplate. The framework covers a broad range of backend capabili

    Loco is a comprehensive, convention-over-configuration framework for Rust that provides built-in support for server-side rendering, ORM integration, API routing, authentication, and project scaffolding, making it a complete solution for full-stack web development.

    RustAPI RoutingObject-Relational MappersServer-Side Rendering
    Voir sur GitHub↗8,645
  • web-infra-dev/modern.jsAvatar de web-infra-dev

    web-infra-dev/modern.js

    5,019Voir sur GitHub↗

    modern.js is a full-stack web framework and frontend component toolchain. It functions as a development platform for building web applications with integrated routing and server-side rendering, while also serving as a static site generator and a Node.js application scaffold. The framework utilizes a Rust-based compiler for high-performance bundling to accelerate the transformation and packaging of assets. It employs a convention-over-configuration approach to reduce manual setup and uses plugin-driven extensibility to modify the build pipeline. The project covers a wide range of capabilities

    Modern.js is a comprehensive full-stack framework that provides server-side rendering, file-based routing, and integrated backend capabilities, making it a direct match for building modern web applications.

    TypeScriptComponent-Based ArchitecturesServer-Side Rendering
    Voir sur GitHub↗5,019
  • leptos-rs/leptosAvatar de leptos-rs

    leptos-rs/leptos

    20,993Voir sur GitHub↗

    Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti

    Leptos is a comprehensive full-stack Rust framework that provides server-side rendering, type-safe API handling, and a component-based architecture, making it a complete solution for building modern web applications.

    RustServer-Side RenderingServer-Side RenderingStreaming Server-Side Rendering
    Voir sur GitHub↗20,993
  • ripple-ts/rippleAvatar de Ripple-TS

    Ripple-TS/ripple

    7,379Voir sur GitHub↗

    Ripple is a full-stack TypeScript web framework and reactive UI library used for building interfaces with server-side rendering. It organizes user interfaces into a hierarchy of reusable, scoped components with built-in state management and client-side hydration. The framework is distinguished by its fine-grained reactivity, which updates specific DOM elements without requiring full component re-renders. It integrates server-side logic and client-side components within a single TypeScript codebase, enabling a unified full-stack development workflow. The system covers a broad range of capabil

    Ripple is a full-stack TypeScript framework that provides server-side rendering and a component-based architecture, though it lacks explicit mention of built-in database ORM or authentication modules compared to more comprehensive enterprise-grade frameworks.

    JavaScriptComponent-Based ArchitecturesServer-Side RenderingServer-Side Rendering
    Voir sur GitHub↗7,379
  • withastro/astroAvatar de withastro

    withastro/astro

    60,387Voir sur GitHub↗

    Astro is a content-driven web framework designed for building multi-page applications that prioritize performance by shipping minimal JavaScript to the browser. It functions as a static site generator and server-side rendering engine, transforming source files into optimized HTML documents. By utilizing an island architecture, the framework isolates interactive components within static pages, ensuring that only necessary code is hydrated on the client side. The framework provides a unified build pipeline that supports component-agnostic rendering, allowing developers to integrate components f

    Astro is a powerful web framework that supports server-side rendering, component-based architecture, and TypeScript, though it is primarily optimized for content-driven sites rather than traditional full-stack applications with built-in ORM or authentication layers.

    TypeScriptServer-Side Rendering
    Voir sur GitHub↗60,387
  • remix-run/remixAvatar de remix-run

    remix-run/remix

    33,074Voir sur 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

    Remix is a comprehensive full-stack framework that natively supports server-side rendering, TypeScript, nested routing, and data management, making it a flagship tool for building modern web applications.

    TypeScriptFull-Stack Web FrameworksServer-Side Rendering FrameworksDeclarative Data Mutation Layers
    Voir sur GitHub↗33,074
  • revel/revelAvatar de revel

    revel/revel

    13,224Voir sur GitHub↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Revel is a full-stack MVC framework for Go that provides essential web development features like server-side rendering, routing, and session management, though it lacks a built-in ORM and native TypeScript support compared to modern full-stack alternatives.

    GoServer-Side RenderingSession ManagementServer-Side Rendering Engines
    Voir sur GitHub↗13,224
  • vapor/vaporAvatar de vapor

    vapor/vapor

    26,138Voir sur GitHub↗

    Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the

    Vapor is a comprehensive, full-stack server-side framework for Swift that provides robust ORM integration, API routing, authentication, and server-side rendering, making it a strong choice for building web applications in a type-safe environment.

    SwiftDatabase ORMsObject-Relational MappersSession Management
    Voir sur GitHub↗26,138
  • vuecomponent/ant-design-vueAvatar de vueComponent

    vueComponent/ant-design-vue

    21,568Voir sur GitHub↗

    Ant Design Vue is a comprehensive UI component library and enterprise design system for Vue. It provides a collection of reusable user interface elements designed specifically for building professional web applications and complex business software. The project functions as a server-side rendering framework, enabling the generation of HTML on the server to increase initial page load speeds and improve search engine visibility. It is designed for the implementation of corporate design systems and the construction of data-heavy internal tools, such as admin dashboards. The library covers broad

    This is a UI component library and design system for building interfaces, rather than a full-stack framework that provides backend features like database ORM integration, API routing, or authentication.

    VueServer-Side RenderingServer-Side Rendering
    Voir sur GitHub↗21,568
  • clintonwoo/hackernews-react-graphqlAvatar de clintonwoo

    clintonwoo/hackernews-react-graphql

    4,533Voir sur GitHub↗

    This project is a GraphQL web application with a React frontend that utilizes server-side rendering to generate HTML on the server for improved initial load times and search engine indexing. The application supports both static site generation for fast delivery via pre-rendered HTML files and containerized deployment to ensure consistent runtime behavior across different environments. The project includes capabilities for GraphQL data integration, frontend asset optimization through code-splitting, and component UI verification using snapshot testing. It also provides a mechanism for managin

    This repository is a specific implementation of a Hacker News clone rather than a general-purpose framework for building your own full-stack applications.

    TypeScriptServer-Side RenderingServer-Side Rendering
    Voir sur GitHub↗4,533
  • inertiajs/inertiaAvatar de inertiajs

    inertiajs/inertia

    7,708Voir sur GitHub↗

    Inertia is a server-driven frontend framework designed to create monolithic single page applications. It acts as a state synchronization protocol and client-side routing bridge, allowing developers to build interactive experiences using modern JavaScript component libraries while keeping routing and controllers on the server. This approach eliminates the need for a separate REST or GraphQL API layer by passing data from server controllers to frontend components as props via JSON payloads. The framework distinguishes itself by utilizing adapter-based integration to link various backend environ

    Inertia is a specialized framework that enables full-stack development by bridging server-side controllers with frontend components, though it relies on your existing backend framework for ORM and authentication rather than providing them itself.

    TypeScriptServer-Side RenderingServer-Side RenderingServer-Side Rendering Engines
    Voir sur GitHub↗7,708
  • hyperf/hyperfAvatar de hyperf

    hyperf/hyperf

    6,855Voir sur GitHub↗

    Hyperf is a high-performance PHP coroutine framework designed for building microservices and middleware. It utilizes non-blocking coroutines to handle high concurrency and low-latency request processing, providing a foundation for scalable distributed systems. The framework is distinguished by an aspect-oriented programming based dependency injector that enables pluggable components and meta-programming. It includes a coroutine-optimized object-relational mapper with integrated model caching and an orchestration toolkit for microservice governance, featuring service discovery, circuit breaker

    Hyperf is a high-performance PHP framework that provides robust tools for API development, database ORM integration, and authentication, though it is primarily architected for microservices and backend systems rather than traditional full-stack web application rendering.

    PHPDatabase ORMsObject-Relational Mappers
    Voir sur GitHub↗6,855
  • yewstack/yewAvatar de yewstack

    yewstack/yew

    32,696Voir sur GitHub↗

    Yew is a framework for building front-end web applications using Rust and WebAssembly. It provides a component-based architecture that allows developers to create modular, reusable user interface elements that manage their own state and logic. By compiling code into binary modules, the framework enables high-performance execution within modern browser environments. The framework distinguishes itself through a macro-based markup language that transforms declarative, HTML-like syntax into strongly-typed component structures during compilation. It features a robust server-side rendering engine t

    Yew is a specialized front-end framework for building WebAssembly-based user interfaces, but it lacks the built-in database ORM, backend API routing, and full-stack integration features required for a comprehensive full-stack web development framework.

    RustComponent-Based ArchitecturesServer-Side Rendering Engines
    Voir sur GitHub↗32,696
  • youzan/vantAvatar de youzan

    youzan/vant

    24,323Voir sur GitHub↗

    Vant is a mobile UI library and component framework for Vue, providing a collection of lightweight, reusable interface elements optimized for small screens and touch interactions. It serves as a mobile component library and accessible web UI kit designed to integrate with Vue's reactivity and state management. The framework functions as a themable design system, allowing for visual branding and dark mode support through customizable theme variables. It includes built-in tools for internationalization to localize user interfaces across different geographic regions. The library covers a broad

    This is a mobile-focused UI component library for Vue rather than a full-stack framework, meaning it provides interface elements but lacks the backend capabilities like database ORM integration, authentication, and API routing required for a complete application.

    TypeScriptComponent-Based ArchitecturesServer-Side Rendering
    Voir sur GitHub↗24,323
  • choojs/chooAvatar de choojs

    choojs/choo

    6,767Voir sur GitHub↗

    Choo is a minimalist frontend framework providing a tiny foundation for building web applications. It functions as an event-driven application core that decouples business logic from rendering and includes a client-side router to manage browser history and URL mapping without page reloads. The project distinguishes itself through an architecture that combines a server-side rendering engine for generating static HTML strings with a stateful UI component library. This allows for the creation of self-contained interface elements that maintain internal data and persist across global renders. The

    This is a minimalist frontend framework focused on client-side UI and state management rather than a full-stack framework that provides built-in database ORM integration, backend API routing, or authentication services.

    JavaScriptServer-Side RenderingServer-Side RenderingServer-Side Rendering Engines
    Voir sur GitHub↗6,767
  • diesel-rs/dieselAvatar de diesel-rs

    diesel-rs/diesel

    14,021Voir sur GitHub↗

    This project is a type-safe database toolkit and object-relational mapper designed to enforce structural consistency between database schemas and application code. By leveraging compile-time validation, it ensures that SQL queries and data structures remain synchronized, preventing common errors before the application executes. It provides a comprehensive framework for relational data modeling, allowing developers to define table associations and map database results directly into strongly-typed language objects. The library distinguishes itself through its focus on compile-time safety and au

    This is a database toolkit and ORM library for Rust, which serves as a specific building block for data persistence rather than a comprehensive full-stack web framework.

    RustDatabase ORMsObject-Relational Mappers
    Voir sur GitHub↗14,021
  • reactjs/react-railsAvatar de reactjs

    reactjs/react-rails

    6,771Voir sur GitHub↗

    This library is an integration bridge for embedding React components within Ruby on Rails views and controllers. It provides a hybrid frontend architecture that allows developers to mix traditional server-rendered templates with isolated interactive components. The project differentiates itself through a comprehensive server-side rendering wrapper that generates HTML on the server to improve load speeds and search engine visibility. It includes a client-side hydration manager that automatically mounts and unmounts components by scanning the document for markers and synchronizing with navigati

    This is a library designed to integrate React components into an existing Ruby on Rails application rather than a standalone full-stack framework that provides its own server-side routing, database ORM, or authentication systems.

    JavaScriptServer-Side RenderingServer-Side Rendering
    Voir sur GitHub↗6,771
  • fastapi/full-stack-fastapi-templateAvatar de fastapi

    fastapi/full-stack-fastapi-template

    43,815Voir sur GitHub↗

    This project is a full-stack web application scaffolder designed to initialize production-ready projects with pre-configured database, authentication, and deployment settings. It provides a standardized starting point for development by generating a complete application structure that includes integrated backend, frontend, and database components. The template distinguishes itself through a type-safe integration layer that automatically synchronizes backend API definitions with frontend client code, ensuring consistent data exchange. It also features a containerized development environment th

    This project provides a comprehensive, pre-configured boilerplate for full-stack development that integrates FastAPI, React, and PostgreSQL, though it functions as a scaffolding template rather than a standalone framework itself.

    TypeScriptAPI Integration LayersProject ScaffoldingDatabase Migrations
    Voir sur GitHub↗43,815
  • seaql/sea-ormAvatar de SeaQL

    SeaQL/sea-orm

    9,410Voir sur GitHub↗

    Sea-ORM is an asynchronous SQL object-relational mapper and database toolkit for mapping relational tables to strongly typed objects. It provides a relational database mapper for performing CRUD operations across MySQL, PostgreSQL, and SQLite, and includes a programmatic dynamic query builder for constructing complex SQL statements. The project distinguishes itself by providing a GraphQL schema generator that transforms database entities into typed schemas with built-in pagination and filters. It also features a dedicated database migration tool for defining and applying versioned schema chan

    This is a database ORM and toolkit for Rust, which serves as a building block for data persistence rather than a comprehensive full-stack framework that handles server-side rendering, routing, and authentication.

    RustDatabase ORMsObject-Relational MappersActive-Record ORMs
    Voir sur GitHub↗9,410
Comparez le top 10 en un coup d'œil
DépôtStarsLangageLicenceDernier push
loco-rs/loco8.6KRustapache-2.020 févr. 2026
web-infra-dev/modern.js5KTypeScriptMIT23 juin 2026
leptos-rs/leptos21KRustMIT22 juin 2026
ripple-ts/ripple7.4KJavaScriptMIT23 juin 2026
withastro/astro60.4KTypeScriptNOASSERTION23 juin 2026
remix-run/remix33.1KTypeScriptMIT16 juin 2026
revel/revel13.2KGoMIT28 oct. 2023
vapor/vapor26.1KSwiftMIT19 juin 2026
vuecomponent/ant-design-vue21.6KVueNOASSERTION22 juin 2026
clintonwoo/hackernews-react-graphql4.5KTypeScriptmit4 mars 2023

Related searches

  • a collection of frontend development resources
  • un générateur de site statique pour le développement web
  • a modern framework for building web applications
  • Sécurité des applications web et exploitation
  • a comprehensive suite of software development tools
  • un framework pour créer des applications full stack
  • projet pour comprendre les frameworks web
  • a productivity extension for code editors