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

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

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

技术栈目录

排名更新于 2026年6月30日

For a platform for tracking company tech stacks, the strongest matches are emmabostian/developer-portfolios (This is a community-driven directory of developer portfolios for), kamranahmedse/developer-roadmap (This is a community-driven platform for developer learning roadmaps) and meilisearch/meilisearch (MeiliSearch is a search engine for powering fast, typo-tolerant). sindresorhus/awesome and kilimchoi/engineering-blogs round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “tech stack directories” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

技术栈目录

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • emmabostian/developer-portfoliosemmabostian 的头像

    emmabostian/developer-portfolios

    20,754在 GitHub 上查看↗

    This project is a community-driven directory of developer portfolios designed to serve as a resource for professional identity development and design inspiration. It functions as a structured data repository that collects and organizes personal website metadata, enabling users to discover and share examples of professional online presence. The platform operates through a collaborative model where content is managed via version control workflows. By utilizing pull requests, the project facilitates community-driven growth, allowing contributors to submit and maintain portfolio entries within a

    This is a community-driven directory of developer portfolios for design inspiration, not a platform documenting technology stacks used by companies or projects, so it does not match the search for a tech stack directory.

    PythonCommunity Contribution ModelsPortfolio Showcases
    在 GitHub 上查看↗20,754
  • kamranahmedse/developer-roadmapkamranahmedse 的头像

    kamranahmedse/developer-roadmap

    357,434在 GitHub 上查看↗

    Developer Roadmap is a community-driven platform that provides structured, graph-based learning paths for software engineering. It serves as a comprehensive knowledge repository where technical domains are organized into visual sequences to guide professional skill acquisition and career growth. The project distinguishes itself through a collaborative ecosystem that enables users to contribute roadmaps, curate industry best practices, and maintain professional profiles. It integrates diagnostic assessment frameworks to evaluate technical proficiency, helping developers identify knowledge gaps

    This is a community-driven platform for developer learning roadmaps and skill progression, not a directory of technology stacks used by companies or projects, so it doesn't match the core purpose of discovering and comparing real-world tech stack choices.

    TypeScriptPortfolio Showcases
    在 GitHub 上查看↗357,434
  • meilisearch/meilisearchmeilisearch 的头像

    meilisearch/meilisearch

    58,118在 GitHub 上查看↗

    Meilisearch is a Rust-based search engine providing typo-tolerant full-text and vector-based semantic search with real-time conversational capabilities.

    MeiliSearch is a search engine for powering fast, typo-tolerant search in applications, not a curated directory that documents and compares technology stacks used by companies.

    RustDeveloper-Focused Search ToolsDocument Indexing EnginesFinite State Transducers
    在 GitHub 上查看↗58,118
  • sindresorhus/awesomesindresorhus 的头像

    sindresorhus/awesome

    476,211在 GitHub 上查看↗

    This project is a community-maintained directory that serves as a comprehensive index of software tools, frameworks, and educational materials. It functions as an open-source knowledge base, organizing diverse engineering domains and technical resources into a structured taxonomy to assist developers in discovering high-quality content. The directory distinguishes itself through a decentralized peer-review model, where independent contributors curate, verify, and update entries to ensure accuracy and relevance. All information is stored in a version-controlled, flat-file markdown format, whic

    This repository is a broad, community-maintained index of software tools and resources across many domains, but it does not specifically document technology stacks used by companies or provide profiles, search/filter by stack, or an API—so it is a general directory rather than a tech-stack-sharing platform.

    Technical Resource DirectoriesAwesome ListCurated Resource Directories
    在 GitHub 上查看↗476,211
  • kilimchoi/engineering-blogskilimchoi 的头像

    kilimchoi/engineering-blogs

    38,301在 GitHub 上查看↗

    This project is a curated knowledge repository that aggregates high-quality technical blogs and engineering insights from industry leaders. It serves as a comprehensive technical learning resource, providing a centralized index of companies, individual experts, and technologies to help professionals discover reliable sources of software development knowledge. The repository distinguishes itself through a community-driven approach, relying on external contributions to maintain and expand its knowledge base. By utilizing markdown-based content curation, the project ensures that all information

    This repository curates a list of engineering blogs rather than documenting the technology stacks used by companies — it lacks company profiles, stack categorization, and the search/filtering features you need for discovering and comparing tech stacks.

    RubyAwesome ListStatic Site GeneratorsTechnical Learning Archives
    在 GitHub 上查看↗38,301
  • reddit-archive/redditreddit-archive 的头像

    reddit-archive/reddit

    16,956在 GitHub 上查看↗

    Reddit is a social news aggregator designed for hosting community-driven discussions and content sharing through threaded conversations and user-submitted links. It functions as a platform for managing large volumes of user-generated content, providing a structured interface for programmatic access to site data and core application functionality. The platform utilizes a REST API to expose site data and user interactions to external clients. To maintain performance across large datasets, it employs an external full-text search engine that offloads indexing and query processing from the primary

    Reddit is a social news aggregation platform for user-generated content and discussions, not a tool or directory for documenting or sharing the technology stacks of other companies or projects.

    PythonREST APIs
    在 GitHub 上查看↗16,956
  • meetdeveloper/freedictionaryapimeetDeveloper 的头像

    meetDeveloper/freeDictionaryAPI

    3,367在 GitHub 上查看↗

    This project provides an English dictionary REST API and a corresponding web browser extension. It serves as a programmatic interface for retrieving linguistic data, including word definitions, phonetic transcriptions, parts of speech, and synonyms via HTTP requests. The browser extension implements in-browser word lookup by injecting content scripts that listen for double-click events. When a user selects text, the tool renders a DOM-based overlay to display the word's meaning in a pop-up bubble at the cursor position. The system utilizes asynchronous network fetching and external API proxy

    This repository is a dictionary API and browser extension for word lookups, not a platform that documents and compares technology stacks used by companies or projects, so it does not match the search intent.

    JavaScriptREST APIs
    在 GitHub 上查看↗3,367
  • aspnet/mvcaspnet 的头像

    aspnet/Mvc

    5,574在 GitHub 上查看↗

    ASP.NET Core MVC is a model-view-controller framework used for building dynamic websites and web APIs within the .NET ecosystem. It provides a server-side architecture that separates data logic, user interface rendering, and request handling to maintain boundaries between application layers. The framework includes a Razor templating engine for embedding code into HTML pages to generate dynamic web content. It also functions as a RESTful web API framework for creating scalable HTTP services that deliver structured data to clients through a standardized network interface. The system manages re

    ASP.NET Core MVC is a web application framework for building websites and APIs, not a directory or platform that documents and compares technology stacks used by companies.

    C#REST APIs
    在 GitHub 上查看↗5,574
  • jeffli1993/springboot-learning-exampleJeffLi1993 的头像

    JeffLi1993/springboot-learning-example

    16,564在 GitHub 上查看↗

    This project is a Spring Boot reference implementation and learning resource designed to demonstrate the core features and architectural patterns of the Spring framework. It serves as a Java enterprise application template and boilerplate for building RESTful APIs, providing a structured codebase for practicing application development. The repository provides practical examples of microservices architecture orchestration, including the use of service discovery and inter-service communication to coordinate distributed services. It also implements reference patterns for RESTful API design with

    This is a Spring Boot learning example and boilerplate project, not a directory or platform for documenting and comparing the technology stacks used by companies or projects.

    JavaREST APIs
    在 GitHub 上查看↗16,564
  • jeric-x/syncclipboardJeric-X 的头像

    Jeric-X/SyncClipboard

    3,940在 GitHub 上查看↗

    SyncClipboard is a cross-platform synchronization service and server designed to share clipboard content and history across multiple devices. It utilizes a central server and a REST-based API to facilitate the exchange of data between custom client implementations. The system features a self-hosted synchronization server and a command-line interface for controlling clipboard data and executing application commands via the terminal. It includes an image format converter that downloads original source files and transforms modern image formats into compatible types to ensure successful pasting a

    SyncClipboard is a clipboard synchronization service and server, not a tech stack directory or stack-sharing platform — it has no company profiles, technology categorization, or stack-discovery features relevant to this search.

    C#REST APIs
    在 GitHub 上查看↗3,940
  • mgonto/restangularmgonto 的头像

    mgonto/restangular

    7,798在 GitHub 上查看↗

    Restangular is a REST client and resource mapper for AngularJS applications. It provides a suite of tools for mapping API endpoints to local objects and collections, facilitating frontend CRUD implementation through standard HTTP methods. The project distinguishes itself through an async data binding system that links user interface elements to server-side objects, ensuring automatic updates upon request completion. It also features a programmable request interceptor pipeline for modifying headers and transforming responses, as well as a JSONP request handler to bypass same-origin policy rest

    Restangular is an AngularJS REST client library for handling API endpoints, not a tech stack directory or platform for documenting companies' technology choices.

    JavaScriptREST APIs
    在 GitHub 上查看↗7,798
  • beego/beegobeego 的头像

    beego/beego

    32,398在 GitHub 上查看↗

    Beego is a high-performance toolkit for building web applications and RESTful APIs using the Go programming language. It is structured as an MVC web framework that separates data models, views, and controllers to organize application logic. The project provides a comprehensive suite of integrated tools, including an object-relational mapper for translating code objects into database tables and a session manager for maintaining user identity and state across server requests. It also includes an internationalization framework for managing multilingual content and translating text based on user

    Beego is an MVC web framework and RESTful API toolkit for Go, not a platform for documenting or comparing technology stacks used by companies — it builds applications rather than serving as a stack directory.

    GoREST APIs
    在 GitHub 上查看↗32,398
  • jerbouma/financedatabaseJerBouma 的头像

    JerBouma/FinanceDatabase

    6,987在 GitHub 上查看↗

    FinanceDatabase is a system of data repositories and interfaces providing a corporate fundamental database, a financial market data API, and an SEC filings aggregator. It functions as a financial valuation engine and a macroeconomic indicator feed, offering a programmatic way to access market quotes, corporate fundamentals, and official regulatory disclosures. The project distinguishes itself through an institutional ownership tracker that monitors fund holdings, insider trading activity, and political financial disclosures. It also includes a dedicated tool for extracting and analyzing offic

    This repository provides financial data (corporate fundamentals, market data, SEC filings) and has nothing to do with documenting or comparing the technology stacks used by companies — it is in the financial domain, not a tech stack directory.

    PythonCompany Profiles
    在 GitHub 上查看↗6,987
  • alexanderepstein/bash-snippetsalexanderepstein 的头像

    alexanderepstein/Bash-Snippets

    9,934在 GitHub 上查看↗

    This project is a collection of bash automation scripts and command-line utilities designed to automate common tasks and retrieve information from web APIs. It serves as a toolkit for developer references, network diagnostics, and media access directly from the terminal. A central component of the suite is a GitHub Gist manager that handles the full lifecycle of code snippets. This includes cloning and syncing Gists into local directories for offline access, organizing content through hashtags, and searching through snippet descriptions and file contents using regular expressions. The toolki

    This is a collection of bash automation scripts and utilities, not a platform for documenting or sharing technology stacks used by companies.

    ShellREST APIs
    在 GitHub 上查看↗9,934
  • jashkenas/backbonejashkenas 的头像

    jashkenas/backbone

    28,108在 GitHub 上查看↗

    Backbone is a JavaScript MVC framework and client-side data orchestrator used to structure web applications. It functions as an event-driven UI library and RESTful state manager that synchronizes data models with remote JSON interfaces to maintain consistent application state. The framework coordinates communication between application components through a decoupled event system. It binds data updates directly to the document object model, ensuring that the user interface remains synchronized with the underlying state. It provides tools for frontend data organization, allowing developers to

    Backbone is a JavaScript MVC frontend framework, not a directory or platform that documents and compares technology stacks used by companies; it is the wrong domain entirely.

    JavaScriptREST APIs
    在 GitHub 上查看↗28,108
  • falconry/falconfalconry 的头像

    falconry/falcon

    9,794在 GitHub 上查看↗

    Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a resource-oriented API toolkit designed for building RESTful APIs and data plane services that prioritize low overhead, reliability, and scale. The framework implements an ASGI web server interface to handle both synchronous and asynchronous HTTP requests and WebSockets. It features a dedicated HTTP middleware system for intercepting network traffic and executing shared processing logic across multiple API endpoints. Its capability surface covers resource-based routing, HTTP specificat

    Falcon is a Python web API framework for building RESTful services, not a platform or directory for documenting technology stacks used by companies — it misses the core purpose of curating and comparing tech stack choices entirely.

    PythonREST APIs
    在 GitHub 上查看↗9,794
  • grocy/grocygrocy 的头像

    grocy/grocy

    8,748在 GitHub 上查看↗

    Grocy is a self-hosted household management system designed to track grocery inventory, chore logs, and equipment manuals within a private home environment. It functions as a grocery inventory manager, a digital recipe and meal planner, and a household chore tracker. The system distinguishes itself through a REST API that exposes all household functions for home automation integration and a barcode-based stock controller that utilizes external databases to identify products and update stock levels. It also features recipe web scraping to automatically extract culinary data from external websi

    Grocy is a self-hosted household management system for tracking groceries and chores, not a tool that documents or compares technology stacks used by companies.

    BladeREST APIs
    在 GitHub 上查看↗8,748
  • strongloop/loopbackstrongloop 的头像

    strongloop/loopback

    13,159在 GitHub 上查看↗

    LoopBack is a Node.js API framework used to build RESTful services and backend applications. It functions as a model-driven API generator that automatically maps predefined data models to network endpoints to create standardized web interfaces. The project features a database abstraction layer that unifies access across diverse SQL databases, NoSQL stores, and remote data sources. It includes a backend application scaffolder using command-line generators to automate the creation of project structures and data connectors. Additionally, it provides an API authentication system to manage applica

    LoopBack is a Node.js API framework for building RESTful services, not a directory or platform that documents and compares tech stacks used by companies or projects.

    JavaScriptREST APIs
    在 GitHub 上查看↗13,159
  • oatpp/oatppoatpp 的头像

    oatpp/oatpp

    8,553在 GitHub 上查看↗

    Oatpp is a high-performance C++ web framework and API development kit used for building REST APIs and web services. It functions as an asynchronous HTTP server that utilizes coroutines to handle thousands of simultaneous connections without blocking threads. The toolkit includes a native C++ object-relational mapping layer for executing SQL queries and transforming database results into data objects. It also provides a WebSocket communication library for establishing full-duplex channels to support real-time data streaming and live media. The framework covers a broad range of capabilities, i

    Oatpp is a high-performance C++ web framework for building REST APIs and web services, not a platform that documents or shares technology stacks used by companies.

    C++REST APIs
    在 GitHub 上查看↗8,553
  • graphql-hive/graphql-yogagraphql-hive 的头像

    graphql-hive/graphql-yoga

    8,523在 GitHub 上查看↗

    Yoga is a GraphQL server framework and runtime-agnostic HTTP handler used to build and deploy GraphQL APIs. It functions as a toolkit for managing schemas and resolvers, providing a spec-compliant environment for hosting APIs across diverse JavaScript runtimes, including Node.js, Deno, Bun, and serverless cloud environments. The project distinguishes itself through its ability to act as an Apollo Federation gateway, composing multiple subgraphs into a single unified supergraph. It also serves as a dedicated subscription server, delivering real-time data streaming via both WebSockets and Serve

    GraphQL Yoga is a GraphQL server framework for building APIs, not a platform for documenting or discovering technology stacks used by companies, so it does not match the search intent.

    TypeScriptREST APIsGraphQL APIs
    在 GitHub 上查看↗8,523
  • nexaai/nexa-sdkNexaAI 的头像

    NexaAI/nexa-sdk

    7,721在 GitHub 上查看↗

    The nexa-sdk is an on-device AI SDK and multimodal inference engine designed to run large language, vision, and audio models locally on mobile and desktop hardware. It functions as a local LLM runtime and NPU acceleration framework, enabling the execution of generative and discriminative models without reliance on cloud services. The project distinguishes itself through a dedicated NPU acceleration framework that optimizes model execution on Neural Processing Units to reduce latency and power consumption. It employs hardware-agnostic backend routing to dynamically distribute computations acro

    This is an on-device AI SDK and inference engine, not a platform for documenting or comparing technology stacks used by companies or projects.

    KotlinREST APIs
    在 GitHub 上查看↗7,721
  • open-webui/open-webuiopen-webui 的头像

    open-webui/open-webui

    142,694在 GitHub 上查看↗

    Open WebUI is a self-hosted, web-based platform designed for interacting with local and remote artificial intelligence models. It functions as a unified interface and orchestration suite, enabling users to build, deploy, and manage specialized AI agents equipped with custom instructions, external tool access, and private knowledge bases. The platform distinguishes itself through a modular architecture that supports complex AI workflows. It features a plugin-based framework for custom logic and pipeline-based request processing, allowing developers to filter or transform data streams before th

    Open WebUI is a self-hosted interface for AI models and workflows, not a directory or platform for documenting and comparing companies' technology stacks.

    PythonREST APIs
    在 GitHub 上查看↗142,694
  • apptension/developer-handbookapptension 的头像

    apptension/developer-handbook

    5,960在 GitHub 上查看↗

    An opinionated guide on how to become a professional Web/Mobile App Developer.

    This is a developer career guide and learning handbook, not a directory of technology stacks used by companies—it lacks company profiles, stack comparisons, or any community submission mechanism for real-world tech choices.

    Career Development GuidesCareer Progression FrameworksCareer-Level Skill Validators
    在 GitHub 上查看↗5,960
  • sindresorhus/awesome-nodejssindresorhus 的头像

    sindresorhus/awesome-nodejs

    65,973在 GitHub 上查看↗

    This project is a community-driven directory that aggregates essential software projects and educational content for the Node.js ecosystem. It functions as a centralized knowledge base and discovery index, designed to simplify the navigation of a fragmented technical landscape by providing a structured collection of high-quality links, tools, and learning materials. The repository distinguishes itself through a decentralized, peer-reviewed curation model. By utilizing standard version control workflows and pull requests, the community ensures that all listed resources undergo human verificati

    This is a community-driven directory of Node.js resources and projects, not a platform that profiles the technology stacks used by companies or projects for comparison, so it does not match your search for a tech stack directory.

    Awesome ListCurated Resource ListsBuild Tools
    在 GitHub 上查看↗65,973
  • jerbouma/financetoolkitJerBouma 的头像

    JerBouma/FinanceToolkit

    4,449在 GitHub 上查看↗

    The FinanceToolkit is an open-source Python library for quantitative finance that provides a unified framework for financial analysis, asset valuation, and risk management. It serves as a comprehensive platform for computing over 200 financial metrics and ratios, with capabilities spanning financial ratio analysis, fixed income analytics, macroeconomic data aggregation, options pricing, and portfolio risk management. The toolkit distinguishes itself through a modular architecture that separates data retrieval from computation, with stateless engines for financial models like Black-Scholes, GA

    The FinanceToolkit is a Python library for quantitative finance and financial analysis, not a platform for documenting or comparing technology stacks used by companies or projects.

    PythonCompany Profiles
    在 GitHub 上查看↗4,449
  • akaunting/akauntingakaunting 的头像

    akaunting/akaunting

    9,604在 GitHub 上查看↗

    Akaunting is a modular business enterprise resource planning system and self-hosted accounting software. It provides a comprehensive platform for small business financial management, centering on a double-entry bookkeeping system with a general ledger and chart of accounts. The platform is designed for extensibility through a module-based architecture and a dedicated marketplace for procuring third-party applications. It supports multi-tenant data isolation and utilizes role-based access control to manage granular user permissions. Its capability surface covers a wide range of business opera

    Akaunting is a modular ERP and accounting system, not a platform for documenting or discovering company technology stacks — it does not offer company profiles, technology categorization, or stack comparison features.

    PHPCompany Profiles
    在 GitHub 上查看↗9,604
  • chocobozzz/peertubeChocobozzz 的头像

    Chocobozzz/PeerTube

    14,520在 GitHub 上查看↗

    PeerTube is a decentralized, open-source video hosting platform that enables users to operate independent, interoperable servers. By utilizing the ActivityPub protocol, it connects these servers into a global, federated network where users can follow channels, discover content, and interact across different instances. The platform is designed to function as a self-hosted video content management system, providing a community-driven alternative to centralized media services. What distinguishes PeerTube is its hybrid approach to content delivery and infrastructure management. It integrates peer

    PeerTube is a decentralized video hosting platform, not a tool for documenting or sharing technology stacks of companies or projects, which is what this search is after.

    TypeScriptREST APIs
    在 GitHub 上查看↗14,520
  • tastyigniter/tastyignitertastyigniter 的头像

    tastyigniter/TastyIgniter

    3,532在 GitHub 上查看↗

    TastyIgniter is a comprehensive restaurant management system and digital ordering engine. Built as a modular application framework, it provides the tools necessary to operate online food ordering, table reservation systems, and multi-vendor e-commerce platforms. The platform is designed to handle complex restaurant operations, including multi-location networking and multi-vendor marketplace management. It distinguishes itself through specialized restaurant automation, such as coordinating guest limits and time slots for bookings, managing ingredient and allergen catalogs, and implementing mul

    TastyIgniter is a restaurant management and online ordering platform, not a tool for documenting or sharing technology stacks used by companies.

    PHPREST APIs
    在 GitHub 上查看↗3,532
  • donnemartin/system-design-primerdonnemartin 的头像

    donnemartin/system-design-primer

    353,387在 GitHub 上查看↗

    This project is a comprehensive educational resource and study guide focused on distributed systems architecture and backend infrastructure design. It provides a structured curriculum for mastering the principles of scalability, reliability, and performance required to design complex software systems. The repository distinguishes itself by offering a methodical approach to technical interview preparation, incorporating design patterns, architectural trade-offs, and spaced repetition tools to help users retain complex concepts. It emphasizes constraint-driven analysis, teaching users how to ev

    This repository is a system design interview study guide, not a directory that documents technology stacks used by companies or enables stack discovery and comparison.

    PythonREST APIs
    在 GitHub 上查看↗353,387

Related searches

  • 项目目录标准化结构
  • Social network platform
一览前 10 名对比
仓库Star 数语言许可证最后推送
emmabostian/developer-portfolios20.8KPython—2026年2月19日
kamranahmedse/developer-roadmap357.4KTypeScriptNOASSERTION2026年6月16日
meilisearch/meilisearch58.1KRustNOASSERTION2026年6月16日
sindresorhus/awesome476.2K—CC0-1.02026年6月2日
kilimchoi/engineering-blogs38.3KRuby—2024年8月21日
reddit-archive/reddit17KPythonNOASSERTION2017年10月17日
meetdeveloper/freedictionaryapi3.4KJavaScriptgpl-3.02023年11月27日
aspnet/mvc5.6KC#Apache-2.02018年11月28日
jeffli1993/springboot-learning-example16.6KJavaApache-2.02023年12月3日
jeric-x/syncclipboard3.9KC#mit2026年2月22日
a full stack framework for web development
  • Markdown 文档静态网站生成器
  • 全栈应用开发框架
  • 开发者技术书籍合集
  • a directory of open source development tools
  • Web 技术指纹识别工具