What’s the easiest way to hide an API key when using Next.js and Vercel?
I am buidling an app that uses OpenAI's API (with Next.js and Vercel). In order to make it work, I can let the frontend make the API call directly. However, doing so will expose the API key to the browser…