<?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: Dhara Pandya</title>
    <description>The latest articles on DEV Community by Dhara Pandya (@dhara_pandya_f870f79ebda6).</description>
    <link>https://dev.to/dhara_pandya_f870f79ebda6</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%2F3297081%2Fe9e26d65-c6b1-484a-baa3-76db033d5365.png</url>
      <title>DEV Community: Dhara Pandya</title>
      <link>https://dev.to/dhara_pandya_f870f79ebda6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dhara_pandya_f870f79ebda6"/>
    <language>en</language>
    <item>
      <title>Storyblok Challenge</title>
      <dc:creator>Dhara Pandya</dc:creator>
      <pubDate>Sun, 29 Jun 2025 14:16:12 +0000</pubDate>
      <link>https://dev.to/dhara_pandya_f870f79ebda6/storyblok-challenge-4on2</link>
      <guid>https://dev.to/dhara_pandya_f870f79ebda6/storyblok-challenge-4on2</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/storyblok"&gt;Storyblok Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I created a resource finder function with AI, it uses preview token from Storyblok's content library. It fetches the resources and responds to the prompt that I pass from the frontend.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Storyblok Space:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The below link gives a JSON format of content library. "curl" requests can be used to test the link.&lt;br&gt;
 "&lt;a href="https://api.storyblok.com/v2/cdn/stories?version=draft&amp;amp;token=xfmImmgqVJUTHhT2KI3JEQtt" rel="noopener noreferrer"&gt;https://api.storyblok.com/v2/cdn/stories?version=draft&amp;amp;token=xfmImmgqVJUTHhT2KI3JEQtt&lt;/a&gt;"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Code Repository:&lt;/strong&gt;&lt;br&gt;
Please check the repository.&lt;br&gt;&lt;br&gt;
 &lt;a href="https://github.com/dharapandya85/Storyblok-challenge" rel="noopener noreferrer"&gt;https://github.com/dharapandya85/Storyblok-challenge&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Demo Video or Screenshots&lt;/strong&gt;&lt;/p&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%2F027s30rfhtf2yp5ngwbg.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%2F027s30rfhtf2yp5ngwbg.png" alt="Image description" width="800" height="376"&gt;&lt;/a&gt;&lt;br&gt;
Fig 1 : Frontend Image&lt;/p&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%2F92o5qadgw0l2o1fyxlcz.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%2F92o5qadgw0l2o1fyxlcz.png" alt="Image description" width="731" height="334"&gt;&lt;/a&gt;&lt;br&gt;
Fig 2 : Curl Requests&lt;/p&gt;

&lt;p&gt;The demo video is as follows:&lt;br&gt;
 &lt;a href="https://drive.google.com/file/d/1R2Hn7PiXSyEVO5Ukd7TRDGZeMhGIMMYv/view?usp=drive_link" rel="noopener noreferrer"&gt;https://drive.google.com/file/d/1R2Hn7PiXSyEVO5Ukd7TRDGZeMhGIMMYv/view?usp=drive_link&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;Next.js, React, JavaScript, Gemini API, Storyblock Access token, Storyblock's CMS &lt;/p&gt;

&lt;h3&gt;
  
  
  How I Used Storyblok
&lt;/h3&gt;

&lt;p&gt;I created my space on Storyblock, setting up a next.js environment on VS Code. I created my own content, a folder named "resources", with a story and content-type with sub-blocks. These resources folder is fetched with the prompt, and the Gemini API key with the frontend.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI Integration
&lt;/h3&gt;

&lt;p&gt;I integrated the Gemini API key with the frontend to fetch Storyblock's content with prompts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learnings and Takeaways
&lt;/h2&gt;

&lt;p&gt;The content management with setting up folders and stories, and setting this integration with the frontend was quite hard.&lt;br&gt;
The quota limit of the Gemini API key was also a hurdle while testing.&lt;/p&gt;

&lt;p&gt;Looking for feedbacks and suggestions. Please share your opinions.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>storyblokchallenge</category>
      <category>webdev</category>
      <category>api</category>
    </item>
  </channel>
</rss>
