> ## Documentation Index
> Fetch the complete documentation index at: https://docs.origami.techmitten.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Origami AI: Browser-Based AI Studio for Video Creation

> Origami AI turns PDFs into narrated videos, generates short-form content, and runs powerful AI entirely in your browser — no uploads, no subscription.

Origami AI is a full-featured AI studio that runs entirely in your browser. Using WebGPU-accelerated local AI, you can transform PDF slide decks into professional narrated videos, generate short-form content from a single topic, record your screen with smart auto-zoom, and chat with AI models — all without sending your data to the cloud.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running with Origami AI in minutes — no installation required.
  </Card>

  <Card title="PDF to Video" icon="file-pdf" href="/features/pdf-to-video">
    Upload a presentation and export a polished narrated MP4 video.
  </Card>

  <Card title="Shorts Generator" icon="film" href="/features/shorts-generator">
    Turn any topic into a vertical short with AI visuals, voiceover, and captions.
  </Card>

  <Card title="Screen Recording" icon="video" href="/features/screen-recording">
    Record your screen with cinematic auto-zoom driven by your cursor activity.
  </Card>
</CardGroup>

## What You Can Do with Origami AI

Origami AI combines six powerful tools in a single browser tab:

<CardGroup cols={3}>
  <Card title="PDF → Video" icon="presentation-screen" href="/features/pdf-to-video">
    AI narration scripts, TTS audio, and full MP4 export from your slide deck.
  </Card>

  <Card title="Shorts Generator" icon="clapperboard-play" href="/features/shorts-generator">
    AI script, Pollinations visuals, Kokoro TTS, and burned-in captions.
  </Card>

  <Card title="Screen Recording" icon="screen-users" href="/features/screen-recording">
    Smart auto-zoom with optional Chrome extension for richer telemetry.
  </Card>

  <Card title="AI Assistant" icon="message-bot" href="/features/ai-assistant">
    Chat with local WebLLM models — attach images and videos for analysis.
  </Card>

  <Card title="Voice Studio" icon="microphone" href="/features/voice-studio">
    Generate high-quality TTS audio from any text using Kokoro voices.
  </Card>

  <Card title="File Studio" icon="folder-open" href="/features/file-studio">
    Convert and compress images and audio files entirely in your browser.
  </Card>
</CardGroup>

## How It Works

Origami AI uses [WebGPU](https://gpuweb.github.io/) to run AI models directly on your device's GPU. Scripts are generated by local [WebLLM](https://webllm.mlc.ai/) models (or your configured cloud API), speech is synthesized by [Kokoro.js](https://huggingface.co/onnx-community/Kokoro-82M-v1.0), and video is composed by [FFmpeg.wasm](https://ffmpegwasm.netlify.app/) — all without leaving your browser tab.

<Steps>
  <Step title="Open the app">
    Visit [origami.techmitten.com](https://origami.techmitten.com/) — no sign-up required to start.
  </Step>

  <Step title="Choose your tool">
    Pick PDF to Video, Shorts Generator, Screen Recording, AI Assistant, Voice Studio, or File Studio from the navigation menu.
  </Step>

  <Step title="Download AI models (first time only)">
    On first use, Origami AI downloads a lightweight AI model to your browser cache. This takes a few minutes but only happens once.
  </Step>

  <Step title="Create and export">
    Generate, preview, and export your content directly to your device — nothing is uploaded.
  </Step>
</Steps>

<Note>
  Origami AI works best in **Chrome or Edge 113+** where WebGPU is fully supported. See [Requirements](/requirements) for browser compatibility details.
</Note>

## Get Started

<CardGroup cols={2}>
  <Card title="System Requirements" icon="computer" href="/requirements">
    Check browser and hardware requirements before you begin.
  </Card>

  <Card title="Configuration" icon="gear" href="/configuration/settings-overview">
    Customize AI models, voices, and API connections.
  </Card>

  <Card title="First Video Guide" icon="circle-play" href="/guides/first-video">
    Step-by-step walkthrough of the full PDF-to-video workflow.
  </Card>

  <Card title="Troubleshooting" icon="triangle-exclamation" href="/troubleshooting/common-issues">
    Solutions for WebGPU, rendering, and TTS issues.
  </Card>
</CardGroup>
