This is not deep database memory. It is a stable memory card the app hands to the Worker every time, plus the rolling recent chat history.
⚠️ Browser apps need CORS on the Worker. For testing, Access-Control-Allow-Origin: * is okay if the URL stays private. Later, lock it down with an origin and/or the optional pocket key. This app never stores API keys.