App Gallery
@poe

App Gallery

Browse every Poe app and open one in a side pane.

About this tile

A picker for browsing every Poe app on the platform. Tap one and it opens in a side pane alongside the gallery on desktop, or fullscreen on mobile.

What you can do

  • Browse every app registered on the platform, listed by handle with their creator.
  • Open an app with one tap — picks open in a split view next to the gallery, with the gallery acting as a 260px sidebar.
  • Share an instance with anyone — the gallery itself has no state, so two users opening the same gallery see the same catalog and can hand the same instance ID back and forth.

How it works

App Gallery is a tiny vanilla JS app (no synced-store, no framework) that calls Poe.tiles.list() and Poe.open(...) from the Poe apps SDK. It's a good reference for the simplest possible iframe app that uses the platform's discovery and launch APIs.