Skip to main content
Templates and Guides provide pre-built examples and starting points for common use cases with the Inworld Runtime SDK.

Two ways to access templates

Production-Ready Applications

Browse production ready applications at inworld.ai/templates Each template includes frontend, backend, deployment configs, and lives in its own repository. Examples: Voice Agent, Zoom Demeanor Evaluator, Language Learning App.
  • Use when: Building a complete product or starting a new project
  • How: Clone directly from GitHub (CLI support coming soon) template.png

Learning Examples & Code Snippets

Explore focused code examples at github.com/inworld-ai/inworld-runtime-templates-node Standalone examples demonstrating specific Runtime features: LLM chat, TTS, STT, safety checks, custom nodes, etc.
  • Use when: Learning Runtime concepts, prototyping workflows, or understanding specific features
  • How: Clone the repository and explore individual examples

Guides

Guides are step-by-step instructions with focused code snippets that demonstrate specific concepts and show you how to implement particular functionality. Use templates and guides to jumpstart your development with the Runtime SDK!

Understand the Templates

Explore Guides