Openpieces logoopenpieces

OPEN SOURCE FOREVER

It builds tools
deploys them
Then uses them

Openpieces lets you build, secure, and scale AI-powered integrations — faster.

100% Open Source Self-Hostable Production Ready
Openpieces logo

Unlimited integrations

Slack
Facebook
GitHub
Discord
Notion
Stripe

What is openpieces?

Build once. Integrate everywhere.

Openpieces is the open source integration platform that helps you connect apps, LLMs, and data sources through powerful automation pieces.

Reusable Pieces

Pre-built connectors for APIs, databases, and business tools.

Secure by Default

Role-based access, logs, and enterprise-grade governance.

Built for Scale

Self-hosted, cloud-ready, and built for production teams.

Pieces

Search pieces...

GitHub

Automate pull requests and issues.

Verified

Slack

Send updates to channels and teams.

Verified

Postgres

Run database tasks inside flows.

Verified

Notion

Sync docs and pages with agents.

Verified

Stripe

Trigger billing and customer events.

Verified

Your App

Connect private systems securely.

Verified

Explore all pieces ->

How it works

Three simple steps

1. Prompt

Describe what you need in plain English.

2. AI Builds

The AI wires every piece and connection.

3. AI Ships

Deploys your workflow — no manual steps.

Runtime

Deno-native.
Container-ready.

Every piece runs in a secure Deno sandbox — fast, TypeScript-native, and isolated by default. Need Python, Node, or anything else? Podman spins up containers on demand.

// Each piece is a Deno module
import { Slack } from "openpieces:slack";

const res = await Slack.sendMessage({
   channel: "#deployments",
   text: "Pipeline finished ✅",
});

// Podman container for other runtimes
const python = await Container.run({
   image: "python:3.12-slim",
   script: "process.py",
});

Deno Sandbox

Secure by default. Each piece runs isolated with fine-grained permissions.

Podman Containers

Spin up any runtime — Python, Node, Rust — without leaving a workflow.

NO NODES. NO WIRES.

Workflows from a simple prompt

Describe what you need in plain English — the AI writes every piece, wires every connection, and deploys the workflow. You never touch the code.

Prompt → deploy in seconds

Architecture

No SDK required

Openpieces doesn't need a client library — pieces are just Deno modules with optional container sidecars for polyglot workloads. Less glue code, more flow.

100% Open Source

Openpieces is and will always be open source. Contributions are welcome!

Join our growing community

Builders, contributors, and AI enthusiasts building the open integration layer for the future.

View all contributors →

Unlimited

Integrations

100%

Open Source

MITApacheFreeAudit