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
- Click New Project on the dashboard
- Choose a framework (e.g., Mesa or Weave AI)
- Select a project type (each module has its own types)
- 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:
- Right-click the canvas to open the context menu
- Browse available nodes by category (Core and module-specific)
- Connect nodes by dragging wires between ports
- White arrow ports are exec flow (execution order), colored circle ports are data flow (values)
4. Generate and Run
- Click Generate in the top toolbar
- Download the ZIP file or push to GitHub
- Install the framework and run the generated code locally
For module-specific setup instructions (install commands, how to run), see the module's documentation.