awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

React y Next.js

Clasificación actualizada el 23 jun 2026

For React y 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.

Explora librerías, frameworks y componentes diseñados para el ecosistema de desarrollo web de React y Next.js.

React y Next.js

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • zeit/next.jsAvatar de zeit

    zeit/next.js

    140,086Ver en 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
    Ver en GitHub↗140,086
  • clintonwoo/hackernews-react-graphqlAvatar de clintonwoo

    clintonwoo/hackernews-react-graphql

    4,533Ver en 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
    Ver en GitHub↗4,533
  • ixartz/saas-boilerplateAvatar de ixartz

    ixartz/SaaS-Boilerplate

    6,838Ver en 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
    Ver en GitHub↗6,838
  • shadcn/taxonomyAvatar de shadcn

    shadcn/taxonomy

    19,251Ver en 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
    Ver en GitHub↗19,251
  • t3-oss/create-t3-appAvatar de t3-oss

    t3-oss/create-t3-app

    28,983Ver en 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
    Ver en GitHub↗28,983
  • ixartz/next-js-boilerplateAvatar de ixartz

    ixartz/Next-js-Boilerplate

    12,982Ver en 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
    Ver en GitHub↗12,982
  • vercel-labs/ai-chatbotAvatar de vercel-labs

    vercel-labs/ai-chatbot

    20,501Ver en 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
    Ver en GitHub↗20,501
  • remix-run/react-routerAvatar de remix-run

    remix-run/react-router

    56,460Ver en 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
    Ver en GitHub↗56,460

Related searches

  • boilerplate de inicio para Next.js con autenticación y pagos
  • a production ready Next.js starter template
  • una librería de JavaScript para construir interfaces de usuario
  • librería de obtención y caché de datos para React
  • plantilla de inicio para Next.js con Prisma ORM
  • boilerplate de Next.js con integración de Supabase
  • plantilla de dashboard de administración con Next.js lista para producción
  • starter full stack con Next.js y FastAPI