General development tools, hosting platforms, and infrastructure services that independent developers rely on daily. Version control, deployment, and monitoring essentials.
最大的开源AI社区和模型中心。为ML生态托管100万+模型、数据集、Spaces和推理API。 🔗 Stars 10k+ | 100万+模型平台 huggingface.co
Comet 开源的 LLM 可观测与评测平台,追踪、prompt 版本管理、数据集与评估流水线,一键集成主流框架。
IBM 开源的文档智能解析工具,PDF/Word/PPT/扫描件转结构化 Markdown/JSON,内置布局、表格与公式识别。
微软开源的「万物转 Markdown」工具,PDF/Word/Excel/PPT/图片/音频/HTML 统一转干净 Markdown,专为 LLM 管道设计。
Evidently AI 提供开源与云端的 ML/LLM 监控解决方案,可以追踪数据漂移、模型性能与 AI 系统质量。
Confident AI 是开源 LLM 评测框架 DeepEval 背后的公司,提供一站式模型评测平台,支持 14 种以上评测指标。
Cal.com 是开源的日程安排基础设施:开发者可用 API/嵌入方式把预约功能集成进自己的产品,自托管友好,支持视频会议、路由表单与工作流自动化。
Voyage AI 提供高质量嵌入与重排序模型:为 RAG 与语义搜索优化的 Embedding API,支持多语言与长文本,常与向量数据库组合使用。
Heroku 是老牌 PaaS 云平台:git push 即可部署应用,内置 PostgreSQL、Redis 与市场丰富的插件,让开发者专注业务逻辑。
SST 是构建全栈应用的开源框架:用 TypeScript 定义 AWS 基础设施,本地开发有 Live Lambda 秒级热更新,一键部署到生产,前后端一体化。
Sanity 是结构化内容平台(headless CMS):实时协作编辑、可定制的 Schema、GraphQL/API 访问,配合 GROQ 查询语言,被大量前端团队用作内容后端。
Caddy 是自动 HTTPS 的 Web 服务器:默认开启 TLS 证书自动申请与续期,配置简单,支持反向代理、静态站点与动态负载均衡,Go 语言编写。
OpenTelemetry 是 CNCF 毕业的可观测性标准框架:统一采集 traces、metrics、logs,提供标准 API 与 SDK,对接 Prometheus、Jaeger、Grafana 等后端。
Snyk 是开发者优先的安全平台:扫描代码、依赖、容器与基础设施配置中的漏洞,在开发流程中实时给出修复建议,支持 IDE、CI/CD 与注册表集成。
Airtable 是把表格与数据库结合的可视化协作平台:支持项目管理、内容库、CRM 等场景,内置 AI 功能可自动整理数据、生成摘要与自动化流程,无需代码即可搭建业务应用。
ZenML 是开源 MLOps 管道框架,用可组合的抽象层连接数据、训练、评估与部署环节,让机器学习管道可复用、可复现,支持本地与云环境无缝切换。 🔗 文章: https://ainomam.com/post/ai-agent-monitoring-with-sentry-error-tracking-for-ai-systems-2026-20260723 | GitHub Stars: 5.6k+
Kestra 是开源的可扩展工作流编排平台,用声明式 YAML 定义数据管道、自动化与调度,内置丰富插件生态,支持事件驱动与定时触发,28k+ stars,是 Airflow 之外更现代的替代选择。 🔗 文章: https://ainomam.com/post/ai-scheduling-assistant-20260814 | GitHub Stars: 28k+
用 Web 前端技术 + Rust 后端构建轻量桌面应用的框架,打包体积和内存占用远小于 Electron,是独立开发者做桌面工具的优选。
开源 LLM 可观测性平台,提供 trace 追踪、指标评估与数据集管理,能可视化定位模型幻觉、延迟与成本问题,本地即可部署。
开源 LLM 评测与提示测试框架,可对提示词、模型和 RAG 管线做回归测试、红队攻击测试与质量对比,是 AI 应用上线前的质量关卡。
在 HTML 里直接用属性完成 AJAX、CSS 过渡与 WebSocket 交互的轻量库,几 KB 大小让服务端渲染重新流行,是「简单至上」路线的代表。
纯 Python 全栈 Web 框架,不用写前端代码即可构建交互式应用,自带组件库与部署平台,适合数据科学家快速把想法变成网页应用。
开源数据标注平台,支持文本、图像、音频、视频多模态标注,可对接机器学习模型做自动预标注,是训练数据生产的标准工具之一。
开源的 Python 数据加载库,几行代码就能把任意 API 数据加载进数据仓库,自动处理 schema 演变与增量同步,被数据工程师称为「Python 版 Fivetran」。
以数据资产为中心的开源编排平台,用声明式方式定义数据管线,天然支持调度、可观测性与软件定义资产(Software-defined Assets),是 Airflow 的现代替代。
PyTorch 全家桶平台,提供云端训练、部署与协作环境,旗下 PyTorch Lightning 框架是学术界和工业界最流行的训练脚手架之一。
面向大模型的文档解析 ETL 工具,把 PDF、Word、PPT 等非结构化文档清洗成模型友好的结构化数据,是 RAG 管线的常用组件,开源版广受欢迎。
Flutter 是谷歌开源的跨平台 UI 框架:一套 Dart 代码同时构建 iOS、Android、Web 和桌面应用,自绘引擎保证各端渲染一致。热重载开发体验流畅,是独立开发者做多端产品的热门选择。 🔗 GitHub: https://github.com/flutter/flutter | ⭐ 179k+
Rust 是 Mozilla 发起、社区驱动的系统编程语言:无需垃圾回收就能保证内存安全,性能媲美 C/C++。被大量用于浏览器引擎、操作系统、区块链和 CLI 工具开发,连续多年被评为最受喜爱语言。 🔗 GitHub: https://github.com/rust-lang/rust | ⭐ 116k+
Go 是谷歌开源的编程语言,以语法简洁、并发能力强、编译快著称,是云原生时代的标配语言:Docker、Kubernetes 都用它编写。标准库完善、部署简单,适合后端服务和网络编程。 🔗 GitHub: https://github.com/golang/go | ⭐ 136k+
Elasticsearch 是开源的分布式搜索引擎和分析引擎,毫秒级全文检索,广泛用于站内搜索、日志分析和可观测性(配合 Kibana/Logstash 组成 ELK 技术栈)。支持海量数据实时聚合,是企业标配。 🔗 GitHub: https://github.com/elastic/elasticsearch | ⭐ 78k+
React 是 Meta 开源的 UI 库,用组件化方式构建 Web 界面,配合 Next.js 等框架构成现代前端主力技术栈。Hooks、虚拟 DOM、庞大的生态社区,让 React 成为全球使用最广的前端框架之一。 🔗 GitHub: https://github.com/facebook/react | ⭐ 248k+
知名开源 API 客户端,支持 REST/GraphQL/gRPC 调试、环境变量与自动化测试,界面清爽,是 Postman 的热门替代。
Google 开源的深度学习框架,生态成熟,覆盖模型训练、部署与移动端推理,是最流行的机器学习工具之一。
开源实时音视频与语音 Agent 基础设施,提供 WebRTC SDK 与云服务,开发者用它构建语音助手、视频会议和实时交互应用。
Lepton AI 是连接开发者与全球 GPU 算力的 AI 云平台,提供模型推理、微调与部署服务,现已并入 NVIDIA DGX Cloud 生态。
Hono 是构建在 Web 标准之上的超快小型 Web 框架,支持 Cloudflare Workers、Deno、Bun、Vercel、Node.js 等运行时,API 简洁、性能出色。
Drizzle ORM 是下一代轻量级 TypeScript ORM,类型安全、性能出色、开发体验优秀,支持 PostgreSQL、MySQL、SQLite 等数据库,无魔法的 SQL 风格。
MinIO is a high-performance, S3-compatible object storage server. It is open source, self-hostable and designed for large-scale private cloud workloads. GitHub Stars: 61k+ 🔗 官网: https://min.io
Prometheus is an open-source monitoring and alerting toolkit. It collects time-series metrics with a powerful query language and integrates with Grafana and Alertmanager. GitHub Stars: 66k+ 🔗 官网: https://prometheus.io
MLflow is an open-source MLOps platform covering the whole ML lifecycle: experiment tracking, model registry, packaging and deployment. GitHub Stars: 28k+
Prefect is a modern workflow orchestration framework for data engineering. It offers dynamic scheduling, retries, observability and a cloud platform for data pipelines. GitHub Stars: 24k+
Apache Airflow is an open-source workflow orchestration platform. Define data pipelines as Python DAGs and get scheduling, retries, monitoring and a rich UI. GitHub Stars: 47k+
Nushell is a modern shell built around structured data. Instead of parsing text, it pipes typed values like tables and records, making complex data tasks in the terminal much easier. GitHub Stars: 40k+
Starship is a fast, customizable cross-shell prompt. It shows git status, language versions and command timings with a minimal design that works in any shell. GitHub Stars: 59k+
Tailscale is a zero-config VPN built on WireGuard. It connects your devices securely across networks with mesh networking, SSO and access controls. GitHub Stars: 35k+
Metabase is an open-source business intelligence tool. Non-technical users can query data, build dashboards and share insights through a friendly visual interface. GitHub Stars: 49k+
Windmill is an open-source developer platform for building internal tools and workflows. Write scripts in Python/TypeScript and turn them into UIs and scheduled jobs. GitHub Stars: 18k+
Godot 是开源游戏引擎,支持 2D/3D 游戏开发,轻量免费无授权费,内置场景编辑器与 GDScript 脚本语言,是独立开发者与中小团队的首选之一。 🔗 GitHub Stars: 116k+ | 官网: https://godotengine.org
Bruno 是开源 API 调试客户端,请求以纯文本文件保存在本地,天然支持 Git 版本管理与团队协作,离线可用,被称为 Postman 的热门开源替代。 🔗 GitHub Stars: 46k+ | 官网: https://www.usebruno.com
ngrok 是最流行的内网穿透/隧道工具,一条命令把本地服务暴露到公网 HTTPS 地址,用于 Webhook 调试、本地联调与演示,提供免费层与全球边缘加速。 🔗 文档: https://ngrok.com/docs | 官网: https://ngrok.com
Jupyter 是开源交互式计算笔记本,支持 40+ 编程语言(Python 为主),是数据科学、教学与科研的标准工具,生态包含 JupyterLab、Jupyter Notebook 与 JupyterHub。 🔗 GitHub Stars: 15k+ (jupyter/jupyter) | 官网: https://jupyter.org
Airbyte 是开源数据集成平台(ELT),提供 300+ 开箱即用的连接器,把数据从各种来源同步到数据仓库,支持自托管与云版,是数据管道的主流选择。 🔗 GitHub Stars: 22k+ | 文档: https://docs.airbyte.com
Biome 是 Rust 编写的前端工具链,集格式化、Lint 与检查于一体,速度比 ESLint 与 Prettier 快数倍,可平滑迁移,是 JS/TS 项目的新一代选择。
Cypress 是下一代前端测试工具,提供开箱即用的 E2E 与组件测试,实时调试、自动等待与时间回溯功能让 Web 应用测试高效稳定。
Svelte 是编译型前端框架,将组件编译为高效原生 JavaScript,运行时体积小、性能优异,配套 SvelteKit 提供全栈开发体验,深受开发者喜爱。
Payload 是开源 TypeScript 无头 CMS,以代码优先方式定义内容模型,自动生成管理后台与 API,适合 Next.js 全栈项目,支持插件与自托管。
Strapi 是开源无头 CMS,提供可视化管理后台与 REST/GraphQL API,支持自定义内容类型、插件生态与多语言,是构建内容驱动应用的主流后端之一。
FlutterFlow 是可视化 Flutter 应用构建工具,拖拽生成原生移动 App 界面,内置 Firebase 集成、AI 辅助开发与代码导出,可生成可维护的 Dart 源码。
Bubble 是全球领先的无代码应用开发平台,通过可视化编辑器构建 Web 应用与 SaaS 产品,内置数据库、认证与工作流,支持接入 AI 插件与第三方 API。
MinerU 是开源的高精度 PDF 文档解析工具,可将 PDF 与扫描件转换为 Markdown 和 JSON,擅长公式、表格与版面识别,是 RAG 知识库的主流预处理方案。
Cherry Studio 是开源的跨平台 AI 桌面客户端,支持接入主流大模型 API 与本地模型,内置知识库与助手市场。
Chatbox 是跨平台 AI 聊天桌面应用,支持接入 OpenAI、Claude、Gemini、Ollama 本地模型等,数据本地保存。
LibreTranslate 是开源免费机器翻译 API,可自托管部署,支持 100+ 种语言互译。
LocalAI 是开源的本地 AI 推理服务器,提供 OpenAI 兼容 API,无需 GPU 也能在普通硬件上运行模型。
Node-RED 是 IBM 开源的流式可视化编程工具,拖拽节点即可连接 API、数据库、MQTT 与 AI 服务。
Chainlit 是快速构建 ChatGPT 式 AI 应用的开源框架,几行代码即可为 LLM 应用加上聊天界面。
CodeRabbit 是 AI 驱动的代码审查机器人,自动审查每个 Pull Request,具备 40+ 安全检查器与上下文修复建议。
The veteran open-source framework for browser automation and web testing. Selenium WebDriver supports Chrome, Firefox, Safari and Edge across Python, Java, C#, JavaScript and Ruby. Industry standard for cross-browser testing, used by QA teams worldwide.
A Node.js library that controls headless Chrome/Chromium via the DevTools Protocol. Puppeteer automates browser tasks like screenshot generation, PDF creation, form filling and scraping. The de-facto standard for browser automation in Node.js, widely used for testing and web crawling.
The missing package manager for macOS (and Linux). Homebrew installs, updates and manages thousands of open-source tools and libraries with a single command, resolving dependencies automatically. The standard way to install developer tools on macOS.
A hyperextensible Vim-based text editor. Neovim modernizes Vim with asynchronous plugins, embedded terminal, Lua scripting and first-class LSP support. Favorite of developers who love keyboard-driven workflows and fully customizable setups.
Microsoft's free, open-source code editor. Extensible with thousands of extensions, built-in Git, debugging and IntelliSense. The most popular editor for web and cloud development, with a massive ecosystem from themes to language servers, and GitHub Copilot integration for AI-assisted coding.
Logseq 是本地优先的开源大纲笔记与知识管理工具:双向链接、块级引用、白板与 PDF 标注,数据以 Markdown/Org 格式存本地,支持插件生态与 AI 问答,是 Obsidian 之外最受欢迎的个人知识库。
uv 是 Astral 用 Rust 打造的极速 Python 包与项目管理器,可替代 pip、pip-tools、virtualenv、pyenv 等一整套工具:解析与安装依赖比传统方案快 10-100 倍,原生支持 pyproject.toml 与项目级环境,被称为 Python 工具链的「瑞士军刀」。
Ghostty 是 Zig 语言编写的高性能开源终端,主打极快的启动与渲染速度,原生支持 macOS 与 Linux(Windows 版开发中),配置简洁、零依赖 GPU 渲染,2024 发布后迅速成为开发者新宠。
WezTerm 是 Rust 编写的开源终端模拟器,跨 Windows/macOS/Linux,支持 GPU 渲染、多 Tab 分屏、SSH 会话复用与强大的 Lua 配置,对连字、真彩色与字体回退支持出色,是开发者的现代化终端之选。
Braintrust 是面向 AI 应用的评测与实验平台:管理评测数据集、批量跑模型对比、自动评估输出质量,并提供提示词版本管理与回归测试,让 LLM 应用像软件工程一样可测试、可回滚。
Helicone 是开源 LLM 可观测性平台:一行代码接入 OpenAI/Anthropic 等 SDK,自动记录请求日志、Token 用量、延迟与成本,支持会话回放、异常告警与 A/B 评测,帮助团队发现模型退化与异常调用。
Portkey 是 AI 网关与可观测性平台:统一 API 接入 200+ 模型、自动重试与故障转移、请求路由与成本追踪,并提供 Guardrails 与实时监控面板。开源 gateway 可自托管,云版开箱即用,适合生产级 LLM 应用。
LiteLLM 是开源 LLM 网关/代理,用 OpenAI 兼容的接口统一接入 100+ 家模型服务商(OpenAI、Anthropic、DeepSeek、本地 Ollama 等),内置负载均衡、重试、预算控制与日志,一行代码切换模型,是 LLM 应用架构的事实标准之一。
HashiCorp 出品的基础设施即代码工具,用声明式 HCL 定义云资源,一条命令管理 AWS、Azure、GCP 等数百个平台的创建与变更,DevOps 标配。
Google's app development platform — Auth, Firestore, hosting, analytics and AI extensions to ship apps faster.
Payments infrastructure for internet businesses — one API for payments, billing, subscriptions and financial automation.
In-memory data store for caching, real-time apps and AI — Redis 8 adds vector search and JSON, with enterprise-grade reliability.
Complete DevOps platform — Git repository, CI/CD, security scanning and AI-assisted DevSecOps in one self-hostable product.
Best open-source container orchestration system — automated deployment, scaling and management of containerized workloads. The industry standard for cloud-native apps. 124k+ GitHub stars.
Best open-source observability platform — unified dashboards for metrics, logs and traces across 100+ data sources. 76k+ GitHub stars.
Best productivity launcher for macOS — replace Spotlight with fast commands, workflow automation, and a huge extension ecosystem built with React.
Best authentication and user management platform for modern web apps — prebuilt sign-in flows, multi-factor auth, and organization management with a developer-first API.
Best open-source backend platform for web and mobile apps — auth, databases, storage, and serverless functions in one self-hostable solution. 57k+ GitHub stars.
Best infrastructure-as-code — real programming languages for cloud, multi-cloud.
Best open-source OLAP database — columnar, real-time analytics, sub-second queries.
Best analytics engineering tool — transform data in warehouse with SQL, version control.
Best next-gen frontend build tool — instant dev server, fast HMR, ESM-first.
Best modern Python web framework — async, auto OpenAPI docs, Pydantic validation.
Best tool to build & share ML demos — instant UI for any model, Hugging Face native.
Best Python framework to build data & AI web apps in minutes — pure Python.
Best MLOps platform — experiment tracking, model registry, hyperparameter sweeps.
Best speech intelligence APIs — transcription, summarization, sentiment, PII redaction.
Best speech-to-text & audio intelligence API — Nova-3 ASR, voice agents, low latency.
Best open-source background jobs platform — durable, typed workflows with AI agent support.
Best open-source Airtable alternative — turn any database into a smart spreadsheet with APIs.
Best open-source headless CMS and data platform — instant REST/GraphQL API over your SQL database.
Cerebras Inference runs LLMs at wafer-scale speed — ultra-fast Llama, Qwen, and DeepSeek inference on custom chips instead of GPUs.
Fal.ai is the AI media generation API platform — deploy and run image, video, and audio models (FLUX, Stable Diffusion, LLMs) at serverless scale.
Appsmith is the open-source low-code platform for building internal tools — admin panels, dashboards, and workflows on top of any database or API.
llama.cpp is the C/C++ LLM inference engine — runs GGUF models on CPU, GPU, and edge devices with minimal dependencies.
Instructor is the Python library for structured LLM outputs — get validated, typed responses from any model with simple retries and streaming.
Node-based Stable Diffusion workflow engine for building and sharing advanced AI image pipelines
Meta's open-source deep learning framework powering most AI research and production systems
Open-source, lightning-fast typo-tolerant search engine with a developer-friendly API
In-process analytical SQL database for fast queries on CSV, Parquet, and JSON — SQLite for analytics
Low-code platform to build internal tools, admin panels, and AI apps on top of your databases
Utility-first CSS framework that accelerates UI development, now with v4 engine and zero config
Best React framework for full-stack web apps - server-side rendering, static generation and API routes from Vercel; the default choice for AI apps and indie makers.
Best open protocol for connecting AI to tools and data - Anthropic's MCP standardizes how AI apps call external tools, widely adopted across OpenAI, Google and the agent ecosystem.
Best multimodal AI infrastructure - Reader turns any web page into clean LLM-friendly text, plus embeddings, reranker and vector database; one-line integration.
Best semantic search engine API for AI - searches the web by meaning rather than keywords, with code search and similar-content discovery; core infrastructure for RAG and knowledge tools.
Best search API built for AI agents and LLMs - returns clean, structured web content with source citations, supports deep research mode; reduces hallucinations in agent workflows.
Best model inference platform for production - deploy, scale, and monitor open or fine-tuned LLMs as fast, reliable APIs; GPU autoscaling to zero, sub-second latency.
Best GPU cloud for AI workloads - rent serverless or dedicated GPUs (H100/A100/5090) by the second; prebuilt AI images, one-click deploy models, or bring your own Docker; developer-first pricing.
Best framework for building React Native apps - develop, build, and ship iOS/Android/web apps from one codebase; Expo Go instant preview, EAS cloud builds, and over-the-air updates.
Best AI-powered documentation platform - write docs in Markdown, get a beautiful modern site, AI chat search for your docs, and instant help for users; trusted by thousands of startups.
Best LLM observability and evaluation platform from LangChain - trace, debug, evaluate, and monitor every LLM call and agent run; annotate datasets, run regression tests, and ship with confidence.
数秒内部署现代Web应用和AI智能体 — 基于Git的构建、全球边缘网络、Agent Runners、AI Gateway和Functions。从原型到生产。
TypeScript 的智能体基础设施——采用 schema 优先的 ORM,支持类型安全查询、托管 Postgres 和边缘计算。端到端部署 TypeScript 应用和 AI 智能体。
运行AI模型的最佳云API - 通过单个API调用部署并运行50,000+开源模型(图像、视频、音频、LLM)。按使用量付费,无需管理GPU。
高性能开源LLM推理与服务框架(UC Berkeley/NVIDIA),采用RadixAttention前缀加速技术。31k+星标。
E2B为运行AI生成的代码提供安全的云沙箱。它是每个通用智能体平台在让其智能体执行刚写好的Python代码时,悄悄租用的开源运行时,免去安全上的麻烦。多数智能体平台依赖此基础设施来安全执行代码。
Patronus AI 是面向 LLM 和智能体输出的评估与优化层。它能捕捉模型升级或提示词变更悄然破坏客户工作流时的回归问题。专为智能体 AI 输出而构建,这种工具通常是在经历一次糟糕发布后才会购买——而一旦用过,就再也离不开。
Resolve AI 作为智能体 SRE(站点可靠性工程师),在几分钟内处理告警、执行根因分析并排查事件。仅在确实需要人工介入时才呼叫人员。该产品通过深度访问日志、追踪和指标来运作——这是多数竞争对手回避的复杂集成工作。
Observee 为垂直 AI 公司提供集成基础设施,让他们无需自行编写数百个连接器。垂直 AI 初创公司在交付任何智能体操作前,往往要花六个月对接 Salesforce、NetSuite 和 QuickBooks。Observee 将这一环节作为基础设施出售,让 AI 公司专注于核心智能体逻辑。
开发者数据平台。多云文档数据库,内置搜索、面向AI应用的向量搜索、无服务器实例,以及用于边缘计算的Atlas Device SDK。
HashiCorp 提供基础设施自动化工具,包括 Terraform(IaC)、Vault(密钥管理)、Consul(网络)和 Nomad(调度)。
DigitalOcean 为开发者提供云基础设施服务,包括 Droplets(虚拟机)、托管数据库、Kubernetes 和 App Platform。
PlanetScale是一个由Vitess驱动的无服务器MySQL数据库平台。提供类似GitHub的数据库分支工作流、非阻塞式模式变更及全球复制功能。
Coolify 是一个开源的、自托管的平台即服务(PaaS)替代方案,可替代 Heroku、Netlify 和 Vercel。通过精美的界面,在您自己的基础设施上部署 Docker 容器、数据库和静态网站。
Render 是一个云平台,用于托管 Web 应用、静态网站、API 和数据库,支持 SSL、从 Git 自动部署以及免费 TLS 证书。提供托管 PostgreSQL、Redis 和定时任务。
Fly.io是一个应用部署平台,在30多个全球区域靠近用户运行容器。支持Docker容器、自动扩展、全球PostgreSQL,以及从git即时部署。
无服务器执行环境,在Cloudflare覆盖330多个城市的边缘网络运行JavaScript/WebAssembly代码。让开发者零冷启动全球部署代码。
现代、安全的JavaScript、TypeScript和WebAssembly运行时。由Node.js原创作者打造,内置TypeScript支持、默认安全权限和全面标准库。
一个开源的Firebase替代品,提供PostgreSQL数据库、身份验证、即时API、实时订阅和存储。深受开发者欢迎,用于快速构建全栈应用。
Modal为AI和数据工作负载提供无服务器云计算。按需运行Python函数、容器和GPU任务,支持快速冷启动和自动扩缩。无需管理基础设施。仅按使用的计算时间付费。