Concepts

Core components

The core primitives you compose to run consistent, repeatable voice-first information gathering.

Nimrobo is built from a small set of composable primitives. Builders usually interact with all of them when creating Lovable-based voice interaction apps.

This page focuses on the non-session primitives. For the session itself (audio, transcript, outputs, settings), see All about voice sessions.

Voice Project

A Voice Project is a logical container for related Voice Links and Sessions.

All Voice Links created inside a project share a common core prompt, follow the same interviewing logic, and produce comparable sessions.

Projects make it easy to
  • Run multiple interviews for the same role
  • Collect standardized user feedback
  • Analyze sessions in aggregate
  • Apply consistent post‑processing

If you are running repeated interactions for the same purpose, use a Project.