Hi @Shane, I was just able to catch up with this thread, congratulations for what you’ve built already so fast!
I’m particularly interested in understanding more about the following comments you made
Are you building safe_client_libs and/or packaging the safe_app_nodejs yourself?
Because you shouldn’t need to worry about a C++ compiler or Rust if you are building a NodeJs app. The only thing you should need is to have the safe-node-app npm package as a dependency in your package.json and that also takes care of pulling the safe client libs for your platform. Then as you say, you just need the Authenticator/browser to authorise your app.