Activepieces
Activepieces 是 osFoundry 社区目录中的应用。原生支持 AI 的开源 Zapier 替代品:通过事件触发工作流(HTTP、Webhook、定时),连接 200+ 应用(Slack、Notion、GitHub、Google Sheets、Stripe、OpenAI、Anthropic……),用无代码分支、循环和 AI 步骤进行编排。平台本身完全开源、可扩展——可用 TypeScript 编写自己的“piece”。镜像内捆绑 Postgres + Redis。是目前体验最完善的开源工作流自动化工具。
详情
- 工作区: osfoundry
- 分类: PRODUCTIVITY
- 价格: Free
- 访问权限: Community
功能
- 200+ pre-built pieces — Slack, Notion, GitHub, Google, Stripe, OpenAI, Anthropic, and growing weekly
- First-class AI step — inline LLM calls with structured output, vision AI, text AI in any flow
- Branches + loops + code steps — full programmability without leaving the visual editor
- Write your own piece in TypeScript — `npx @activepieces/cli pieces create`
- Postgres + Redis bundled in-image — no external infra for self-hosting
- Triggers: cron schedule / webhook / form / app events (new email / Slack message / GitHub PR / ...)
文档
文档由上游项目以英文维护。
# Activepieces
## First-boot
Visit the public URL — sign up the first account (becomes Platform Admin). No default password.
## Build your first flow
1. **Flows → + New Flow**.
2. Pick a **trigger** — Schedule (cron), Webhook (HTTP POST), Form submission, or app event (new email, new Slack message, etc.).
3. Add **actions** — search 200+ apps (Slack post, Notion page, OpenAI chat completion, Sheets append, Stripe customer create, ...).
4. Wire branches (`If/Else`), loops (`Loop on items`), and **AI Steps** (run a prompt against OpenAI / Claude / local).
5. **Publish** — the flow runs on every trigger.
## AI features
- **AI Step** — inline LLM call with structured output. Use anywhere in a flow.
- **Text AI** — summarize / translate / classify text.
- **Vision AI** — extract data from images.
- **Code Step** — if no piece does what you need, write 20 lines of TypeScript inline.
## Pieces
A 'piece' is a plugin (Slack, Notion, OpenAI, Stripe, ...). 200+ ship in the official catalog. Write your own:
```bash
npx @activepieces/cli pieces create --name my-piece
# implement triggers + actions in TypeScript
# bundle + install via Platform Admin → Pieces
```
## Storage
Postgres + Redis bundled in-image. All state at `/persist/`. 20 GB volume. For team-scale (>50 flows running concurrently), switch to external Postgres + Redis via env.
如何在 osFoundry 中使用 Activepieces
一键将 Activepieces 安装到您的工作区,然后在 osStudio 中将其分支,针对您的技术栈自定义提示词、工具或配置。工作区中的任何人都可以接续您的工作继续推进。
社区中的其他应用
- 客户关系管理 — 客户关系管理工具,支持联系人、交易和销售管道跟踪。
- Kanban Board — Trello 风格的看板与项目板,含卡片、面板、日历与表格视图以及每面板属性。基于 Focalboard(独立个人服务器)构建。在持久卷上内嵌 SQLite。
- 服务台 — 工单分流与客户支持收件箱,附带 SLA 跟踪。
- Page Builder — 可视化拖放页面生成器,支持区块、主题、SEO 与发布
- Website Builder — 带 CMS 合集、全局导航、页脚、主题与发布的多页面网站生成器
- 店面 — 电商店面,包含商品目录、购物车和结账流程。