A whiteboard for remote technical interviews — no candidate signup

Send one URL. Candidate opens it, you both draw on the same canvas, ~100 ms latency. No "create a Miro account first" friction, no SSO redirects, no permissions to grant. System-design diagrams, Mermaid sequence flows, freehand boxes — all in the browser.

Open a board for your next interview →

Why hiring managers pick cnvs.app for whiteboard rounds

How to run an interview whiteboard round

  1. Before the call, open cnvs.app. Copy the URL.
  2. (Optional) Lock the board for write — only people with the 6-char key can edit. Share the key separately.
  3. Paste the URL into the call invite or chat at the start of the round.
  4. Pose the problem — "Design a URL shortener that handles 10k QPS". Sketch together.
  5. Encourage Mermaid for system-design boxes. The candidate types a flowchart in plain text and it renders.
  6. Export to PDF when done.

What to draw

System design

Service boxes, DBs, queues, arrows for data flow. Use Mermaid C4 for cleaner architecture diagrams.

Sequence diagrams

Mermaid sequenceDiagram in a text node — way cleaner than freehand for showing request flows.

Data structure walkthroughs

Linked list nodes, tree levels, graph traversals — draw the state at each step, undo when wrong (Ctrl+Z).

Code on the canvas

Drop a Markdown-formatted text block with the function signature; sketch the algorithm around it.

Related