The automation backbone for serious businesses

AI agents, workflows, integrations and dashboards on one engine. Built for systems that have to keep running.
workflow-engine — node
on('stripe.payment_succeeded')
db.sync(payment)
ai.analyze(customer)
slack.notify()

Built for the work that has to keep running

Most automation tools break the moment things get serious. dataflows is built for the other side.

AI that does real work

Agents read from your live business data and trigger your real workflows. Safe by design, with humans in the loop where it matters.

Workflows that don't break

Every step is saved. If something fails, it retries. If a server restarts, your process keeps going. Nothing gets lost.

One engine for everything

Workflows, integrations, dashboards, AI agents. All in one place. No glue code, no five tools doing one job.

What you can build

Four core capabilities, one platform. Pick what you need today and add the rest later.
AI Agents
AI that can read your data and trigger your workflows. Safe by design, with humans in the loop where it matters.
Workflow Automation
Reliable, long running business processes written as real code. Approvals, retries, scheduling, audit trail.
System Integrations
Connect ERP, CRM, shop, accounting, mail and more. Two way sync, deep history, no rate limit headaches.
Operational Intelligence
Dashboards, reports and alerts on top of your synced data. Built around your business, not a generic template.

Real cases, real results

A few examples of what teams ship on dataflows.
Customer Onboarding
New customers are set up across CRM, billing and email in one safe flow. Nothing slips through.
Invoice Approval
Incoming invoices get read by AI, sent to the right approver, and booked into accounting automatically.
Lead Enrichment
New leads are enriched, scored and routed to the right sales person within seconds.
Order Synchronization
Shop orders flow into ERP and warehouse in real time, even on peak days, with full audit trail.

How it works

From a real event in your business to a finished, audited process. Three steps.
1

1. Connect your systems

We plug into your existing tools. ERP, CRM, shop, mail, accounting, AI providers. Real connectors, not screen scraping.

2

2. Define your processes as code

Your business logic lives in TypeScript. Versioned in Git, tested before going live, easy to change later.

3

3. Run, monitor, improve

Every run is visible. Every step is logged. When something fails, you know where, why, and how to fix it.

workflow.ts
// A workflow definition in TypeScript
export const onNewOrder = defineWorkflow({
  id: 'new-order',
  trigger: shopify.onOrderCreated(),

  async run({ event, step }) {
    const order = event.payload

    // 1. Save in your own database
    await step.run('persist', () =>
      db.orders.upsert(order)
    )

    // 2. Push to ERP
    await step.run('sync-erp', () =>
      erp.createSalesOrder(order)
    )

    // 3. Notify the team
    await step.run('notify', () =>
      slack.send('#sales', `New order: ${order.id}`)
    )
  }
})

Your data, in one place

Most teams have their data spread across ten tools. We bring it together so your processes and dashboards can actually use it.
data layer · postgres
Shop
CRM
Accounting
Mail
your_data
customersorders

A single source of truth

Customers, orders, invoices, leads. All synced into one database you actually own and can query.

History included

Every change is tracked over time. See what happened, when, and what changed. No more "who edited this last week?".

AI ready out of the box

Your AI agents work on real, current business data. Not on a snapshot, not on a guess.

Insights that lead to action

A dashboard is only useful if it changes what you do. dataflows turns numbers into next steps.
Margin · Last 30d
live
Revenue
€428k
+12.4%
Margin
31.2%
+1.8pp
At risk
3
projects
3 projects flagged→ trigger review

Custom dashboards

Built for your business, not a generic SaaS template. Margins, utilization, customer health, anything you need.

Real business logic

Apply your own rules to raw data. Round time entries, calculate commissions, forecast revenue. Logic exports cannot do.

From insight to invoice

Don't just see the number. Trigger the email, generate the PDF, book the entry. All in one platform.

Built and run for you

Operated end-to-end by NBRX

dataflows is the engine. NBRX is the team that designs, builds and runs your automation. From workshop to go-live and beyond.

We design it with you
Workshops, process mapping, clear scope. You stay in control of what gets automated and why.
We build it on dataflows
A real software project. Versioned, tested, reviewed. Not a click-together prototype that breaks in production.
We run it for you
Hosting, monitoring, on call. You focus on your business, we keep the automation healthy.

Built on technology you can trust

We don't reinvent the wheel. We combine the best open source tools into one solid platform.

Proven foundation

TypeScript, PostgreSQL, Nuxt, Nitro. Battle tested by millions of developers and used in production every day.

Forged in real projects

This architecture did not come from a whiteboard. It grew from years of building automation for real companies.

No vendor lock-in

Your logic is just code. Your data is in your own database. You are never trapped on someone else's platform.

Frequently asked questions

The questions we hear most often before a project starts.

Ready to make automation actually work?

Tell us about your process. We will tell you if and how dataflows can help.