Documentation
Learn the product
Everything you need to understand how Delveira works and get a session running. Deeper guides and a full API catalog are on the way.
Overview
Delveira is a realtime research and presentation assistant. It listens, structures claims, gathers evidence with provenance, and publishes cards to an audience view.
Getting started
Run the monorepo with Docker Compose, open the Angular app, create a session, and explore the control room. Marketing site: pnpm --dir apps/marketing dev.
API reference
Director and Composer expose OpenAPI docs today. A public API catalog for SaaS customers is on the roadmap.
Guides
In-depth guides for research providers, presentation workflows, and deployment are on the roadmap.
Overview
Presenters create a session, optionally upload seed documents, enable transcription, and work from a control room while a separate presentation route updates in realtime. Research runs against seeded content and the public web; specialized providers cover archives and scholarly material when enabled.
Getting started
- Copy
.env.exampleto.env. - Run
docker compose up --buildfor the POC stack. - Open the Angular app at
http://localhost:4200. - For this marketing site:
pnpm --dir apps/marketing dev.
API
Director and Composer expose OpenAPI documentation for local development. A customer-facing API catalog with authentication and rate limits is on the roadmap.
Guides
Provider setup, OBS presentation tips, and research quality guides are coming as the product matures.