Skip to main content

Quick Start Guide

Get CrewForm running locally in under 5 minutes.
Want the fastest product tour after setup? Follow Run Your First Agent System to activate the Research Brief demo and run a real multi-agent pipeline.

Prerequisites

  • Node.js 20+
  • npm 10+
  • Supabase account (free tier works) — supabase.com
  • At least one LLM API key (Anthropic, Google, or OpenAI)

1. Clone & Install

2. Supabase Setup

  1. Create a new project at supabase.com/dashboard
  2. Go to Settings → API and copy your URL and anon key
  3. Go to SQL Editor and run each migration file in order:

3. Environment

Edit .env.local with your values:
Generate an encryption key: openssl rand -hex 32

4. Start Development

Visit http://localhost:5173 and sign up for an account.

5. Task Runner (for AI execution)

The task runner processes agent tasks. In a separate terminal:

6. Add Your First Agent

  1. Navigate to Agents → New Agent
  2. Give it a name and description
  3. Select a model (e.g., claude-sonnet-4-20250514)
  4. Write a system prompt
  5. Go to Settings → API Keys and add your provider key
  6. Create a task from the Tasks page to test it

What’s Next?