Platform Overview

One platform to design, build and ship every integration.

Uniflox combines a visual, low-code designer with the performance and portability of compiled Go.

How Uniflox is organized

Projects, microservices and flows.

Group related integrations into projects. Each microservice deploys and scales independently. That's API-led architecture without the runtime overhead.

  • Project

    A home for related integrations, shared by your team.

  • Microservice

    Each one compiles to its own Go application.

  • Flows, APIs, configurations and types

    The building blocks inside every microservice.

What you get when you export

Real code you own, ready to run.

Every microservice ships with:

  • Clean Go source code (main.go, handlers and configuration)
  • Built-in listeners for the triggers you designed (HTTP, messaging, file, scheduler and more)
  • Structured logging configuration
  • A /health endpoint for load balancers and orchestrators
  • A multi-stage Dockerfile
  • Environment-based configuration (.env.example)
  • A README with build-and-run instructions

Illustrative example. Generated output varies by project.

Export formats

Take your integrations in the shape you need.

Uniflox YAML

Per microservice or for the full project. Readable, diffable and ready for source control.

Go source package

A ZIP of clean Go source code you can review, extend and build in your own pipeline.

Compiled binaries

Built for your target OS and architecture, with an optional static build.