-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Forge - App UI Web
-
None
Currently, Forge Custom UI modules cannot access the Forge Key-Value Store (KVS) directly from the frontend. All KVS operations must be routed through a backend resolver function.
Add support for direct KVS access from UI modules, ideally by extending the Forge bridge API (or a similar mechanism). This would allow frontend code to perform get/set/update/delete operations on the app’s KVS storage without requiring a backend resolver or remote.