Quickstart Guide

Get from sign-in to a running project in under 5 minutes.

1. Sign In

Click Get Started on the homepage and sign in with your GitHub account. You'll be redirected to your project dashboard.

2. Create a Project

  1. Click New Project on the dashboard
  2. Choose a framework (e.g., Mesa or Weave AI)
  3. Select a project type (each module has its own types)
  4. Give it a name

3. Build Your Logic

The editor opens with a left panel and a graph canvas. The left panel shows module-specific options (archetypes, properties, data collectors, etc.). The canvas is where you build logic:

  1. Right-click the canvas to open the context menu
  2. Browse available nodes by category (Core and module-specific)
  3. Connect nodes by dragging wires between ports
  4. White arrow ports are exec flow (execution order), colored circle ports are data flow (values)

4. Generate and Run

  1. Click Generate in the top toolbar
  2. Download the ZIP file or push to GitHub
  3. Install the framework and run the generated code locally

For module-specific setup instructions (install commands, how to run), see the module's documentation.