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);Simple YAML syntax that AI can generate, with powerful features for technical presentations.
Human-readable YAML that's easy to write and perfect for AI generation.
Beautiful code blocks with Shiki highlighting for 100+ languages.
Title cards, bullet lists, code focus, split views, and more.
Built-in animations and transitions powered by Framer Motion.
See your presentation update in real-time as you type.
Generate professional narration with ElevenLabs voices.
From idea to presentation in minutes
Use simple YAML to define your slides, or let AI generate it from a topic.
See your presentation come to life with animations and transitions.
Download as video or share a link to your presentation.
YAML is designed to be easy to write by hand and perfect for AI generation. No complex tools or design skills required.
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.