The backend for the webhooks you receive

Catching the webhook is the easy part.

Verify it, keep it as a queryable record, run JavaScript when it lands, and replay it when something downstream breaks — from one SDK.

Stripe, Shopify, Clerk, Resend, or any HMAC sender. Bring your own auth and frontend.

A Stripe charge.succeeded webhook is signature-verified and stored in a durable buffer that replay re-enters. A Centrali JavaScript function then calls an external fulfillment API and writes a row to the orders collection, with the arrival, the run, and the call tied together in one Event Log by correlation id.
Pricing

Simple, transparent pricing

Start free with generous limits. Pay only as your usage grows. No hidden fees. No per-seat billing.

Pay only for what you exceed. No per-seat fees. No lock-in.

AI-ready

Run Centrali from your AI.

Point Claude, Cursor, or any MCP client at your workspace. Query your data, manage your flows, call your APIs, and build new features — all in plain English. No manual wiring.

Start your backend in minutes

No credit card. No setup. Just run the CLI and start building.

Takes less than 5 minutes to get started.

FAQ

Common questions

Questions developers ask while evaluating Centrali.

What is Centrali?

Centrali is the backend for the webhooks you receive. Point Stripe, Shopify, Clerk, Resend, or any HMAC sender at a Centrali endpoint: events are signature-verified, durably buffered, and stored as queryable records you can run JavaScript against and replay later. Centrali also sends signed outbound webhooks to your own customers, when you need that too.

What can I receive webhooks from?

Anything that sends a webhook. Centrali validates signatures from common providers like Stripe, GitHub, Shopify, and Clerk out of the box, and lets you add custom verification for anything else. Events land as typed records you can query, search, and react to.

What do I get out of the box?

A signed inbound endpoint, a database, search, retries, delivery logs, replay, and a console UI to see all of it. You write JavaScript for the parts that need logic — everything else is already wired up.

Do I bring my own database, auth, or frontend?

Auth and customer-facing frontend, yes — Centrali works with any auth provider (Clerk, Auth0, custom) and any frontend stack for your app. For internal dashboards over your records and events, Pages (in beta) is built in, so you don't need a second frontend project just to see your data. Database: no, Centrali stores your data in its own collections so the SDK, search, and webhook records all live in one place.