awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

41 dépôts

Awesome GitHub RepositoriesApplication Templates

Boilerplate projects and scaffolding tools to accelerate development.

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

Awesome Application Templates GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • dkhamsing/open-source-ios-appsAvatar de dkhamsing

    dkhamsing/open-source-ios-apps

    50,744Voir sur GitHub↗

    This project is a comprehensive directory of open-source iOS applications designed to serve as a technical reference for developers and learners. It functions as a curated index of mobile software, categorizing projects by their functionality, implementation language, and architectural design to provide a clear view of how professional applications are structured. The repository distinguishes itself by offering a deep dive into mobile app architecture, allowing users to study real-world codebases that utilize patterns such as Model-View-ViewModel, VIPER, and Clean Architecture. It highlights

    A curated collection of open-source iOS applications.

    appappleapple-tv
    Voir sur GitHub↗50,744
  • jasongt/cleanarchitectureAvatar de JasonGT

    JasonGT/CleanArchitecture

    20,216Voir sur GitHub↗

    This project is an ASP.NET Core solution template and boilerplate that implements a clean architecture pattern for building enterprise applications and web API backends. It provides a standardized project scaffold designed to separate business logic from infrastructure and user interfaces to ensure high testability and low coupling. The project features a database agnostic structure that allows for switching persistence providers without altering core business logic. It includes a command line tool for enterprise application bootstrapping, enabling the automated generation of project structur

    SPA template following Clean Architecture principles.

    C#
    Voir sur GitHub↗20,216
  • ardalis/cleanarchitectureAvatar de ardalis

    ardalis/CleanArchitecture

    18,291Voir sur GitHub↗

    CleanArchitecture is a project template for ASP.NET Core designed to establish a standardized foundation for enterprise applications. It enforces architectural boundaries by separating core business logic from infrastructure and external dependencies, ensuring that the domain remains independent of technical concerns. The project provides scaffolding that supports both multi-project solutions for complex systems and single-project vertical slices for simpler requirements. By organizing code around business entities and aggregates, it facilitates modular development where distinct parts of a s

    Starting point for Clean Architecture implementations.

    C#architectureclean-architecturecsharp
    Voir sur GitHub↗18,291
  • thoughtbot/suspendersAvatar de thoughtbot

    thoughtbot/suspenders

    4,048Voir sur GitHub↗

    Suspenders est un outil de démarrage et un modèle d'application pour Ruby on Rails. Il fournit une base standardisée pour initialiser des projets côté serveur en intégrant une suite préconfigurée de bibliothèques pour la surveillance, les tests et le contrôle de version. La boîte à outils dispose d'un framework de déploiement dédié optimisé pour Heroku, automatisant la livraison du code vers les environnements de staging et de production. Il utilise une approche d'infrastructure en tant que code avec des fichiers de configuration versionnés pour garantir la cohérence entre les différents environnements cloud et réduire les interruptions de service lors des déploiements. Le projet couvre des flux de travail automatisés pour l'intégration et la livraison continues, incluant des tests automatisés et le linting de style. Il inclut également des capacités de provisionnement d'environnement, telles que la configuration des remotes git et des bases de données.

    Standardized template ready for deployment.

    Rubyrailstemplate
    Voir sur GitHub↗4,048
  • dotnet-boxed/templatesAvatar de Dotnet-Boxed

    Dotnet-Boxed/Templates

    3,481Voir sur GitHub↗

    .NET project templates with batteries included, providing the minimum amount of code required to get you going faster.

    Batteries-included project templates for APIs and GraphQL.

    C#apiasp-netasp-net-core
    Voir sur GitHub↗3,481
  • railsapps/rails-composerAvatar de RailsApps

    RailsApps/rails-composer

    3,364Voir sur GitHub↗

    Rails Composer. The Rails generator on steroids for starter apps.

    Generator for complex SaaS applications.

    Ruby
    Voir sur GitHub↗3,364
  • aspnet/javascriptservicesAvatar de aspnet

    aspnet/JavaScriptServices

    3,008Voir sur GitHub↗

    Archived This repository has been archived

    Microsoft-supported services for JavaScript integration.

    C#aspnet-productdotnet-template
    Voir sur GitHub↗3,008
  • volkanceylan/serenityAvatar de volkanceylan

    volkanceylan/Serenity

    2,682Voir sur GitHub↗

    Business Apps Made Simple with Asp.Net Core MVC / TypeScript

    Platform for rapid development of data-centric business apps.

    C#
    Voir sur GitHub↗2,682
  • telerik/kendo-ui-coreAvatar de telerik

    telerik/kendo-ui-core

    2,580Voir sur GitHub↗

    An HTML5, jQuery-based widget library for building modern web apps.

    Widget library for building modern web interfaces.

    JavaScriptjavascriptjquerykendo-ui
    Voir sur GitHub↗2,580
  • asadsahi/aspnetcorespaAvatar de asadsahi

    asadsahi/AspNetCoreSpa

    1,534Voir sur GitHub↗

    Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:

    Full-featured Angular SPA template.

    C#
    Voir sur GitHub↗1,534
  • windows-xaml/template10Avatar de Windows-XAML

    Windows-XAML/Template10

    1,395Voir sur GitHub↗

    Making Windows 10 apps great again

    Windows 10 application templates with design patterns.

    C#c-sharpuwpvisualstudio
    Voir sur GitHub↗1,395
  • emonney/quickappAvatar de emonney

    emonney/QuickApp

    1,345Voir sur GitHub↗

    AI-ready reference architecture for Angular / ASP.NET Core projects. A hardened foundation with secure authentication, authorization, role and user management, and consistent patterns designed to be safely extended by AI tools. Stop letting AI hallucinate your auth and DB logic - give it a production-grade foundation to build on.

    Startup template with user and role management.

    TypeScriptaiai-templateangular
    Voir sur GitHub↗1,345
  • excid3/jumpstartAvatar de excid3

    excid3/jumpstart

    1,203Voir sur GitHub↗

    Easily jumpstart a new Rails application with a bunch of great features by default

    Jumpstarts applications with preconfigured features.

    HTML
    Voir sur GitHub↗1,203
  • nikolayit/asp.net-mvc-templateAvatar de NikolayIT

    NikolayIT/ASP.NET-MVC-Template

    1,183Voir sur GitHub↗

    A ready-to-use template for ASP.NET Core with repositories, services, models mapping, DI and StyleCop warnings fixed.

    Ready-to-use MVC templates with DI and best practices.

    C#
    Voir sur GitHub↗1,183
  • kriasoft/aspnet-starter-kitAvatar de kriasoft

    kriasoft/aspnet-starter-kit

    1,164Voir sur GitHub↗

    Cross-platform web development with Visual Studio Code, C#, F#, JavaScript, ASP.NET Core, EF Core, React (ReactJS), Redux, Babel. Single-page application boilerplate.

    Starter kit combining .NET Core backend with React frontend.

    JavaScript
    Voir sur GitHub↗1,164
  • ledermann/docker-railsAvatar de ledermann

    ledermann/docker-rails

    1,103Voir sur GitHub↗

    Dockerize Rails 7 with ActionCable, Webpacker, Stimulus, Elasticsearch, Sidekiq

    Docker-based Rails template.

    Ruby
    Voir sur GitHub↗1,103
  • mattbrictson/rails-templateAvatar de mattbrictson

    mattbrictson/rails-template

    1,071Voir sur GitHub↗

    My former app template for Rails 7. All recommendations you see here have been moved to https://github.com/mattbrictson/nextgen

    Template with best practices for TDD and security.

    Ruby
    Voir sur GitHub↗1,071
  • lewagon/rails-templatesAvatar de lewagon

    lewagon/rails-templates

    679Voir sur GitHub↗

    Jump start your Rails development with Le Wagon best practices

    Template based on specific training best practices.

    Ruby
    Voir sur GitHub↗679
  • ligershark/side-waffleAvatar de ligershark

    ligershark/side-waffle

    650Voir sur GitHub↗

    A collection of Item- and Project Templates for Visual Studio

    Collection of templates for web and desktop development.

    JavaScript
    Voir sur GitHub↗650
  • bradymholt/aspnet-core-react-templateAvatar de bradymholt

    bradymholt/aspnet-core-react-template

    629Voir sur GitHub↗

    ASP.NET Core 3.1 / React SPA Template App

    Template for React SPAs with ASP.NET Core.

    C#ansibleasp-net-coredotnet-core
    Voir sur GitHub↗629
Préc.123Suivant
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Application Templates