Activepieces
Activepieces ist ein App im osFoundry Community-Katalog. Quelloffene Zapier-Alternative mit erstklassiger KI-Unterstützung: Workflows durch Ereignisse auslösen (HTTP, Webhooks, Zeitplan), über 200 Anwendungen verbinden (Slack, Notion, GitHub, Google Sheets, Stripe, OpenAI, Anthropic, …) und per No-Code mit Verzweigungen, Schleifen und KI-Schritten verkabeln. Die Plattform selbst ist vollständig offen und erweiterbar – schreiben Sie Ihr eigenes „Piece“ in TypeScript. Postgres und Redis sind im Image enthalten. Das derzeit ausgereifteste quelloffene Werkzeug zur Workflow-Automatisierung.
Details
- Workspace: osfoundry
- Kategorie: PRODUCTIVITY
- Preis: Free
- Zugriff: Community
Funktionen
- 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 / ...)
Dokumentation
Die Dokumentation wird vom Upstream-Projekt auf Englisch gepflegt.
# 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.
Activepieces in osFoundry verwenden
Installieren Sie Activepieces mit einem Klick in Ihren Workspace und forken Sie es anschließend in osStudio, um Prompts, Tools oder die Konfiguration an Ihren Stack anzupassen. Alle Mitglieder Ihres Workspace können dort weitermachen, wo Sie aufgehört haben.
Weitere apps aus der Community
- CRM — Kundenbeziehungsmanagement mit Kontakten, Deals und Pipeline-Tracking.
- Kanban Board — Ein Kanban- und Projekt-Board im Trello-Stil mit Karten, Boards, Kalender- und Tabellenansichten und Eigenschaften pro Board. Basiert auf Focalboard (Standalone Personal Server). Eingebettetes SQLite auf einem persistenten Volume.
- Helpdesk — Ticket-Triage und Kundensupport-Postfach mit SLA-Tracking.
- Page Builder — Visueller Drag-and-Drop-Page-Builder mit Sections, Themes, SEO und Publishing
- Website Builder — Mehrseitiger Website-Builder mit CMS-Collections, globaler Navigation, Footer, Themes und Publishing
- Storefront — E-Commerce-Storefront mit Produktkatalog, Warenkorb und Checkout.