No code. Just clicks.

The Concept

When. Who. What.

Just answer three questions, and your notification is live.

When to notify

Table + event + conditions

Pick a table and an event (INSERT, UPDATE, or DELETE). Add conditions to fire only when the row matches your rules.

Who to notify

One user, a group, or everyone

Point to the user ID. A direct column, a joined table, or broadcast to everyone. Add filters to narrow it down.

What to send

Title, body, and payload

Write the title and body. Use {{ for dynamic values from the event record. Choose which fields go into the payload.

The Integration

Setup in minutes.

One-time setup, then notifications run on autopilot.

On the web

Connect in three steps

Connect Supabase, add your FCM and APNs credentials, and you're set. Nothing else to wire up.

app.entrig.com/
Connect Supabase
Connect SupabaseAuthorize org and select project
OAuth
Add FCM credentials
Add FCM credentialsService account JSON + App ID
Firebase Console
Add APNs key
Add APNs key.p8 file + Key ID + Team ID
Apple Developer

In your app

A few lines of code

Install, initialize, register on login, unregister on logout, listen for events. That's the code part.

npm install @entrig/react-native

# iOS setup
npx @entrig/react-native setup ios
The Engine

The boring infrastructure, handled.

Everything you need to send push notifications from day one.

No code

Visual creator

Create and manage notifications from the dashboard. No SQL, no backend code.

Devices

Token management

Device tokens are managed automatically. Just call register/unregister from the SDK.

Reliability

Retry system

Transient FCM and APNs failures are retried. Every notification gets another chance.

Alerts

Failure alerts

Get alerted when a notification fails because of a configuration error. Nothing breaks unwatched.

Agentic

MCP server

beta

Connect your AI agent via MCP. Create and manage notifications in natural language.

Observability

Delivery report

soon

Track delivery status for every notification you send.

The Plans

Pay for what you send.

Start sending for free. Scale as your user base grows.

Free

$0/mo

Get started with push notifications

3,000

notifications / month

No credit card required

Base

$10/mo

For growing apps with more users

30,000

notifications / month

Pro

$25/mo

For apps at scale

100,000

notifications / month

Custom

Let's talk

Tailored to your needs

Unlimited

notifications / month

Frequently Asked Questions

No. We designed Entrig around the tables you already have. Select the table that represents the event (likes, comments, orders, messages, whatever it is), and a trigger will call Entrig the moment a row changes. No new tables, no extra writes from your code.

If you prefer to have a notifications table, that works too. Make it your event table, and we send a push every time a row lands in it.

What about data from related tables? This is usually where developers end up writing backend logic. Joining the user, fetching the post title, looking up the team. Entrig handles it for you. Configure the foreign key paths in the dashboard and we follow them at send time. You configure once, we resolve the data on every send.

Live walkthrough

Let's get your first notification live.

Book a 15-minute call. We'll connect your Supabase, configure your first trigger, and answer anything you're stuck on.

Push Notifications are Essential. Entrig makes it simpler.