Now in Public Beta

Create presentations from simple markup

Verscraft transforms YAML-based slide definitions into polished presentations. Perfect for tutorials, courses, and technical content. No design skills needed.

slides:
  - layout: title-card
    title: "Build Your First Game"
    subtitle: "Introduction to Phaser 3"

  - layout: code-focus
    language: javascript
    code: |
      const game = new Phaser.Game(config);

Everything you need to create content

Simple YAML syntax that AI can generate, with powerful features for technical presentations.

YAML Format

Human-readable YAML that's easy to write and perfect for AI generation.

Syntax Highlighting

Beautiful code blocks with Shiki highlighting for 100+ languages.

Multiple Layouts

Title cards, bullet lists, code focus, split views, and more.

Smooth Animations

Built-in animations and transitions powered by Framer Motion.

Live Preview

See your presentation update in real-time as you type.

AI Voice (Pro)

Generate professional narration with ElevenLabs voices.

Three simple steps

From idea to presentation in minutes

1

Write your content

Use simple YAML to define your slides, or let AI generate it from a topic.

2

Preview instantly

See your presentation come to life with animations and transitions.

3

Export & share

Download as video or share a link to your presentation.

Simple, readable syntax

YAML is designed to be easy to write by hand and perfect for AI generation. No complex tools or design skills required.

  • 13 built-in layouts
  • Customizable animations
  • Code highlighting with line focus
  • Voice script support
presentation.yaml
meta:
  title: "Game Development 101"
  theme: dark-code

slides:
  - layout: title-card
    duration: "4s"
    content:
      title: "Build Your First Game"
      subtitle: "With Phaser 3"

  - layout: bullets
    duration: "8s"
    content:
      heading: "What You'll Learn"
      bullets:
        - text: "Game loop basics"
        - text: "Sprite animation"
        - text: "Collision detection"
    voice: |
      In this tutorial, we will cover
      the fundamentals of game dev.

Ready to create?

Start building presentations for free. No account required.