Activepieces
Activepieces은(는) osFoundry 커뮤니티 카탈로그에 등록된 앱입니다. AI를 일급 시민으로 다루는 오픈소스 Zapier 대안입니다: 이벤트(HTTP, 웹훅, 스케줄)로 워크플로를 트리거하고, 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에서 포크하여 프롬프트, 도구 또는 구성을 자신의 스택에 맞게 커스터마이즈하십시오. 워크스페이스의 누구나 작업을 이어받을 수 있습니다.
커뮤니티의 다른 앱
- CRM — 연락처, 거래, 파이프라인 추적이 가능한 고객 관계 관리 도구입니다.
- Kanban Board — 카드, 보드, 캘린더와 테이블 뷰, 보드별 속성을 갖춘 Trello 스타일 칸반 및 프로젝트 보드입니다. Focalboard (독립 실행형 개인 서버) 기반으로 동작합니다. 영구 볼륨에 내장 SQLite로 제공됩니다.
- 헬프데스크 — SLA 추적 기능을 갖춘 티켓 분류 및 고객 지원 인박스입니다.
- Page Builder — 섹션, 테마, SEO, 게시 기능이 있는 시각적 드래그 앤 드롭 페이지 빌더입니다
- Website Builder — CMS 컬렉션, 글로벌 내비게이션, 푸터, 테마, 게시 기능이 있는 다중 페이지 웹사이트 빌더
- 스토어프론트 — 상품 카탈로그, 장바구니, 결제 기능을 갖춘 이커머스 스토어프론트입니다.