awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

41 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dkhamsing/open-source-ios-appsdkhamsing 的头像

    dkhamsing/open-source-ios-apps

    50,744在 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
    在 GitHub 上查看↗50,744
  • jasongt/cleanarchitectureJasonGT 的头像

    JasonGT/CleanArchitecture

    20,216在 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#
    在 GitHub 上查看↗20,216
  • ardalis/cleanarchitectureardalis 的头像

    ardalis/CleanArchitecture

    18,291在 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
    在 GitHub 上查看↗18,291
  • thoughtbot/suspendersthoughtbot 的头像

    thoughtbot/suspenders

    4,048在 GitHub 上查看↗

    Suspenders 是一个 Ruby on Rails 项目引导程序和应用模板。它通过集成一套预配置的监控、测试和版本控制库,为初始化服务器端项目提供了标准化的基础。 该工具包具有一个针对 Heroku 优化的专用部署框架,可自动将代码交付到预发布和生产环境。它采用基础设施即代码的方法,使用版本化的配置文件来确保跨不同云环境的一致性并减少部署中断。 该项目涵盖了用于持续集成和交付的自动化工作流,包括自动化测试和样式检查。它还包括环境配置功能,例如配置 Git 远程仓库和数据库设置。

    Standardized template ready for deployment.

    Rubyrailstemplate
    在 GitHub 上查看↗4,048
  • dotnet-boxed/templatesDotnet-Boxed 的头像

    Dotnet-Boxed/Templates

    3,481在 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
    在 GitHub 上查看↗3,481
  • railsapps/rails-composerRailsApps 的头像

    RailsApps/rails-composer

    3,364在 GitHub 上查看↗

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

    Generator for complex SaaS applications.

    Ruby
    在 GitHub 上查看↗3,364
  • aspnet/javascriptservicesaspnet 的头像

    aspnet/JavaScriptServices

    3,008在 GitHub 上查看↗

    Archived This repository has been archived

    Microsoft-supported services for JavaScript integration.

    C#aspnet-productdotnet-template
    在 GitHub 上查看↗3,008
  • volkanceylan/serenityvolkanceylan 的头像

    volkanceylan/Serenity

    2,682在 GitHub 上查看↗

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

    Platform for rapid development of data-centric business apps.

    C#
    在 GitHub 上查看↗2,682
  • telerik/kendo-ui-coretelerik 的头像

    telerik/kendo-ui-core

    2,580在 GitHub 上查看↗

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

    Widget library for building modern web interfaces.

    JavaScriptjavascriptjquerykendo-ui
    在 GitHub 上查看↗2,580
  • asadsahi/aspnetcorespaasadsahi 的头像

    asadsahi/AspNetCoreSpa

    1,534在 GitHub 上查看↗

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

    Full-featured Angular SPA template.

    C#
    在 GitHub 上查看↗1,534
  • windows-xaml/template10Windows-XAML 的头像

    Windows-XAML/Template10

    1,395在 GitHub 上查看↗

    Making Windows 10 apps great again

    Windows 10 application templates with design patterns.

    C#c-sharpuwpvisualstudio
    在 GitHub 上查看↗1,395
  • emonney/quickappemonney 的头像

    emonney/QuickApp

    1,345在 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
    在 GitHub 上查看↗1,345
  • excid3/jumpstartexcid3 的头像

    excid3/jumpstart

    1,203在 GitHub 上查看↗

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

    Jumpstarts applications with preconfigured features.

    HTML
    在 GitHub 上查看↗1,203
  • nikolayit/asp.net-mvc-templateNikolayIT 的头像

    NikolayIT/ASP.NET-MVC-Template

    1,183在 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#
    在 GitHub 上查看↗1,183
  • kriasoft/aspnet-starter-kitkriasoft 的头像

    kriasoft/aspnet-starter-kit

    1,164在 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
    在 GitHub 上查看↗1,164
  • ledermann/docker-railsledermann 的头像

    ledermann/docker-rails

    1,103在 GitHub 上查看↗

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

    Docker-based Rails template.

    Ruby
    在 GitHub 上查看↗1,103
  • mattbrictson/rails-templatemattbrictson 的头像

    mattbrictson/rails-template

    1,071在 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
    在 GitHub 上查看↗1,071
  • lewagon/rails-templateslewagon 的头像

    lewagon/rails-templates

    679在 GitHub 上查看↗

    Jump start your Rails development with Le Wagon best practices

    Template based on specific training best practices.

    Ruby
    在 GitHub 上查看↗679
  • ligershark/side-waffleligershark 的头像

    ligershark/side-waffle

    650在 GitHub 上查看↗

    A collection of Item- and Project Templates for Visual Studio

    Collection of templates for web and desktop development.

    JavaScript
    在 GitHub 上查看↗650
  • bradymholt/aspnet-core-react-templatebradymholt 的头像

    bradymholt/aspnet-core-react-template

    629在 GitHub 上查看↗

    ASP.NET Core 3.1 / React SPA Template App

    Template for React SPAs with ASP.NET Core.

    C#ansibleasp-net-coredotnet-core
    在 GitHub 上查看↗629
上一个123下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Application Templates