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.
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)
Custom components
Custom embed components for React, Vue, Svelte etc...
Extend API
Build and create flows, custom nodes using only API
Own low-code apps
Create low-code apps using API and pre-built components
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