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
·

React et Next.js

Classement mis à jour le 23 juin 2026

For React et Next.js, the strongest matches are zeit/next.js (Next), clintonwoo/hackernews-react-graphql (This project is a full-stack application built with React) and ixartz/saas-boilerplate (This repository is a comprehensive Next). shadcn/taxonomy and t3-oss/create-t3-app round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explorez les bibliothèques, frameworks et composants dédiés aux écosystèmes React et Next.js.

React et Next.js

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • zeit/next.jsAvatar de zeit

    zeit/next.js

    140,086Voir sur GitHub↗

    Next.js is a full stack web framework designed for building applications with React. It functions as a React web framework that integrates a server-side rendering engine, a static site generator, and a dedicated application router to manage page-based navigation and dynamic URL segments. The framework enables the development of both frontend user interfaces and backend server logic within a single codebase. It provides a unified environment for full stack web development, allowing frontend and backend components to be built and managed together. The system focuses on frontend performance opt

    Next.js is the foundational full-stack framework for React that natively provides server-side rendering, static site generation, API routes, and the modern App Router architecture with full TypeScript support.

    JavaScriptServer-Side RenderingStatic Site Generation
    Voir sur GitHub↗140,086
  • 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 project is a full-stack application built with React and Next.js that provides server-side rendering, static site generation, and TypeScript support, serving as a functional example of the requested stack.

    TypeScriptServer-Side RenderingServer-Side RenderingStatic Site Generation
    Voir sur GitHub↗4,533
  • ixartz/saas-boilerplateAvatar de ixartz

    ixartz/SaaS-Boilerplate

    6,838Voir sur GitHub↗

    This project is a comprehensive starter kit for building subscription-based web applications using Next.js and TypeScript. It provides a structural foundation for developing software-as-a-service platforms, incorporating integrated user authentication, payment tiers, and multi-tenant organization management. The framework distinguishes itself with a dedicated multi-tenant application architecture that organizes users into teams and organizations with workspace switching. It includes a built-in monetization layer via Stripe subscription integration for managing pricing tiers and billing cycles

    This repository is a comprehensive Next.js starter kit that provides a production-ready foundation for full-stack SaaS applications, fully supporting the App Router, TypeScript, and server-side rendering requirements.

    TypeScriptNext.js App Router Integrations
    Voir sur GitHub↗6,838
  • shadcn/taxonomyAvatar de shadcn

    shadcn/taxonomy

    19,251Voir sur GitHub↗

    Taxonomy is a SaaS boilerplate and Next.js application template designed for building subscription-based web applications. It provides a foundational architecture implemented as a TypeScript web framework, utilizing server components and app-router file routing. The project serves as a comprehensive starter for software-as-a-service products, combining user authentication workflows with recurring subscription billing. It further functions as a markdown content site, enabling the creation of blogs or documentation through markdown-to-HTML rendering. The codebase integrates several core capabi

    This is a comprehensive Next.js starter kit that leverages the App Router, TypeScript, and server components to provide a full-stack foundation for SaaS applications, including built-in support for authentication, billing, and content management.

    TypeScriptServer Components
    Voir sur GitHub↗19,251
  • t3-oss/create-t3-appAvatar de t3-oss

    t3-oss/create-t3-app

    28,983Voir sur GitHub↗

    create-t3-app is a full stack web framework initializer and project scaffolder. It functions as a command line tool for initializing Next.js applications, acting as a TypeScript full stack starter that generates a predefined folder structure and configuration files. The tool focuses on establishing a typesafe full stack architecture. It enforces end-to-end type safety between the client and server, ensuring that data types remain synchronized across the entire application stack to prevent runtime errors. The initializer automates the setup of a full stack development environment by bootstrap

    This project is the industry-standard starter kit for building full-stack applications with Next.js, providing a pre-configured environment that includes the App router, TypeScript, and integrated API routing.

    TypeScriptProject InitializersApplication GeneratorsEnd-to-End Type Safety Frameworks
    Voir sur GitHub↗28,983
  • ixartz/next-js-boilerplateAvatar de ixartz

    ixartz/Next-js-Boilerplate

    12,982Voir sur GitHub↗

    This project is a production-ready starter template for building web applications with the React framework. It provides a structured environment that enforces type safety and consistent coding standards across the entire application stack using TypeScript. The boilerplate distinguishes itself by integrating pre-configured modules for authentication, database management, and internationalization. It includes built-in support for managing user sessions, performing type-safe database operations, and localizing interface content into multiple languages to support a global user base. The project

    This repository is a comprehensive Next.js starter kit that provides a production-ready foundation with built-in support for the App router, TypeScript, and essential full-stack features like authentication and database integration.

    TypeScriptApplication Starter KitsNext.js IntegrationsReact Frameworks
    Voir sur GitHub↗12,982
  • vercel-labs/ai-chatbotAvatar de vercel-labs

    vercel-labs/ai-chatbot

    20,501Voir sur GitHub↗

    This is a full-featured chatbot framework and Next.js web application designed for integrating various large language model providers into a web interface. It serves as a template for building AI chatbots that can generate text and structured data through a unified interface. The project functions as an authenticated AI application, incorporating built-in user identity verification and session management. It includes a suite for AI tool integration, allowing language models to execute tool calls and generate structured objects by connecting to external data and functions. The framework provi

    This is a full-stack Next.js application that implements the App router, TypeScript, and server-side rendering, serving as a robust starter kit for building AI-integrated web interfaces.

    TypeScriptAI ChatbotsAI Integration ToolsChat Interfaces
    Voir sur GitHub↗20,501
  • remix-run/react-routerAvatar de remix-run

    remix-run/react-router

    56,460Voir sur 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 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

    React Router is a full-stack routing and data-loading framework that provides the essential server-side rendering, API-like data fetching, and TypeScript-first architecture required for building modern React applications, though it functions as a specialized routing layer rather than a comprehensive meta-framework like Next.js.

    TypeScriptDeclarative Routing LibrariesHierarchical Route MatchingReact Frameworks
    Voir sur GitHub↗56,460

Related searches

  • un boilerplate de démarrage Next.js avec authentification et facturation
  • a production ready Next.js starter template
  • une bibliothèque JavaScript pour créer des interfaces utilisateur
  • une bibliothèque de récupération et de mise en cache de données pour React
  • un template de démarrage Next.js avec Prisma ORM
  • un boilerplate Next.js avec intégration Supabase
  • template de dashboard admin Next.js prêt pour la production
  • starter full stack avec Next.js et FastAPI