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

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

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

Open-source alternatives to Nativeapptemplateapi

30 open-source projects similar to nativeapptemplate/nativeapptemplateapi, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Nativeapptemplateapi alternative.

  • ackama/rails-templateackama 的头像

    ackama/rails-template

    381在 GitHub 上查看↗

    Application template for Rails projects; preloaded with best practices for TDD, security, deployment, and developer productivity.

    Ruby
    在 GitHub 上查看↗381
  • alirizaadiyahsi/nucleusalirizaadiyahsi 的头像

    alirizaadiyahsi/Nucleus

    351在 GitHub 上查看↗

    Vue startup application template that uses ASP.NET Core API layered architecture at the back-end and JWT based authentication

    C#asp-net-corebootstrapbootstrap-vue
    在 GitHub 上查看↗351
  • 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

    C#architectureclean-architecturecsharp
    在 GitHub 上查看↗18,291
  • asadsahi/aspnetcorespaasadsahi 的头像

    asadsahi/AspNetCoreSpa

    1,534在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗1,534

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • aspnet/javascriptservicesaspnet 的头像

    aspnet/JavaScriptServices

    3,008在 GitHub 上查看↗

    Archived This repository has been archived

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

    astrocket/rails-template

    79在 GitHub 上查看↗

    Template for Rails 7.0 Kubernetes

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

    bradymholt/aspnet-core-react-template

    629在 GitHub 上查看↗

    ASP.NET Core 3.1 / React SPA Template App

    C#ansibleasp-net-coredotnet-core
    在 GitHub 上查看↗629
  • damienbod/angularwebpackvisualstudiodamienbod 的头像

    damienbod/AngularWebpackVisualStudio

    485在 GitHub 上查看↗

    Template for ASP.NET Core, Angular with Webpack and Visual Studio

    JavaScriptangularaotaspnet-core
    在 GitHub 上查看↗485
  • dao42/rails-templatedao42 的头像

    dao42/rails-template

    378在 GitHub 上查看↗

    A best & newest & fastest rails 6.x template for senior rails developer.

    Ruby
    在 GitHub 上查看↗378
  • 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

    appappleapple-tv
    在 GitHub 上查看↗50,744
  • 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.

    C#apiasp-netasp-net-core
    在 GitHub 上查看↗3,481
  • eisk/eisk.webapiEISK 的头像

    EISK/eisk.webapi

    236在 GitHub 上查看↗

    Project based on latest .NET (v6.0) technologies for building scalable web api, along with clean architecture patterns.

    C#apiasp-net-coreaspnet
    在 GitHub 上查看↗236
  • 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.

    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

    HTML
    在 GitHub 上查看↗1,203
  • fsprojects/projectscaffoldfsprojects 的头像

    fsprojects/ProjectScaffold

    521在 GitHub 上查看↗

    A prototypical .NET solution (file system layout and tooling), recommended for F# projects

    F#
    在 GitHub 上查看↗521
  • ivanpaulovich/dotnet-new-cajuivanpaulovich 的头像

    ivanpaulovich/dotnet-new-caju

    251在 GitHub 上查看↗

    Learn Clean Architecture with .NET Core 3.0 :fire:

    C#clean-architectureclean-codecqrs
    在 GitHub 上查看↗251
  • 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

    C#
    在 GitHub 上查看↗20,216
  • jetthoughts/vuejs-rails-starterkitjetthoughts 的头像

    jetthoughts/vuejs-rails-starterkit

    213在 GitHub 上查看↗

    Vue.js Rails Starting Kit GitHub Template to develop Hybrid Mobile Application: https://vuejs-rails-starterkit.herokuapp.com

    Ruby
    在 GitHub 上查看↗213
  • jhipster/jhipster-dotnetcorejhipster 的头像

    jhipster/jhipster-dotnetcore

    330在 GitHub 上查看↗

    JHipster.NET blueprint

    EJSaspnetcoregeneratorhacktoberfest
    在 GitHub 上查看↗330
  • 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.

    JavaScript
    在 GitHub 上查看↗1,164
  • ledermann/docker-railsledermann 的头像

    ledermann/docker-rails

    1,103在 GitHub 上查看↗

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

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

    lewagon/rails-templates

    679在 GitHub 上查看↗

    Jump start your Rails development with Le Wagon best practices

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

    ligershark/side-waffle

    650在 GitHub 上查看↗

    A collection of Item- and Project Templates for Visual Studio

    JavaScript
    在 GitHub 上查看↗650
  • 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

    Ruby
    在 GitHub 上查看↗1,071
  • mrellipse/toucanmrellipse 的头像

    mrellipse/toucan

    208在 GitHub 上查看↗

    Boilerplate template using Vue.js, TypeScript and .NET Core 2.1, based on SOLID design principles

    C#axiosc-sharpdotnetcore
    在 GitHub 上查看↗208
  • 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.

    C#
    在 GitHub 上查看↗1,183
  • nimblehq/rails-templatesnimblehq 的头像

    nimblehq/rails-templates

    105在 GitHub 上查看↗

    Our optimized Rails templates used in our projects

    Ruby
    在 GitHub 上查看↗105
  • odetocode/addfeaturefoldersOdeToCode 的头像

    OdeToCode/AddFeatureFolders

    250在 GitHub 上查看↗

    Enable feature folders for MVC controllers and views in ASP.NET Core

    C#
    在 GitHub 上查看↗250
  • rabbal/dntframeworkcoretemplaterabbal 的头像

    rabbal/DNTFrameworkCoreTemplate

    34在 GitHub 上查看↗

    Boilerplate project templates based on DNTFrameworkCore

    C#aspnetcoreaspnetcorewebapidntframework
    在 GitHub 上查看↗34
  • railsapps/rails-composerRailsApps 的头像

    RailsApps/rails-composer

    3,364在 GitHub 上查看↗

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

    Ruby
    在 GitHub 上查看↗3,364