Skip to main content

Quick Start

1. Start the Development Servers

# Start both client and server concurrently
bun run dev

# Or start them separately:
bun run client:dev # Frontend (http://localhost:5173)
bun run server:dev # Backend (http://localhost:8000)

2. Open Your Browser

Navigate to http://localhost:5173 to start building workflows!

3. Configure Ollama Host and Models

See Configuration for detailed instructions.

Next Steps