Docs · Build on it

Roadmap

What was left out of KyoubeAI 1.0, roughly in the order people ask for it: multi-file apps, realtime table updates, and more.

KyoubeAI 1.0.0 · · Source on GitHub (opens in a new tab)

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.subscribe call in the app SDK (polling under the hood, at first) is designed but not built.
  • ui.confirm and theme in 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 surfaces are not wired to it yet.
  • An upstream proposal to let operators configure the core's bundled-plugin allowlist, so the one-time kyoube setup step is no longer needed on first boot.