Skip to content

Forest Studio

Build with AI on-chain.

Apple silicon · macOS 13+

Already built your game? Launch it with Playkit

Forest Playkit

Built it somewhere else? Bring it.

Any HTML5 game, from any engine or editor. Point Forest at a URL or upload the files. Wallets, trading, the vault and settlement come from Playkit.

// index.html
callForest("forest.swap.quote", {
  amount: "0.05", direction: "buy",
});
callForest("forest.game.action.authorize", {
  actionId, debitLimitAmount: "1",
});
callForest("forest.game.balance");

Or let your coding agent write it:

npx skills add Forest-Protocol/forest-skills