Inspiration As a Brazilian-American with over 15 years in administrative and financial management, I have witnessed the financial instability and legal chaos plaguing Florida HOAs. My MBA in Finance taught me that HOAs need robust, unbiased systems to ensure fiduciary duty, but it was my personal experience that ignited this project.
I served as an HOA President, but I eventually resigned because I lacked the support and transparency needed from property management to lead effectively. I realized then that human-led governance is too often hindered by gatekept information and inconsistent enforcement. I built HOA Sentinel to be the objective, 24/7 fiduciary partner I wish I’d had—a system that ensures the Board, the property manager, and the community are always protected by the facts.
The urgency of this mission was solidified on January 20, 2026, when a critical notice was posted at Penn Terrace Towers, Inc.. The community was warned that a lack of participation—specifically the failure to elect a minimum of three volunteer unit owners—could force the Association into court-appointed receivership. Such an outcome would strip owners of their decision-making power and impose a monthly receiver fee of no less than $5,000, resulting in a devastating loss of owner control.
Understanding the weight of this threat, I realized the "volunteer gap" often stems from the overwhelming complexity and lack of support in modern governance. I built HOA Sentinel to bridge this gap, providing a digital, fiduciary safety net that makes board service manageable, transparent, and protected from the very risks listed on that January notice.
What it does The HOA Sentinel acts as an Agentic Board of Directors, providing a comprehensive, multimodal solution for HOA governance in 2026. It proactively:
Audits Meetings (Minutes Engine): Utilizes Gemini 3 Pro to analyze video/audio of board meetings, flagging unbudgeted expenditures (e.g., >$2,000 per Article VII, Section 4 of 1970 Bylaws) and improperly authorized actions.
Monitors Common Areas (Vision Monitor): Deploys Gemini 3 Flash for real-time visual surveillance, detecting violations (e.g., Rule 6 parking infractions) and recommending impartial actions.
Provides Trilingual Resident Support (Resident Liaison): Offers instant, culturally sensitive support in English, Spanish, and Portuguese, explaining policies and answering questions based on governing documents.
Ensures Compliance: Automatically indexes all decisions in a digital vault, satisfying Florida Statute 718 requirements for maintaining transparent association records.
Calculates Receivership Risk: Provides a real-time "Fiduciary Certainty Index" and "Receivership Risk" assessment, acting as an early warning system.
How we built it The HOA Sentinel is architected as a dual-model orchestration on Google Cloud Run, utilizing both Gemini 3 Pro and Gemini 3 Flash.
Frontend: Built with Vite and React, providing a dynamic and intuitive dashboard experience.
Backend: Leverages Google's Generative AI Studio for seamless integration with the Gemini API.
Gemini 3 Pro (Thinking Mode): The core intelligence for complex fiduciary reasoning. It ingests vast amounts of data (1970 Bylaws, FL Statute 718), performs Chain-of-Thought analysis (e.g., "Bylaw Ingestion," "Section Audit," "Financial Impact"), and issues "Fiduciary Signed" resolutions. This ensures legal precision in decisions like blocking unauthorized spending.
Gemini 3 Flash (Real-Time Multimodality): Powers the Vision Monitor for rapid image analysis and the Resident Liaison for instant, streaming trilingual conversations. This lightweight model ensures speed and cost-efficiency for continuous operations.
Cloud Run Deployment: The entire application is deployed via Google Cloud Run, ensuring scalability, security, and a public URL without exposing API keys. We configured custom package.json scripts and vite.config.ts to manage port binding (8080) and environment variables for seamless operation.
Challenges we ran into The primary challenge was managing the build-time dependency of API keys in a Vite/React frontend while ensuring secure deployment on Cloud Run. Initially, the app deployed "brainless" as environment variables weren't being correctly passed during the build process. This required:
Careful configuration of vite.config.ts and package.json to explicitly define --port 8080 --host 0.0.0.0 for the start script.
Understanding that VITE_ prefixed variables need to be "baked in" during the vite build step, leading to the use of --set-build-env-vars in the gcloud run deploy command (or setting them in AI Studio's deploy process).
Another challenge was optimizing prompt engineering for Gemini 3 Flash's trilingual capabilities while maintaining both colloquial fluency and precise legal accuracy. Balancing speed with depth was key.
Accomplishments that we're proud of Fiduciary Audit & Intervention: Successfully developed an autonomous agent that can detect and block unbudgeted spending based on specific bylaw articles (e.g., Article VII, Section 4), a critical financial safeguard.
Multimodal Governance: Seamlessly integrated video analysis (hand-vote auditing), real-time image recognition, and trilingual conversational AI into a cohesive governance platform.
2026 Legal Compliance: Built a system that directly addresses and satisfies the stringent transparency requirements of Florida Statute 718, offering a proactive solution to avoid receivership.
Zero-GitHub Deployment: Successfully deployed the entire, complex stack directly from AI Studio to Google Cloud Run, avoiding typical local environment and GitHub workflow issues for a streamlined hackathon submission.
What we learned This project reinforced the power of multimodal AI orchestration—understanding when to deploy a powerful, reasoning model (Pro) versus a rapid, cost-effective one (Flash). I learned critical nuances of Cloud Run deployments for static frontend applications, particularly around build-time environment variable injection and port management. Most importantly, I reaffirmed that AI's greatest impact lies not just in automating tasks, but in establishing intelligent guardrails that enforce governance, foster transparency, and prevent catastrophic failures.
What's next for HOA Sentinel: The Autonomous Fiduciary Safety Net Predictive Maintenance: Integrate historical maintenance data to predict future capital expenditure needs and automatically update reserve studies.
Contract Lifecycle Management: Use Gemini to draft, review, and flag contractual clauses that violate bylaws or generate undue risk.
Mobile App Integration: Develop a native mobile application for real-time violation reporting by residents and instant access to the Resident Liaison.
Expanded Legal Frameworks: Adapt the core logic to other state and federal housing regulations (e.g., fair housing, accessibility) beyond Florida Statute 718
Built With
- docker
- gemini-3-flash
- gemini-3-pro
- google-ai-studio
- google-cloud-run
- lucide-react
- node.js
- react
- recharts
- tailwind-css
- typescript
- vite

Log in or sign up for Devpost to join the conversation.