Activepieces
Activepieces osFoundry community catalog में एक app है। First-class AI के साथ open-source Zapier alternative: events (HTTP, webhooks, schedule) पर workflows trigger करें, 200+ apps (Slack, Notion, GitHub, Google Sheets, Stripe, OpenAI, Anthropic, ...) connect करें, उन्हें no-code branches + loops + AI steps के साथ wire करें। Platform खुद fully open + extensible है — TypeScript में अपना 'piece' लिखें। Postgres + Redis in-image bundled। अभी सबसे polished open workflow automation tool।
विवरण
- Workspace: osfoundry
- Category: PRODUCTIVITY
- मूल्य: Free
- Access: Community
Features
- 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 / ...)
Documentation
Documentation को upstream project द्वारा अंग्रेज़ी में मेंटेन किया जाता है।
# 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 को अपने workspace में install करें, फिर अपने stack के लिए prompts, tools, या configuration को customise करने के लिए इसे osStudio में fork करें। आपके workspace का कोई भी सदस्य वहीं से आगे बढ़ा सकता है जहाँ आपने छोड़ा था।
Community से अन्य apps
- CRM — Contacts, deals, और pipeline tracking के साथ customer relationship management।
- Kanban Board — एक Trello-style kanban and project board के साथ cards, boards, calendar and table views, and per-board properties. Powered by Focalboard (standalone personal server). Embedded SQLite एक persistent volume पर.
- Helpdesk — SLA tracking के साथ ticket triage और customer support inbox।
- Page Builder — Visual drag-and-drop page builder के साथ sections, themes, SEO, and publishing
- Website Builder — Multi-page website builder के साथ CMS collections, global navigation, footer, themes, and publishing
- Storefront — Product catalog, cart, और checkout के साथ e-commerce storefront।