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
·

Boilerplate para aplicaciones web

Clasificación actualizada el 30 jun 2026

For un boilerplate para crear aplicaciones web en hackathons, the strongest matches are shadcn-ui/taxonomy (Taxonomy is a production-grade Next), blitz-js/blitz (Blitz is a fullstack framework for Next) and t3-oss/create-t3-app (create-t3-app is a scaffolding tool that generates a full-stack). vercel/examples and ixartz/next-js-boilerplate round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Curamos repositorios de código abierto en GitHub que coinciden con “hackathon starter”. Los resultados están clasificados por relevancia según tu búsqueda; usa los filtros de abajo para acotar o refina con IA.

Boilerplate para aplicaciones web

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • shadcn-ui/taxonomyAvatar de shadcn-ui

    shadcn-ui/taxonomy

    19,248Ver en GitHub↗

    Taxonomy is a full-stack application template and reference implementation built with the Next.js app router. It serves as a comprehensive starter for developing web applications using server components and modern React patterns. The project integrates a variety of specialized systems, including an identity management workflow for OAuth and session handling, and a billing system for managing recurring subscriptions and payment events. It also features a content pipeline that transforms Markdown and JSX files into type-safe data collections for rendering blogs and documentation. The architect

    Taxonomy is a production-grade Next.js app starter with built-in authentication (NextAuth), database (Prisma), API routes, a modern UI stack (Tailwind Radix), and deployment-ready for Vercel — exactly the kind of all-in-one boilerplate a hackathon builder needs to skip setup and start coding.

    TypeScriptDatabase ORMsNext.js Development
    Ver en GitHub↗19,248
  • blitz-js/blitzAvatar de blitz-js

    blitz-js/blitz

    14,129Ver en GitHub↗

    Blitz is a fullstack development framework extension for Next.js and a command line interface used to bootstrap project structures and orchestrate local development servers. It integrates frontend and backend logic into a single workflow to facilitate the creation of complete web applications. The framework employs a zero-API backend integration and a direct database access layer, allowing frontend components to connect to serverless functions and databases without manual API definitions. It features a schema-driven type generator that automatically creates TypeScript definitions by analyzing

    Blitz is a fullstack framework for Next.js that scaffolds complete projects with built-in authentication, database access, and API routing, making it an ideal ready-to-use starter for quickly building full-stack apps at a hackathon.

    TypeScriptNext.js Development
    Ver en GitHub↗14,129
  • 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

    create-t3-app is a scaffolding tool that generates a full-stack Next.js app with pre-configured authentication via NextAuth, database via Prisma, API routes via tRPC, and styling via Tailwind — exactly the kind of ready-to-use starter kit you need to hit the ground running at a hackathon.

    TypeScriptNext.js Development
    Ver en GitHub↗28,983
  • vercel/examplesAvatar de vercel

    vercel/examples

    5,115Ver en GitHub↗

    This repository is a collection of deployable project templates, reference architectures, and starter applications for building serverless web applications on Vercel. It serves as a library of implementation patterns and full stack starter kits designed to bootstrap new projects and reduce initial setup time. The collection provides a gallery of curated design patterns for frontend architecture and serverless application design. These reference architectures demonstrate best practices for structural design and the implementation of scalable web user interfaces. The repository covers a range

    This repository is a comprehensive collection of full-stack starter kits and deployable templates for Vercel, covering authentication, database integration, API routing, and deployment configuration out of the box—perfect for quickly bootstrapping a hackathon project.

    TypeScriptVercel
    Ver en GitHub↗5,115
  • 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 Next.js starter template comes with pre-configured authentication, database integration (type-safe ORM), environment variable management, and a ready-to-deploy setup (Netlify), covering everything a hackathon team needs to start a full-stack app immediately.

    TypeScriptEnvironment Variable Injection
    Ver en GitHub↗12,982
  • kriasoft/react-starter-kitAvatar de kriasoft

    kriasoft/react-starter-kit

    23,603Ver en GitHub↗

    This project is a full-stack React starter kit and TypeScript web application boilerplate. It provides a pre-configured project template that combines a frontend and backend to accelerate the development of production-ready web applications. The kit is distinguished by its focus on type-safe architectures, utilizing a monorepo structure to synchronize data types between the server and client. It integrates specific implementations for SaaS operations, including recurring subscription billing via Stripe and user identity authentication supporting passkeys, social logins, and email verification

    This React TypeScript monorepo starter is a full-stack boilerplate with pre-configured authentication (passkeys, social logins), database schema management, API routing, deployment infrastructure, and environment variable handling, making it an ideal ready-to-use template for quickly building a hackathon project.

    TypeScriptFull-Stack Application BoilerplatesProject BoilerplatesApplication Starter Kits
    Ver en GitHub↗23,603
  • wasp-lang/open-saasAvatar de wasp-lang

    wasp-lang/open-saas

    13,405Ver en GitHub↗

    Open SaaS is a full-stack starter kit and development framework designed for building and deploying commercial web applications. It provides a production-ready foundation that integrates essential services, including user authentication, payment processing, file storage, and administrative oversight, into a single cohesive environment. The framework utilizes a declarative configuration approach to define application structure, which automatically generates the necessary boilerplate for both frontend and backend components. By employing database-first schema modeling, it ensures type-safe comm

    Open SaaS is a production-ready full-stack starter kit with pre-configured authentication, PostgreSQL/Prisma database integration, React frontend, and deployment tooling, making it an ideal boilerplate for quickly launching a full-stack app at a hackathon.

    TypeScriptApplication Starter KitsReact FrameworksSaaS Scaffolding Templates
    Ver en GitHub↗13,405
  • davideviolante/angular-full-stackAvatar de DavideViolante

    DavideViolante/Angular-Full-Stack

    1,561Ver en GitHub↗

    Angular-Full-Stack is a comprehensive starter kit designed for building web applications using a unified TypeScript codebase. It integrates the MongoDB, Express, Angular, and Node stack into a single repository, providing a structured foundation that covers both frontend and backend logic. By utilizing a shared language across the entire stack, the framework enforces consistent data structures and interface contracts between the client and server. The project distinguishes itself through a focus on environment consistency and developer productivity. It includes pre-configured containerization

    This is a ready-to-use Angular full-stack boilerplate with Express, Mongoose, and Node, already wired with JWT authentication, Docker deployment, and TypeScript — exactly the kind of starter kit for a hackathon where you want auth, database, API routing, and deployment set up from the start.

    TypeScriptFull-Stack DevelopmentFull-Stack Monorepo ScaffoldersType Safety
    Ver en GitHub↗1,561
  • cookiecutter/cookiecutter-djangoAvatar de cookiecutter

    cookiecutter/cookiecutter-django

    13,421Ver en GitHub↗

    Cookiecutter Django is a command-line utility designed to generate production-ready web application structures based on the Django framework. It functions as a standardized boilerplate generator that automates the initial setup of a project, providing a consistent foundation that includes pre-configured settings, security defaults, and integrated infrastructure services. The project distinguishes itself by providing a fully containerized development and deployment environment. It orchestrates multi-container stacks that manage databases, background workers, and web servers, ensuring that the

    Cookiecutter Django generates a production-ready Django boilerplate with pre-configured auth, database, Docker/Heroku deployment, and environment variable management, but it is backend-focused and doesn't include a modern frontend framework out of the box, making it a solid but partial fit for a full-stack hackathon starter.

    PythonEnvironment Variables
    Ver en GitHub↗13,421
  • flipped-aurora/gin-vue-adminAvatar de flipped-aurora

    flipped-aurora/gin-vue-admin

    24,323Ver en GitHub↗

    Gin-vue-admin is a full-stack development scaffold designed to accelerate the creation of enterprise-grade web applications. It provides a pre-configured foundation for both backend and frontend components, incorporating a modular plugin architecture that allows developers to organize and manage application features as decoupled packages. The platform distinguishes itself through extensive automation, utilizing template-driven code generation to produce boilerplate code and interactive API documentation directly from source code annotations. It features a database-first schema mapping system

    Gin-vue-admin is a full-stack development scaffold that preconfigures authentication (JWT), database integration (GORM), API routing (Gin), and a Vue 3 frontend, giving you a ready-to-use foundation for a hackathon project, though its enterprise focus means extra overhead.

    GoAccess Control SystemsFull-Stack FrameworksAI-Powered Development Environments
    Ver en GitHub↗24,323
  • crsandeep/simple-react-full-stackAvatar de crsandeep

    crsandeep/simple-react-full-stack

    1,631Ver en GitHub↗

    This project is a full-stack web framework and starter template designed for building applications that integrate React frontend interfaces with Node.js and Express backend services. It provides a unified development environment that synchronizes both frontend and backend processes, allowing for a cohesive workflow within a single project structure. The framework distinguishes itself by orchestrating the development lifecycle through automated server restarts and live reloading, which eliminates the need for manual refreshes during testing. It includes built-in configurations for transpiling

    This starter template provides a React frontend with a Node.js/Express backend and Webpack bundling, but it lacks the pre-configured authentication, database integration, and deployment setup that would make it a ready-to-use hackathon boilerplate.

    JavaScriptFull-Stack Web FrameworksFull Stack Node.js FrameworksFull-Stack Development Servers
    Ver en GitHub↗1,631
  • aellerton/demo-allauth-bootstrapAvatar de aellerton

    aellerton/demo-allauth-bootstrap

    230Ver en GitHub↗

    Simple, out-of-the-box Django all-auth demo app - A "brochure" or visitor (no login required) area - A members-only (login required) area. - Supports local email/password as well as easy oauth with Google, Facebook and others.

    This is a Django starter demo with pre-configured authentication (django-allauth), but it lacks the deployment setup, API routing, and modern frontend framework typical of a hackathon-ready full-stack boilerplate, making it a narrower fit for your search.

    PythonBoilerplate
    Ver en GitHub↗230
  • amerkurev/django-docker-templateAvatar de amerkurev

    amerkurev/django-docker-template

    227Ver en GitHub↗

    Dockerized Django with Postgres, Gunicorn, and Traefik or Caddy (with auto renew Let's Encrypt)

    A Dockerized Django boilerplate with Postgres and auto-renewing SSL that provides database integration and deployment setup, but it lacks a pre-configured modern frontend framework and explicit authentication scaffolding, making it a narrower but still valid full-stack starter for a hackathon.

    PythonBoilerplate
    Ver en GitHub↗227
  • captainn/meteor-react-starterAvatar de CaptainN

    CaptainN/meteor-react-starter

    47Ver en GitHub↗

    Meteor React Starter

    This Meteor React starter gives you a ready-to-run full-stack foundation with built-in authentication and database support, fitting the hackathon boilerplate need, though deployment and environment variable setup may need extra configuration.

    JavaScriptBoilerplate
    Ver en GitHub↗47
  • curiouslearner/django-keelAvatar de CuriousLearner

    CuriousLearner/django-keel

    374Ver en GitHub↗

    A versatile, production-ready Django project template for any use case

    A versatile Django project template that provides a ready-to-use starting point for full-stack web apps, though you may need to add authentication, API routing, and deployment configuration yourself.

    JinjaBoilerplate
    Ver en GitHub↗374
  • drksephy/django-hackathon-starterAvatar de DrkSephy

    DrkSephy/django-hackathon-starter

    1,617Ver en GitHub↗

    A boilerplate for Django web applications

    This repository is a Django boilerplate for hackathons, which fits the requested category, but the sparse description leaves unclear whether it includes all the listed features like API routing or deployment configuration.

    PythonBoilerplateGeneral Utilities
    Ver en GitHub↗1,617
  • epicserve/django-base-siteAvatar de epicserve

    epicserve/django-base-site

    452Ver en GitHub↗

    The Django Base Site is a Django site that is built using the best Django practices and comes with all the common Django packages that you need to jumpstart your next project.

    Django Base Site is a Django starter template that comes pre-configured with best practices and common packages for authentication and database integration, making it a solid foundation for quickly building a full-stack web application at a hackathon—though it relies on Django's own templating rather than a separate modern frontend framework.

    PythonBoilerplate
    Ver en GitHub↗452
  • ilikerobots/cookiecutter-vue-djangoAvatar de ilikerobots

    ilikerobots/cookiecutter-vue-django

    231Ver en GitHub↗

    Vue 3 Vite Django with no compromises. Use Vue SFCs directly in Django Templates, DRF not required.

    A ready-to-use Vue 3 Django boilerplate that gives you a full-stack foundation with a modern frontend and backend, though the description does not explicitly confirm pre-configured auth, database, or deployment setup.

    PythonBoilerplate
    Ver en GitHub↗231
  • jefftriplett/django-startprojectAvatar de jefftriplett

    jefftriplett/django-startproject

    276Ver en GitHub↗

    :checkered_flag: Django Start Project template with batteries

    This is a Django project template with built-in batteries that aligns with the request for a full-stack starter kit, but the description does not confirm inclusion of a modern frontend framework or deployment configuration.

    JustBoilerplate
    Ver en GitHub↗276
Compara los 10 mejores de un vistazo
RepositorioEstrellasLenguajeLicenciaÚltimo push
shadcn-ui/taxonomy19.2KTypeScriptMIT20 abr 2026
blitz-js/blitz14.1KTypeScriptMIT21 nov 2025
t3-oss/create-t3-app29KTypeScriptMIT13 dic 2025
vercel/examples5.1KTypeScriptMIT22 jun 2026
ixartz/next-js-boilerplate13KTypeScriptMIT1 jun 2026
kriasoft/react-starter-kit23.6KTypeScriptMIT2 mar 2026
wasp-lang/open-saas13.4KTypeScriptmit19 feb 2026
davideviolante/angular-full-stack1.6KTypeScriptMIT25 feb 2026
cookiecutter/cookiecutter-django13.4KPythonbsd-3-clause21 feb 2026
flipped-aurora/gin-vue-admin24.3KGoapache-2.010 feb 2026

Related searches

  • plataforma para practicar habilidades de ciberseguridad
  • plantilla de inicio con Express y TypeScript lista para producción
  • colección de proyectos de programación para practicar
  • librería de autenticación para aplicaciones web
  • una plantilla de inicio para aplicaciones SaaS con IA
  • boilerplate para iniciar proyectos open source
  • a collection of frontend development resources
  • una herramienta de facturación open source para freelancers