Product
Intu.dev
Git-native healthcare interoperability framework
Intu.dev is a Git-native healthcare interoperability framework built for teams that want version-controlled, reviewable, and AI-friendly integration pipelines. It provides a Go-based CLI that combines declarative YAML configuration with TypeScript transformers to build, validate, and manage healthcare integration channels—from FHIR APIs to HL7 v2 interfaces—without locking you into a proprietary platform.
Intu.dev is open source under the Mozilla Public License (MPL). Use, modify, and distribute it with confidence.
Git-Native
Track everything in Git. Collaboration and version control built-in.
Go-Based CLI
Fast, efficient, and reliable command-line interface.
YAML + TS
Declarative config with powerful TypeScript transformers.
AI-Friendly
Structured schemas designed for AI generation.
Why Git-Native?
Healthcare integrations are critical infrastructure. By treating pipelines as code in plain directories tracked in Git, you get collaboration through pull requests, full history and rollback, and the same workflows your engineering team already uses. No black-box config UIs or vendor lock-in; your integration definitions are yours, in your repo.
YAML + TypeScript
Pipeline structure is defined in YAML: sources, targets, mappings, and transformations. For complex logic, TypeScript transformers run in a secure, sandboxed environment. You get the readability of declarative config with the power of code when you need it. The CLI validates configs and runs pipelines locally or in CI so you can test before deploy.
AI-Friendly by Design
Structured schemas and declarative config make it straightforward for AI assistants to generate and modify pipelines. Whether you use an LLM to draft a new channel or to refactor an existing one, Intu.dev’s format is predictable and easy to reason about—reducing errors and accelerating development.