Quickstart

Build and publish your first flow in a few minutes.

1. Create an account

Sign up at app.flobyte.ai — no credit card required — or self-host (see Deployment).

2. Create a flow

From the dashboard, click New flow. Every flow starts with a trigger:

  • Schedule — run on an interval (e.g. every morning)
  • Webhook — run when another system calls a URL
  • Form — run when someone submits a form

Pick a trigger to begin.

3. Add steps

Click + to add steps. Each step is a connector action, a function, a knowledge-base lookup, or an AI step. Map data from earlier steps using the data picker — no parsing required.

Trigger: Form submitted
  → Connector: Create CRM contact
  → Function: Score the lead
  → Connector: Send Slack message

4. Test it

Use Test to run the flow with sample data and inspect each step's output before going live.

5. Publish

Click Publish. Your flow is now live — scheduled flows start running, webhook and form flows get a URL you can share.

Next, explore Flows for branching and loops, or add a knowledge base to ground your automation in your own content.