用简单的语言解释您正在构建的内容,获取最匹配的 GitHub 仓库。
awesome-repositories.com 帮助您在 GitHub 上找到合适的开源项目。告诉我们的 AI 搜索 您想要构建的内容(使用自然语言),它会根据匹配度对数千个精选仓库进行排名。每个项目都经过 持续监控,按清晰的类别整理,并由其他开发者投票选出。浏览下方的精选内容,或开始搜索。
目录中的佼佼者——每隔几小时更新一次。
常见的搜索内容,以可浏览的树状结构组织。
这是一个精选的 GitHub 开源仓库目录,支持使用自然语言进行搜索。只需描述您正在构建的内容,AI 就会根据匹配度对数千个经过审核的项目进行排名,并附上匹配原因的简要说明。
GitHub 搜索匹配的是您输入的关键词。而在这里,您可以用自然语言描述问题,AI 会根据意图进行匹配,因此即使项目描述中没有包含您输入的精确词汇,也能找到解决您需求的项目。
输入您想构建的内容,例如“一个可以 ping 我的服务并在 Discord 上发出警报的自托管状态页面”。您将获得按匹配度而非单纯按 Star 数量排序的匹配仓库。
是精选的,而非原始抓取。AI 会分析每个项目,将其归类,并根据我们调整和审核的规则按相关性进行排名,同时剔除低质量或重复的条目。
是的。搜索和浏览目录完全免费。
LLMs, agents, and the tools to build with them.
Notes, tasks, docs, and knowledge bases.
Chat, calls, photos, music, and personal files.
Databases, pipelines, and analytics.
Containers, deployment, monitoring, and automation.
Passwords, secrets, and offensive security.
Languages, CLIs, frameworks, and version control.
Courses, books, interviews, and CS foundations.
This project is a comprehensive technical knowledge base designed to support developers in mastering systems programming and preparing for technical assessments. It provides a structured collection of fundamental computer science concepts, mapping high-level language constructs to low-level hardware memory layouts, runtime object lifecycles, and system-level operations. The repository distinguishes itself through a hierarchical approach that bridges the gap between theoretical principles and practical implementation. It offers detailed guidance on C++ language mechanisms, standard library usa
Manim is a Python-based computational geometry framework designed for programmatic video production. It functions as a mathematical animation engine, allowing users to generate high-fidelity visual content by scripting scene definitions rather than using traditional timeline-based editing software. The library is built to translate code-based instructions into precise, frame-accurate animations, making it a tool for explaining complex mathematical functions, geometric proofs, and abstract theories. The engine distinguishes itself through a declarative scene graph that organizes visual element
这是一个由社区策划的 REST 和 GraphQL 服务端点目录,旨在帮助开发者发现和集成第三方数据源。它作为一个中心化注册表,按领域组织外部服务,以促进快速软件原型设计和应用程序开发。 该注册表依赖于同行评审的贡献模型,利用分布式版本控制来管理更新并确保所列端点的准确性。为了保持高质量的数据,该项目对所有传入的提交采用基于模式的验证,并将结构化数据编译为可搜索的静态网站,以实现高效检索。 该目录涵盖了广泛的集成能力,包括金融数据检索、地理位置服务以及用于语言检测、媒体处理和身份验证等任务的各种实用 API。通过提供这些服务的中心化索引,该项目支持开发者为不同的功能需求识别可靠的数据提供商。
Superpowers 是一个基于浏览器的游戏开发引擎和协作集成开发环境。它提供了一个用于构建二维交互体验的统一工作区,允许用户直接在 Web 浏览器中管理代码、资产和场景逻辑,而无需本地编译器或沉重的桌面软件。 该平台通过模块化的、基于组件的脚本架构脱颖而出,其中游戏对象由附加的逻辑和视觉属性定义。它支持实时同步,使多个开发者能够同时在同一个项目上工作。该环境旨在作为一种教育工具,通过图形、音频和逻辑的集成创建来教授编程概念。 该系统包括一个全面的构建流水线,处理静态站点 Markdown 编译和基于文件系统的路由。它通过在构建时解析依赖、注入可复用的 UI 组件并管理资产流水线来自动化开发工作流,以确保高效的资源交付。