Hodoflow is in beta. We're refining the product and gathering feedback.
The workflow-native data platform

Workflows in. Dashboards out.

Hodoflow ingests data from webhooks, Kafka, and databases, maps it with visual workflows, and turns it into real-time, embeddable analytics. No glue code. No SQL.

Ingests from Webhooks · Kafka · Postgres CDC · Schedules · S3 · Snowflake · Any OpenAPI

How it works

Three stages, one continuous flow

Every event that enters Hodoflow is captured, shaped, and made queryable automatically.

Ingest

Raw events land as an immutable, time-partitioned ledger.

POST /webhooks/orders
kafka: orders.created
cdc: public.orders
Map

Visual workflows clean, enrich, and map raw data into typed Facts.

total = qty * price
name = first + ' ' + last
IF(paid, 'ok', 'hold')
Analyze

Facts flow straight into live dashboards you can filter by time and embed anywhere.

See it in action

The whole pipeline, on camera

Real screens from a live Hodoflow org. Build a workflow, watch versioned data land in the warehouse, and see dashboards update the instant events arrive.

Design pipelines visually

Drag steps from the palette, wire them together, then save and go live.

Every record, fully versioned

Scrub any record's history and watch its fields change, moment by moment.

Analytics that update live

Widgets recompute the instant new events arrive. No refresh, no SQL.

Visual workflow engine

Build data pipelines by dragging boxes

Design multi-step DAGs on a visual canvas without code. Wire 13 step types together, add formulas, branch on conditions, and let Hodoflow handle ordering, retries, and rollback.

  • 13 step types cover HTTP & OpenAPI calls, transforms, conditionals, sub-flows, Kafka, S3, and Snowflake.
  • Built-in formulas normalize messy data inline, including first + ' ' + last and IF(qty > 0, price, 0).
  • Build fail-safe workflows with fallback branches, compensation flows, and versioning with safe activation.
Webhook Scheduled Kafka Postgres CDC
Hodoflow workflow builder with an orders ingest pipeline
Hodoflow warehouse records screen with order facts over time

Immutable warehouse & time-based analytics

Every data point, forever, on a timeline

Mapped data lands as append-only Facts in a TimescaleDB hypertable. Nothing is overwritten, so you get a perfect audit trail and instant time-series queries.

  • Auditable by design means every Fact keeps its full lineage back to the workflow and event that produced it.
  • Fast time-bucketed queries deliver hourly, daily, and weekly rollups over billions of rows without hand-written SQL.
  • Define your schema once, and Hodoflow keeps every source conforming to your business entities.

Dashboards & widgets

Answers, not spreadsheets

Drag widgets onto a canvas, pick a field and an aggregation, and watch them update in real time as new facts arrive. Then embed them anywhere.

Hodoflow dashboard builder with revenue cards and charts
9 widget types: Stat card Line Bar Pie Table Pivot Heatmap Activity feed Markdown

Embed a live dashboard in one line

Public dashboards ship as a web component with a share token. Drop them into any app, portal, or docs page. They stream updates over WebSockets, cross-origin.

<dash-dashboard
  org="acme"
  token="pub_9f2c…">
</dash-dashboard>

Connectors

One encrypted vault for every integration

Store credentials once, use them across every workflow. Import any OpenAPI spec and bind to its operations. No custom connector required.

HTTP / REST
OpenAPI
Kafka
Postgres CDC
Snowflake
Amazon S3

Ship your data pipeline today

Spin up a demo org in seconds. No credit card, real data flowing in minutes.