Start with one sentence
Start from one sentence, answer useful questions in a local creation room, approve the content Storyboard, then refine one live draft into a verified deck.
What should this presentation help people understand, decide, or do?
Give your agent one handoff
Copy this into the coding agent you already use:
Fetch and follow https://drever.dev/prompt.mdAdd the brief when you already know it:
Fetch and follow https://drever.dev/prompt.md. Brief: “Create a short presentation for local residents comparing three proposals for a shared public space.”
The public prompt only prepares the workspace. Once the project exists, its version-matched local workflows carry the exact Drever contract. They do not scan dependency source or example decks to rediscover how the installed version works.
Complete the first useful loop
- PrepareCreate a safe project and install its version-matched Drever workflows.
- BriefSet the topic, audience, outcome, duration, density, and motion direction.
- DirectionAnswer only the subject-specific questions that can change the result.
- StoryboardReview the page-by-page story before research and styling become expensive.
- DraftInspect the complete live deck and respond to one slide or the whole story.
- ReviewResolve source and rendered diagnostics, then deliver the website or PDF.
This creates two early review points. The content Storyboard arrives before research and styling make changes expensive. The complete Draft 1 arrives before exhaustive rendered review, so you can respond to the story while the agent continues refining it.
The agent publishes each draft atomically. It does not stream incomplete MDX into the canvas or present a broken partial deck as progress.
Start with a useful outcome
A single sentence is enough. Include the audience, the change you want, and required source material when you know them:
Create a 12-minute project update for the wider product team. Help them understand what shipped, decide between two rollout options, and leave with clear owners for the remaining risks. Use the attached research summary as evidence.
Studio resolves common choices first, then asks only questions that can change this presentation's scope, evidence, story, visuals, or delivery. Suggested options explain their effect and still accept free-form input. After the topic is known, choose Skip remaining questions — surprise me to delegate unanswered choices without skipping Storyboard approval.
Know what runs where
The website button copies text; it does not upload the brief or start a hosted generation job. The coding agent creates a local React and MDX project, may research only when the brief and permissions allow it, and keeps every result in ordinary files.
Studio is a local development surface. It coordinates the running coding agent but does not store API keys, call a model in the browser, add an editor to production, or enter the audience bundle. If the host cannot keep Studio alive, the same workflow runs in chat and uses the read-only Storyboard for approval.
Drever adds no telemetry to the generated project. The chosen AI provider, remote media, and the platform that later hosts the static build retain their own privacy contracts.
Set up manuallyFor people who prefer to control every command.
Requirements
Drever targets current tools on purpose:
- Node.js 24.18 or newer.
- A current Safari or Chromium-family browser.
- One Playwright Chromium for rendered checks and visual evidence, design import, and PDF export.
There is no legacy router or animation fallback. Drever respects prefers-reduced-motion while keeping the same presentation-state model.
Create a project
npm create drever@latest my-slides
cd my-slides
npm run devThe creator writes brief.md, slides.mdx, package scripts, and project-local skills for Codex and Claude Code.
Inspect and deliver
npm run check
npm run build
npm exec -- drever browser install
npm run exportInstall Playwright Chromium only when a browser-backed workflow requires it. See the command reference for every command and option, the authoring guide for MDX and the delivery guide for build, deploy, and export behavior.
Answer adaptive questions, approve the content Storyboard, and direct one live draft beside your agent.