Build healthcare integrations in minutes, not months.

Design, test, and run healthcare integrations in one place. Visual designer, safe sandbox, and easy Mirth migration—so you ship faster without big-bang cutovers.

Built on intu.dev — open-source engine, commercial platform

Everything you need to ship.

Everything in one place: design, test, and run. Your work stays under your control—no vendor lock-in.

Visual Pipeline Designer

Design integrations with intuitive drag-and-drop simplicity. Stay in perfect sync with YAML when precision matters—no heavy lifting required.

Sandbox with Live Traces

Test pipelines in a fully isolated environment with confidence. Visualize every message flow in real time, resolve issues instantly, and ship to production without surprises.

Built-in Mock Servers

Simulate FHIR, HL7, and external systems on your schedule—no partner dependencies, no delays. Validate complete end-to-end workflows from day one.

Healthcare-Ready Test Data

Accelerate development with prebuilt HL7, CDA, and FHIR sample datasets. Run thorough pipeline validation without ever touching sensitive production data.

Git-Based Version Control

Seamlessly connect to GitHub or GitLab. Manage branches, review changes, and deploy with confidence—all from within a single, unified platform.

Prebuilt Healthcare Connectors

Hit the ground running with ready-to-use HL7 and FHIR connectors. Extend your integrations further with marketplace plugins.

Secure Access & Team Collaboration

Sign in effortlessly with Google or Microsoft SSO. Invite your team, co-author pipelines in real time, and scale seamlessly with flexible, usage-based pricing.

Fully Managed Pipelines

Coming soon

We handle scaling, security, observability, logs, and alerts—so you focus on integrations, not infrastructure. Deploy and forget.

SOC2, BAA & Custom SLA

Coming soon

Enterprise plans include SOC2 Type II, HIPAA BAA, and custom SLAs. Compliance and support tailored to your organization—when we launch.

Frictionless migration

Using Mirth? Move to IntuCloud in minutes.

Upload your Mirth channel XML and get a running intu pipeline in the sandbox within minutes. Convert, run, then take to production—with AI help to modernize your logic.

  • Convert and run in a sandbox

    Import Mirth channels and run them in IntuCloud’s sandbox in minutes. No big-bang cutover.

  • Download as Intu or deploy in the cloud

    Take your pipeline with you—export for your own tools and runs—or deploy on IntuCloud with one click.

  • AI-assisted refactoring to modern Node

    Use AI to modernize legacy logic into clean, maintainable code—so your team can own and extend it.

Built for Modern
Healthcare Teams

Version control built in

Branch, push, and open pull requests from the app. Your pipelines stay in sync with your repo.

Custom logic when you need it

Add custom logic with full editor support and type safety—or stick to the visual designer.

Live trace viewer

Watch pipeline execution in real time. See every step so you can fix issues and ship with confidence.

Synthetic test data

Healthcare sample data for sandbox testing—no real systems or credentials needed.

AI support (coming next)

Use AI to map, transform, and accelerate healthcare integrations.

From sandbox to production

Run in the sandbox, then deploy when you're ready. One workflow.

channel.yaml + transformer.ts
# channel.yaml
id: fhir-inbound
enabled: true
description: "FHIR R4 server → transform and forward"
listener:
  type: fhir
  fhir:
    port: 8082
    base_path: /fhir/r4
    version: R4
    resources:
      - Patient
      - Encounter
      - Observation
      - Condition
      - Procedure
transformer:
  entrypoint: transformer.ts
destinations:
  - http-downstream

// transformer.ts
export function transform(msg: IntuMessage, ctx: IntuContext): IntuMessage {
  const resource = msg.body as { resourceType?: string; id?: string; meta?: object };
  if (!resource?.resourceType) return msg;
  return {
    body: {
      ...resource,
      meta: {
        ...resource.meta,
        extension: [
          ...((resource.meta as { extension?: object[] })?.extension ?? []),
          { url: "http://intucloud.ai/source", valueString: ctx.channelId },
        ],
      },
    },
  };
}
                

Built on intu.dev

IntuCloud is built on the same open-source engine as intu.dev. We add the commercial layer: visual designer, sandbox, Mirth import—then AI assist and managed hosting.

Join the Waitlist

Get early access when we launch. No credit card—we'll notify you when IntuCloud is ready.