Skip to content

Hello World

This first-party starter is the smallest deployable Vifu web game. Use it to validate the project shape before building a larger game.

Open The Starter

bash
git clone --recurse-submodules https://github.com/vifudotdev/awesome-open-source-ai-native-games
cd awesome-open-source-ai-native-games/starters/hello-web

What It Configures

Hello World is a plain static web project:

  • index.html is the game entry.
  • target/web is the deploy output.
  • vifu setup detects engine: vanilla.
  • No AI, save state, or companion bridge is enabled.

The important setup values are:

json
{
  "name": "hello-web"
}

Deploy It

bash
vifu deploy

The CLI validates the project, builds the static output, uploads it, and prints a playable cloud URL.