About this tile
The smallest possible Poe app — a single HTML page with a waving emoji, a gradient background, and some sparkles. Useful as a starting point or a sanity check that the platform is wired up correctly.
What you can do
- See "hello world" with an animated wave emoji and floating sparkle emojis on a shifting pastel gradient.
- Read the entire source in a few dozen lines of vanilla HTML, CSS, and JavaScript — no framework, no synced-store, no build step.
- Run it as-is — the runtime bundle is just the
static/folder served verbatim.
Use as a starting point
Hello World is intentionally minimal. Fork it when you want the leanest possible Poe app skeleton — no Vite, no SolidJS, no synced-store. From here you can add a synced-store schema, swap in a framework, or just keep it as a static page.