Building PolicyPal , An AI-Powered Health Insurance Plan Assistant on Google Cloud Run
youtu.be·4h·
Discuss: DEV
Flag this post

I built PolicyPal for the Google Cloud Run Hackathon, an AI-powered assistant that helps users understand their health insurance coverage using Google Cloud Run, Gemini (AI Studio), Cloud Functions, and Google Sheets.

In this post, I’ll briefly explain how I built it, what I learned, and how Cloud Run helped me deploy a fully serverless, scalable solution.

What’s Under the Hood

  1. AI Layer: Google Gemini (via AI Studio) I used Google AI Studio to vibe-code and design the conversational logic, defining custom schemas, checkCoverage and listCoveredProcedures, that guide Gemini to access real structured data. These schemas help Gemini know where to fetch data and how to format its responses. Essentially, Gemini calls my backend throu...

Similar Posts

Loading similar posts...