Skip to content

概要

Vifu docs は、companion-native agentic browser game を作る人向けです。game は static web content として動き、Companion SDK で安全な state を公開し、Vifu host から小さな player-visible action を受け取れます。

Platform surface

Area内容
Browser runtimeHTML entry、static assets、iframe behavior、local boot requirements。
Companion SDKcontext、command、observation、signal、reaction、host connection status。
Vifu CLIproject creation、local run/test/build workflows、publishing commands。
Manifestentry file と companion.plugin.v1 capability。
Release channelcurrent package version、protocol compatibility、migration notes。

Start here

  1. Quickstart を読む。
  2. @consenger/companion-sdk を追加する。
  3. local workflow 用に @consenger/vifu を入れる。
  4. manifest capability を宣言する。
  5. browser runtime contract を確認する。

Good fit

  • HTML、Canvas、Phaser、Pixi、Three.js、Godot web exports。
  • Language-learning games、quizzes、simulations、flashcards、lightweight interactive scenes。
  • Current state を説明し、小さく安全な action を companion に公開できる games。