Appearance
Getting started
Prereqs:
- Bun
POE_API_KEYenv var set in your shell (grab a key from poe.com/api/keys)
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/dd092255456f4440fb6a51b8c70d9aadf0b1c34adbf12ac7616f615725ff7b4aSee 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 initScaffolds an app, prompting for template, directory name, and other options.
3. Make changes
Use Claude Code:
bash
cd my-app
claude4. Publish
bash
bun run build
poe-tiles apps publish --handle my-app --dir ./distCLI prints live app URL on success.