# Podium Recorder extension

> Capture a flow in the browser and turn each frame into a Podium slide. On the roadmap, with the app side already built.

> [!IMPORTANT]
> **Not shipped yet.** Podium Recorder is on the roadmap and is marked as such
> on [the download page](https://blueprintr.io/download). There is nothing to
> install in any extension store today. This page describes what it will do and
> what already exists behind it.

## What it is

A browser extension that records what you do in a tab and turns each captured
frame into a slide in a Blueprintr
[Podium](/foliums/blueprintr-user-guide/sharing/podium).

It is a **recorder**, not a presenter. Walking through a flow once produces the
deck; you present it afterwards from the podium itself.

- One-click frame capture
- Frames push straight into a Podium draft

## What already exists

The app-side contract is built and live. Frames upload directly to storage with
presigned URLs in an init → per-frame upload → finalize handshake. Image bytes
never pass through the API server.

Finalize is **idempotent**: retrying the same capture does not create a
duplicate tab.

| | |
| --- | ---: |
| Frames per session | 200 |
| Plan | Premium or above |

## Access

The extension will show only podiums you can already reach, and can only write
to a blueprint you can already edit.

## Presenting today

Until the recorder ships, build a podium the ordinary way, from a diagram's
slides in the editor, and present it from the browser. See
[Podium](/foliums/blueprintr-user-guide/sharing/podium).
