Getting Started
Quick Start
Welcome to Helvetici! This guide will help you build your first AI workflow in under 5 minutes.
- Launch the editor from the homepage
- Drag a "Text Input" node onto the canvas
- Add an "AI Generate" node next to it
- Connect the nodes by dragging from one handle to another
- Add a "Preview" node to see the output
- Click "Run Flow" to generate your first component
Basic Concepts
Helvetici is built around three core concepts:
Nodes
Individual building blocks that perform specific actions. Nodes can be inputs, AI models, logic operators, or outputs.
Connections
Lines that link nodes together, passing data from one node to the next. The output of one node becomes the input of another.
Workflows
A complete graph of connected nodes that defines an AI-powered process. Workflows can be saved, shared, and exported.
Your First Workflow
Let's build a simple workflow that generates a UI component from a text description.
Example: Create a workflow that takes "A blue button with rounded corners" as input and outputs production-ready HTML.