BlogUse Cases

How to Create Professional Presentations with AI

·5 min read

Making a slide deck takes hours. You open PowerPoint, stare at a blank slide, wrestle with layouts, and spend more time formatting than thinking. What if the entire process took thirty seconds?

From data to deck in one sentence

Computer, make a deck from this quarter's revenue data.

Vox — Document Generation
Reading revenue.csv via read_local_fileDone
Analyzing trends — Q3 up 14% over Q2Done
Generating 8-slide PPTX via create_presentation_documentDone
Saved to ~/Desktop/Q3-Revenue-Deck.pptxDone

You didn't open an app. You didn't drag data into a template. You spoke, and the presentation appeared.

Not a template — a real document

Vox doesn't generate a PDF preview or a markdown outline you have to rebuild. It creates actual .pptx files using its document generation tools. These are native PowerPoint files you can open, edit, and present immediately.

The same applies to other document types:

  • Word documents (.docx) via create_word_document
  • PDF reports via create_pdf_document
  • Presentations (.pptx) via create_presentation_document
Tip

Need a contract draft? A project proposal? A meeting summary formatted for printing? Just ask — Vox picks the right document type automatically.

Context makes it better

Because Vox remembers every conversation, it knows what you've been working on. If you spent last week discussing Q1 targets, this week's “make a deck” command already has context.

You

Make a deck for the board meeting.

Vox

I'll use the Q3 revenue data we discussed last week, formatted in the executive summary style you prefer. Generating 12-slide PPTX now...

Chain commands together

Computer, pull the latest sales numbers, make a deck, and email it to the team.

Vox — Multi-Step Workflow
Reading sales-data.xlsx via read_local_fileDone
Generating presentation via create_presentation_documentDone
Attaching deck and emailing via send_emailDone

That single command triggers file reading, document generation, and native email — all in sequence. No human intervention between steps.


Download Vox for Mac for free.

Put Vox to work on your computer.

Download Vox for Mac and start with the local setup flow.

Download for Mac

macOS · Apple Silicon & Intel