Experienced engineer with a strong background in data science, machine learning and web development. My current expertise revolves around Generative AI and multi-modal AI (Language & Vision). I am passionate about writing clean, maintainable, and scalable code that facilitates easy collaboration. I am also heavy on AI Research.
I am available for mentorship, technical writing and building tech products.
Hi Grace! When you add the prefix NEXT_PUBLIC_ to your env variables, Next.js will make it available on the browser. For example: NEXT_PUBLIC_GOOGLE_ANALYTICS_ID='your_google_analytics_id' Note that it is not advisable to expose sensitive variables to the browser. Let me know if this works or not :)