How URLs work
Host
The host picks the screen, e.g. pipplee://clock.
Path fallback
If the host is empty, the first path segment is used, e.g. pipplee:///clock.
Home
pipplee:// with no host or path opens Explore (home).
Native app
Hosts and aliases are matched case-insensitively. Unknown routes are ignored. The app must be installed.
Requirements
Use a Pipplee build that includes deep link support. Links open the native app only—they are not handled by this website.
Example links
Explore
pipplee://home
Clock
pipplee://clock
Scrolling text
pipplee://text
Draw pixel art
pipplee://draw
Playlists
pipplee://playlist
Device setup
pipplee://configure
Full route reference
Replace {host} in pipplee://{host}. Aliases are interchangeable.
| Opens | Primary host | Aliases |
|---|---|---|
| Explore (animation grid) | home |
explore |
| Hub: Create | create |
create_hub |
| Hub: My Stuff | mystuff |
mystuff_hub, my-stuff |
| Hub: Play | play |
play_hub |
| Hub: Device | device |
device_hub |
| Scrolling text | text |
scrolling |
| Clock | clock |
— |
| Draw pixel art | draw |
— |
| Your pixel art / gallery (Android) | pixelart |
my-art, your-art, saved, gallery |
| Playlists list | playlist |
playlists |
| Effects (2D) | effects |
2d, 2d_effects |
| Scoreboard | scoreboard |
— |
| Custom upload | upload |
— |
| AI generation | ai |
ai_generation |
| Configure WLED device | configure |
config, device_setup |
| Brightness | brightness |
— |
| WLED web / options | wled |
web |
| Detect devices (Android) | detectdevices |
detect, scan |
| Favourites | favourites |
favorites |
| Games hub | games |
— |
| Audio reactive | audioreactive |
audio, sound |
| Schedule / timers | schedule |
schedulepresets, timers |
| Pricing / Pro | pricing |
pro |
| Documentation | documentation |
docs |
| Feedback | feedback |
— |
| Support | support |
— |
| Game: Blocks | blocks |
— |
| Game: Breakout | breakout |
— |
| Game: Snake | snake |
— |
| Game: Racing | racing |
— |
| Game: Pong | pong |
— |
| Game: Flappy | flappy |
flappy_bird |
| Game: Space Invaders | space |
space_invaders |
Platform notes: On iOS, pixelart aliases open the Draw screen (no separate gallery route in navigation).
detectdevices aliases open Configure. Android maps detectdevices to the detect-devices flow.
Parity may improve in future releases; this page reflects the current app behavior.