TROY

ERGASTÍRI

ERGASTÍRI (εργαστήρι, "the workshop") — one room, two benches. TOME cuts, KOLLA pastes; this page holds both apps alive at once so a single home-screen icon carries the whole workshop.

It exists because iOS seals each home-screen web app in its own box: two separate icons cannot reach each other (a handoff bounces out to Safari), and each gets its own private storage. ERGASTÍRI dissolves the wall by putting both benches inside one page:

The file is only the room: two frames, the bench switch, one shared iOS-viewport fix (the room measures the glass and the safe-area insets, and hands exact dimensions down to both benches — env() being unreliable inside frames). The benches are the unmodified apps themselves, which each notice they're embedded and route their handoff through the parent instead of opening tabs. In a plain browser, tome.html and kolla.html still work as two linked pages, same as before.

Lives in TROY/ERGASTIRI (ergastiri.html + symlinks to both apps for local serving, port 8784), deployed at https://auriea.art/ergastiri.html — save that to the home screen.

#ai