building-inferencesh-apps

Installation
SKILL.md

Inference.sh App Development

Build and deploy applications on the inference.sh platform. Apps can be written in Python or Node.js.

CLI Installation

curl -fsSL https://cli.inference.sh | sh
infsh update   # Update CLI
infsh login    # Authenticate
infsh me       # Check current user

Quick Start

Always use infsh app init to create new apps — it scaffolds the correct project structure, inf.yml, and boilerplate code. Don't create these files by hand; the CLI ensures everything is wired up correctly and avoids common mistakes like missing "type": "module" in package.json or incorrect kernel names in inf.yml.

Installs
GitHub Stars
557
First Seen
building-inferencesh-apps — inference-sh-3/skills