Noise background for pixel effect

Assigned flow - easily integrate low-code visual editor Beta

Seamlessly integrate advanced workflows into any app with assigned flows, letting users easily create, modify, and manage workflows and app behavior without extensive coding knowledge.

Currently on beta and lack of some features

Feats any needs of your app

All credentials, variables and user sessions are secured.

Noise background for pixel effect
Slide 'Secure' (0) image
Slide 'Embed' (1) image
Slide 'Per-user limits' (2) image
Noise background for pixel effect

Easy to operate using API

import { FlowClient } from "@nouro/flow";

const client = new FlowClient({
    apiKey: process.env.FLOW_API_KEY as string
});
const assigned = client.assigned();

const flow = await assigned.create({
    flow: {
        type: "edge",
        name: "New Assigned Edge Flow!",
        description: "Wow!",
        variables: [
            {
                type: "string",
                value: "Hello!",
                name: "message"
            }
        ],
        environmentalVariables: [
            {
                key: "TEST_KEY",
                value: "Works"
            }
        ]
    },
    assign: {
        type: "code"
    }
});
console.log("| Created assigned flow:", flow.uuid);

const { code } = await assigned.generateCode(flow.uuid);
console.log("| Assigned flow code:", code);

const link = assigned.generateLink(flow.uuid, {
    assign: "code",
    code
});
console.log("| Assigned flow link:", link)
Planet shape
Noise background for pixel effect
Feature card placeholder image

Custom components

Custom embed components for React, Vue, Svelte etc...

Noise background for pixel effect
Feature card placeholder image

Extend API

Build and create flows, custom nodes using only API

Noise background for pixel effect
Feature card placeholder image

Own low-code apps

Create low-code apps using API and pre-built components

Noise background for pixel effect

Explore

Be among the first to experience the future of low-code development. By joining to us, you'll get exclusive early access to our innovative platform

Planet shape Planet shape