概要
Vifu docs は、companion-native agentic browser game を作る人向けです。game は static web content として動き、Companion SDK で安全な state を公開し、Vifu host から小さな player-visible action を受け取れます。
Platform surface
| Area | 内容 |
|---|---|
| Browser runtime | HTML entry、static assets、iframe behavior、local boot requirements。 |
| Companion SDK | context、command、observation、signal、reaction、host connection status。 |
| Vifu CLI | project creation、local run/test/build workflows、publishing commands。 |
| Manifest | entry file と companion.plugin.v1 capability。 |
| Release channel | current package version、protocol compatibility、migration notes。 |
Start here
- Quickstart を読む。
@consenger/companion-sdkを追加する。- local workflow 用に
@consenger/vifuを入れる。 - manifest capability を宣言する。
- 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。
