deploy: true means that Mojito will be deployed to the client side, it does not mean that everything will be rendered on the client side. Generally speaking no browser will allow you to do file IO on a user's machine, at least not without a lot of extra permissions granted. You should look at other APIs to store your data, for example localStorage.