<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sylus Abel</title>
    <description>The latest articles on DEV Community by Sylus Abel (@divin3circle).</description>
    <link>https://dev.to/divin3circle</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1095402%2Fcc7a744b-d948-42a7-8f52-ad8cf14a11c7.jpeg</url>
      <title>DEV Community: Sylus Abel</title>
      <link>https://dev.to/divin3circle</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/divin3circle"/>
    <language>en</language>
    <item>
      <title>How We Built Alicia Storybook with Gemini + Google Cloud</title>
      <dc:creator>Sylus Abel</dc:creator>
      <pubDate>Mon, 16 Mar 2026 12:50:16 +0000</pubDate>
      <link>https://dev.to/divin3circle/how-we-built-alicia-storybook-with-gemini-google-cloud-4c3l</link>
      <guid>https://dev.to/divin3circle/how-we-built-alicia-storybook-with-gemini-google-cloud-4c3l</guid>
      <description>&lt;h1&gt;
  
  
  How We Built Alicia Storybook with Gemini + Google Cloud
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://alicia-monorepo-web.vercel.app/" rel="noopener noreferrer"&gt;Alicia Storybook&lt;/a&gt;is a multimodal AI storytelling app that helps kids and first-time writers turn ideas into complete, illustrated stories.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This content was created specifically for the purpose of entering the Gemini Live Agent Challenge hackathon.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why we built Alicia
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd20hh2riu5bsa3y1ohr6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd20hh2riu5bsa3y1ohr6.png" alt=" " width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Kids often have incredible imagination but struggle with the blank page. Most tools either feel too rigid or generate everything for the user, which removes creative ownership.&lt;/p&gt;

&lt;p&gt;We wanted to build an experience where AI acts like a supportive co-creator:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;helping users write page by page,&lt;/li&gt;
&lt;li&gt;giving contextual feedback,&lt;/li&gt;
&lt;li&gt;generating matching illustrations,&lt;/li&gt;
&lt;li&gt;and keeping momentum through a full 12-page story arc.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Alicia does
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmjq7zsd4f978lgr5lppe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmjq7zsd4f978lgr5lppe.png" alt=" " width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Alicia guides users through a complete storytelling workflow:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Story setup (character, setting, idea)&lt;/li&gt;
&lt;li&gt;AI-assisted page writing&lt;/li&gt;
&lt;li&gt;Live coaching (text + voice)&lt;/li&gt;
&lt;li&gt;Illustration generation per page&lt;/li&gt;
&lt;li&gt;Completion of a 12-page storybook draft&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The key product principle: &lt;strong&gt;AI should amplify creativity, not replace it.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How we built it
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Frontend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Next.js + React + TypeScript&lt;/li&gt;
&lt;li&gt;Tailwind/shadcn for UI&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  AI and Models
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Gemini for story coaching and generation&lt;/li&gt;
&lt;li&gt;Gemini image generation for page illustrations&lt;/li&gt;
&lt;li&gt;Gemini Live for real-time conversational interaction&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Google Cloud Services
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Firebase Authentication (sign-in)&lt;/li&gt;
&lt;li&gt;Firestore (story/project/user state)&lt;/li&gt;
&lt;li&gt;Firebase Storage (generated images)&lt;/li&gt;
&lt;li&gt;Firebase-backed infrastructure for secure app workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Product architecture (high level)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Client app handles onboarding, editor, creator flow, and live UX&lt;/li&gt;
&lt;li&gt;API routes orchestrate Gemini requests for chat/image/live token flows&lt;/li&gt;
&lt;li&gt;Firestore persists story state and progression&lt;/li&gt;
&lt;li&gt;Storage persists generated visual assets&lt;/li&gt;
&lt;li&gt;Auth protects user-level workflows and project ownership&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Challenges we faced
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1) Balancing freedom with structure
&lt;/h3&gt;

&lt;p&gt;We wanted users to feel unlimited creativity, but also needed enough guardrails so they could actually finish a story.&lt;/p&gt;

&lt;h3&gt;
  
  
  2) Prompt consistency across modes
&lt;/h3&gt;

&lt;p&gt;Text coaching, illustration generation, and live interactions must feel coherent. We iterated heavily on prompt structure to keep tone and outcomes aligned.&lt;/p&gt;

&lt;h3&gt;
  
  
  3) Cost and access control
&lt;/h3&gt;

&lt;p&gt;Generative features can be expensive if abused. We added a gated reviewer flow so premium AI-heavy routes are controlled while still enabling judges to test the full experience.&lt;/p&gt;

&lt;h3&gt;
  
  
  4) Endings and pacing
&lt;/h3&gt;

&lt;p&gt;A lot of users can start stories but struggle to land them. We tuned coaching to push a satisfying page-12 ending (or a clear continuation hook).&lt;/p&gt;

&lt;h2&gt;
  
  
  What worked really well
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Immediate visual reward after writing (generate illustration per page)&lt;/li&gt;
&lt;li&gt;Structured 12-page flow that keeps users moving&lt;/li&gt;
&lt;li&gt;Multimodal interaction loop (write → coach → generate → reflect)&lt;/li&gt;
&lt;li&gt;Strong “I made this” feeling because user authorship stays central&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What we learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Prompt design is product design.&lt;/li&gt;
&lt;li&gt;Fast feedback loops are everything in creative tools.&lt;/li&gt;
&lt;li&gt;Clear narrative boundaries increase completion rates.&lt;/li&gt;
&lt;li&gt;Multimodal UX needs careful state handling and fallback logic.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What’s next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Stronger server-side entitlement checks on all AI routes&lt;/li&gt;
&lt;li&gt;Better analytics on completion and learning progress&lt;/li&gt;
&lt;li&gt;Collaboration mode (parent/teacher/co-author workflows)&lt;/li&gt;
&lt;li&gt;Export and publishing improvements for storybook sharing&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final note
&lt;/h2&gt;

&lt;p&gt;Building Alicia showed us how powerful Gemini + Google Cloud can be when used to support human creativity instead of replacing it.&lt;/p&gt;

&lt;p&gt;If you share this build post on social media, use: &lt;strong&gt;#GeminiLiveAgentChallenge&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>googlecloud</category>
      <category>gemini</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
