Skip to content

Commit 519d2c7

Browse files
committed
feat: add StoryBridge to Hackathons section
Add Gemini Live Agent Challenge 2026 entry — AI-powered bilingual storytelling companion using Google ADK with three Gemini modalities.
1 parent bcc9c11 commit 519d2c7

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/lib/data.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,27 @@ export const HACKATHONS: Hackathon[] = [
198198
date: "Feb 2026",
199199
status: "completed",
200200
},
201+
{
202+
id: 3,
203+
emoji: "\uD83D\uDCD6",
204+
title: "StoryBridge",
205+
desc: "AI-powered bilingual storytelling companion that preserves heritage languages among immigrant families. Multi-agent system generates culturally-authentic interactive stories with watercolor illustrations, bilingual narration, and child-driven choices that genuinely shape the narrative — using three Gemini modalities (text, image, TTS) coordinated through Google ADK.",
206+
tags: [
207+
"React",
208+
"TypeScript",
209+
"FastAPI",
210+
"Google ADK",
211+
"Gemini 2.5 Flash",
212+
"Cloud Run",
213+
],
214+
color: "#CCB87B",
215+
gh: "https://github.com/soneeee22000/storybridge",
216+
demo: "https://storybridge-469521173814.us-central1.run.app/",
217+
organizer: "Devpost",
218+
event: "Gemini Live Agent Challenge 2026",
219+
date: "Mar 2026",
220+
status: "in_progress",
221+
},
201222
];
202223

203224
export const SKILLS: Skill[] = [

0 commit comments

Comments
 (0)