These were left out of 1.0, roughly in order of how often they come up:
- Multi-file apps. An app is one HTML document today; multi-file and multi-page bundles would build on the existing version storage.
- Realtime table updates. Apps re-query for fresh data. A
data.subscribecall in the app SDK (polling under the hood, at first) is designed but not built. ui.confirmandthemein the app SDK, and a Preview draft button so a person can preview an unpublished app version without publishing it.- Dashboard-widget apps. The core's UI slot exists, but an app manifest's
surfacesare not wired to it yet. - An upstream proposal to let operators configure the core's bundled-plugin allowlist, so the one-time
kyoube setupstep is no longer needed on first boot.