Skip to content

Getting started

Prereqs:

1. Install the CLI

bash
bun remove -g @ai-app/poe-tiles-cli 2>/dev/null; bun install -g https://misc-dev-uploads.quora-913.workers.dev/dd092255456f4440fb6a51b8c70d9aadf0b1c34adbf12ac7616f615725ff7b4a

See CLI for other install options.

To upgrade later, run poe-tiles upgrade — it fetches the latest tarball URL from the stable CLI manifest and reinstalls.

2. Scaffold an app

bash
poe-tiles apps init

Scaffolds an app, prompting for template, directory name, and other options.

3. Make changes

Use Claude Code:

bash
cd my-app
claude

4. Publish

bash
bun run build
poe-tiles apps publish --handle my-app --dir ./dist

CLI prints live app URL on success.