Skip to content

Custom app sandboxing

Custom apps are made up of two parts:

  • The backend, which talks to the database
  • The frontend, which talks to the user

I say “the” frontend, but there could possibly be multiple frontends. (TUI, headless, etc.) Each part needs to be sandboxed individually.

Backend sandboxing

This will be done via a WASM runtime. The custom app’s backend software will

Frontend sandboxing

lmao not sure if this is possible with a web-based host at all, looking into flutter…