Asoba Zorora Documentation

Web UI Guide

Browser-based research interface for non-engineers.

Overview

The Web UI provides a user-friendly browser-based interface for Zorora, designed for users who prefer a graphical interface over the command line. It offers the same deep research capabilities as the Terminal REPL with an intuitive visual interface.

Zorora Web UI

Zorora Web UI - Browser-based research interface

Starting the Web UI

Method 1: Using zorora Command

zorora web

Method 2: Using Python Directly

python web_main.py

Access the Interface

Open your browser and navigate to:

http://localhost:5000

Features

Research Query Interface

Enter Research Question:

  1. Type your research question in the search box
  2. Select depth level:
    • Quick - Initial sources only (depth=1, ~25-35s)
    • Balanced - + Citation following (depth=2, ~35-50s) - Coming soon
    • Thorough - + Multi-hop citations (depth=3, ~50-70s) - Coming soon
  3. Click “Start Research”

View Results:

Settings Modal

Access Settings:

Configure Models:

Configure Endpoints:

Manage API Keys:

Add/Edit Endpoints:

Save Configuration:

Research Results Display

Synthesis Section

Sources Section

Research Metadata

Settings Configuration

Model Selection

Orchestrator:

Codestral:

Reasoning:

Other Models:

Endpoint Management

Local (LM Studio):

HuggingFace:

OpenAI:

Anthropic:

API Key Management

Security Features:

Best Practices

Research Queries

Configuration

Settings Management

Troubleshooting

Web UI Not Starting

Problem: Server fails to start

Solution:

Settings Not Saving

Problem: Configuration changes not persisting

Solution:

Research Not Working

Problem: Research queries fail

Solution:

Endpoint Errors

Problem: Endpoint connection fails

Solution:

See Also