Webe Phoebe Model- All Sets May 2026
The model automatically detects network conditions, CPU cores, and user privacy preferences using a lightweight navigator + Network Information API wrapper. <!-- Minimal HTML structure --> <div data-phoebe-set="core"> <header data-phoebe-set="aether">...</header> <main> <article data-phoebe-set="orbital">...</article> <form data-phoebe-set="flux">...</form> </main> <aside data-phoebe-set="echo">...</aside> </div> // Dynamic loader example import loadSet from '@webe/phoebe-loader'; if (viewport.width > 1024 && connection.saveData !== true) loadSet('crystalline'); loadSet('shard'); // only for desktop fun
| Meta-Set | Included Sets | Trigger | |----------|---------------|---------| | | 0,1,2,3,4,5,6,7 | Desktop + high bandwidth | | Crescent | 0,1,4,5 | Mobile + 3G connection | | Dark Side | 0,4,7 | Privacy mode (no cookies, minimal network) | Webe Phoebe Model- all sets
CSS custom properties control everything: The model automatically detects network conditions
The Webe Phoebe Model Decoded: A Complete Breakdown of All Sets, Layers, and Applications !-- Minimal HTML structure -->
:root --phoebe-scale-ratio: 1.25; --phoebe-motion-reduce: 0; --phoebe-set-crystalline-max-rows: 500;