← Back to Home

Documentation

Learn how to use Training Builder to create amazing courses

Quick Start

  1. Create a Project: Click "Get Started" and provide your project name
  2. Select AI Model: Choose between Claude Haiku 3.5, GPT-4o Mini, or Gemini Flash 2.0
  3. Enter API Key: Provide your API key from the selected provider
  4. Design Outline: Create your course structure using YAML format
  5. Generate Content: Click "Generate" and watch the AI create your course
  6. Review & Export: Preview all content and export to ZIP

YAML Outline Format

Define your course structure using YAML. Here's an example:

course:
  title: "Full-Stack Web Development"
  description: "Complete course"
  duration: "120 hours"
  level: "Intermediate"

chapters:
  - number: 1
    title: "Introduction to Full-Stack"
    duration: "2 hours"
    topics:
      - What is full-stack development
      - Modern architecture
      - Tools setup

  - number: 2
    title: "JavaScript Fundamentals"
    duration: "4 hours"
    topics:
      - ES6+ features
      - Async/await
      - Modules

Model Comparison

ModelProviderSpeedCostBest For
Claude Haiku 3.5AnthropicVery Fast~$3/courseComprehensive courses
GPT-4o MiniOpenAIFast~$2/courseTechnical content
Gemini Flash 2.0GoogleVery Fast~$2/courseQuick iterations

Frequently Asked Questions

Is my API key secure?

Yes! Your API key is stored locally in your browser's localStorage and never sent to our servers. All AI generation happens directly between your browser and your chosen AI provider.

How long does generation take?

A 20-chapter course takes approximately 2-3 hours to generate completely, depending on the complexity and chosen model. Individual chapters take 5-8 minutes each.

What content is generated?

For each chapter, we generate: PowerPoint slides, book chapter content, practical exercises, Q&A sections, quizzes, topics summary, and complete instructor answer keys.

Can I edit the generated content?

Currently, you can preview and export the content. Future versions will include inline editing capabilities. For now, edit the exported files in your preferred text editor.

What export formats are supported?

We export to ZIP files containing markdown files for each component, PowerPoint presentations, and LMS-compatible packages (Canvas, Moodle, SCORM).

Getting API Keys

Anthropic Claude

Sign up at console.anthropic.com

Free tier: $5 credit, then pay-as-you-go

OpenAI

Sign up at platform.openai.com

Free trial: $5 credit, then pay-as-you-go

Google Gemini

Sign up at ai.google.dev

Free tier available with rate limits

Need more help? Check out our GitHub repository or contact support.