Documentation Index
Fetch the complete documentation index at: https://docs.vibeflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Frontend Element Node is one of several ways to trigger a VibeFlow workflow. It connects user interactions in your frontend directly to your backend logic. Use it alongside other trigger options like Webhooks and Cron nodes depending on how you want your workflow to start.How It Works
The Frontend Element Node is a visual starting point for workflows triggered by your frontend. It represents the entry function that your frontend calls to kick off the workflow. No configuration needed, just drag it in and connect it to other nodes.Connections
Frontend Element nodes are one starting point for workflows. They have no inputs, only outputs. Output to: Any node type:- Query nodes (fetch and display data)
- Mutation nodes (save data)
- Agent nodes (AI processing)
- HTTP Request nodes (API calls)
- For Loop nodes (batch processing)
- If-Else nodes (conditional logic)
Related Nodes
Query Node
Fetch data triggered by frontend interactions
Mutation Node
Save data from frontend forms and inputs
If-Else Node
Validate frontend data before processing
Agent Node
Process frontend data with AI

