Interview Module

Guides · capture · scoring · export — data stays on this device

Interview guides

A guide belongs to a role and holds an ordered set of questions.

Existing guides

Question bank

Add a question manually

Questions ()

Guide builder

Generate questions from a PD (AI)

Live interview capture

Summary & export

AI setup

The Cloudflare Worker calls OpenAI server-side, so your API key never reaches the browser.

Cloudflare Worker proxy

  1. Deploy worker.js (in this app package) at dash.cloudflare.com → Workers & Pages → Create Worker
  2. Add secret OPENAI_API_KEY in the worker settings (key from platform.openai.com)
  3. Optional: add variable OPENAI_MODEL; the bundled default is gpt-5.6-luna
  4. Optional: add secret APP_TOKEN (any random string) and enter the same below
  5. Paste the worker URL here and save