HIROBA Docs

#HIROBA Documentation

Welcome to the HIROBA guides. HIROBA (広場 — "open square") is an AI-powered video conferencing platform built for studying hybrid human–AI social interaction. It combines real-time video, 3D AI avatars, speech synthesis, and a Wizard-of-Oz control surface inside one Zoom Video SDK–backed room.

These pages are aimed at three audiences. Pick the one that matches what you are trying to do.

#User Guide

For participants joining a HIROBA session.

Open the User Guide

#Researcher Guide

For session hosts, study runners, and lab admins — the people designing experiments, configuring agents, and running sessions.

Open the Researcher Guide

#Developer Guide

For people extending or modifying HIROBA's code. Architecture notes, code layout, the WebSocket sync protocol, the settings backend, and how to add new agent behaviours.

Open the Developer Guide


[!NOTE] HIROBA requires a secure context (https:// or localhost) for the camera and microphone to work — that is a browser-level requirement of getUserMedia, not something HIROBA imposes. In production deployments, Caddy provisions Let's Encrypt certificates automatically.