使用 Google AI Studio 和 Google Cloud 为我的 2k26 投资组合
Source: Dev.to
This is a submission for the New Year, New You Portfolio Challenge Presented by Google AI
关于我
我是一名巴西软件工程师,今年决定同时独立启动四家 SaaS 公司。
作品集
在线演示:
产品
- MediStream – 患者分诊与排队管理、预约安排以及敏感患者数据保护,提供人性化的治疗流程。
- OmniSell – 自动化销售员,负责从基于 AI 的初始客服到成交闭环,包含报告生成和内部营销支持。
- InsurFlow – 为保险公司提供工作流和截止日期管理,覆盖保单处理的完整生命周期。
- TerraGuard – 使用 AI 核验巴西法律所需文件的土地正规化辅助,帮助生产者和企业避免不必要的费用和罚款。
我的构建方式
使用 Google AI Studio,我实现了该作品集的自动化创建,以高质量展示产品并让 AI 能回答潜在客户的问题。简洁的提示让代码保持直观。直接从 AI Studio 部署到 Google Cloud 简化了工作流。我在英文和葡萄牙语之间交替测试多语言支持。项目使用 JavaScript/TypeScript 在 Node 服务器上构建。
Prompt 01
I want to create a portfolio for an artificial intelligence engineering agency called COW COW. The agency's products are based on AI and currently include: a patient queue management system; a sales and product management system; a service and process management system for insurance companies; and an agricultural management and regulation system. For each of these systems, I want a navbar at the top to contain a button for each project. When clicked, the background, images, and colors should change to reflect the project's aesthetic. COWCOW excels in AI-powered management projects, and its portfolio should reflect this. Use appropriate colors for each product, and show that the company is ready to handle and receive projects for the next quarter.
Prompt 02 (Portuguese)
quero que exista um switch para trocar o idioma da página, alternar entre ingles e portugues
Gemini 3 Flash Preview – 实现说明
- 类型更新:定义
Language类型并为项目中的文本字段结构化,以支持 PT 和 EN。 - 数据重构:使用 PT 和 EN 的翻译更新常量。
- 状态管理:在
App.tsx中添加语言状态。 - 切换器 UI:在 Navbar 中加入优雅的选择器。
- AI 上下文:更新 Gemini 服务,使其在所选语言下作答。



我最自豪的地方
我使用 Antigravity(而非 VS Code)因为它的原生自动完成和管理器,我把它当作个人 AI 助手。它在整个项目中为我提供了极大的帮助,我也非常感激能够参与此次挑战的机会。