<?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: Sanja Malovic</title>
    <description>The latest articles on DEV Community by Sanja Malovic (@unjica).</description>
    <link>https://dev.to/unjica</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%2F515078%2F30bc373a-c0c3-4964-916d-9593ef78f921.jpg</url>
      <title>DEV Community: Sanja Malovic</title>
      <link>https://dev.to/unjica</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/unjica"/>
    <language>en</language>
    <item>
      <title>I Built an AI-Powered Art Digest That Writes and Illustrates Itself</title>
      <dc:creator>Sanja Malovic</dc:creator>
      <pubDate>Tue, 06 May 2025 11:26:36 +0000</pubDate>
      <link>https://dev.to/unjica/i-built-an-ai-powered-art-digest-that-writes-and-illustrates-itself-494i</link>
      <guid>https://dev.to/unjica/i-built-an-ai-powered-art-digest-that-writes-and-illustrates-itself-494i</guid>
      <description>&lt;h2&gt;
  
  
  I Built an AI-Powered Art Digest That Writes and Illustrates Itself
&lt;/h2&gt;

&lt;p&gt;What happens when you combine real-time news, generative AI, and modern art?&lt;/p&gt;

&lt;p&gt;You get &lt;a href="https://unjica.com" rel="noopener noreferrer"&gt;Unjica&lt;/a&gt; — a living, breathing editorial that curates and reimagines contemporary art stories using OpenAI and custom code.&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 Why I Built It
&lt;/h2&gt;

&lt;p&gt;As a developer and art enthusiast, I wanted to create something that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Keeps up with the fast-moving world of art and exhibitions,&lt;/li&gt;
&lt;li&gt;Feels editorial (not robotic),&lt;/li&gt;
&lt;li&gt;Looks beautiful, like a curated magazine,&lt;/li&gt;
&lt;li&gt;And updates itself — daily.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🛠️ How It Works
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js + App Router&lt;/strong&gt;: for structure and speed
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prisma + PostgreSQL&lt;/strong&gt;: to store and filter news
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OpenAI (GPT-4o &amp;amp; DALL·E 3)&lt;/strong&gt;: to generate articles and header images
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;R2 Storage&lt;/strong&gt;: to persist DALL·E outputs
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scheduled CRON jobs on Vercel&lt;/strong&gt;: for daily automation
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Markdown content&lt;/strong&gt;: clean, simple, structured
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ✨ What Makes It Interesting
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Articles sound like real human writers — critical, witty, even poetic.
&lt;/li&gt;
&lt;li&gt;Visuals are generated with painterly prompts (no generic AI mush).
&lt;/li&gt;
&lt;li&gt;It's self-sustaining — I just keep refining it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here's a &lt;a href="https://www.unjica.com/art-news/digest/modern-masterpieces-the-muscarelle-museum-of-art-reimagined" rel="noopener noreferrer"&gt;recent post&lt;/a&gt; to give you a taste.&lt;/p&gt;

&lt;h2&gt;
  
  
  🧪 Challenges
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Tuning prompts to avoid generic AI tone
&lt;/li&gt;
&lt;li&gt;Balancing automation with taste
&lt;/li&gt;
&lt;li&gt;Making SEO work with dynamic Open Graph images
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚀 What’s Next?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Integrating artist interviews
&lt;/li&gt;
&lt;li&gt;Letting users vote on which stories should be featured
&lt;/li&gt;
&lt;li&gt;Adding human + AI collaboration tools
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love your thoughts — or any feedback on how to make it more useful for creators or art lovers.&lt;/p&gt;

&lt;p&gt;Thanks for reading 🙏&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
    <item>
      <title>🚀 Live Chat Support Starter Kit — Open Source!</title>
      <dc:creator>Sanja Malovic</dc:creator>
      <pubDate>Mon, 28 Apr 2025 08:38:28 +0000</pubDate>
      <link>https://dev.to/unjica/live-chat-support-starter-kit-open-source-79h</link>
      <guid>https://dev.to/unjica/live-chat-support-starter-kit-open-source-79h</guid>
      <description>&lt;h2&gt;
  
  
  🚀 Live Chat Support Starter Kit — Open Source!
&lt;/h2&gt;

&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;I’m excited to share something I’ve been building:&lt;br&gt;&lt;br&gt;
a full &lt;strong&gt;live chat support starter kit&lt;/strong&gt; — built with &lt;strong&gt;Next.js App Router&lt;/strong&gt;, &lt;strong&gt;Socket.IO&lt;/strong&gt;, &lt;strong&gt;Zustand&lt;/strong&gt;, and &lt;strong&gt;TailwindCSS&lt;/strong&gt;!&lt;/p&gt;




&lt;h2&gt;
  
  
  ✨ What It Does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🔴 Real-time messaging between visitor and admin&lt;/li&gt;
&lt;li&gt;👩‍💻 Separate admin and visitor UIs&lt;/li&gt;
&lt;li&gt;💾 Persistence with sessionStorage/localStorage&lt;/li&gt;
&lt;li&gt;🔚 Admin can end conversations, visitor can resume later&lt;/li&gt;
&lt;li&gt;⚡ Deploy-ready: Vercel (frontend) + Railway (backend)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;✅ Lightweight, fast, customizable — and open-source!&lt;/p&gt;




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

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://live-chat-support-demo.vercel.app/visitor" rel="noopener noreferrer"&gt;Visitor View&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://live-chat-support-demo.vercel.app/admin" rel="noopener noreferrer"&gt;Admin View&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: Next.js (App Router), Zustand, TailwindCSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: Express.js + Socket.IO&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Persistence&lt;/strong&gt;: LocalStorage + SessionStorage&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment&lt;/strong&gt;: Vercel + Railway&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📁 Project Repo
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;a href="https://github.com/unjica/live-chat-support-demo" rel="noopener noreferrer"&gt;GitHub – unjica/live-chat-support-demo&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🎯 Why I Built It
&lt;/h2&gt;

&lt;p&gt;I wanted to create a clean starter kit for developers that shows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real-time Socket.IO communication&lt;/li&gt;
&lt;li&gt;Simple yet structured backend architecture&lt;/li&gt;
&lt;li&gt;Lightweight state management with Zustand&lt;/li&gt;
&lt;li&gt;Developer-first deployability (no database needed to start)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🔥 Future Plans
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Database persistence (MongoDB or PostgreSQL)&lt;/li&gt;
&lt;li&gt;Authentication for Admin panel (NextAuth.js)&lt;/li&gt;
&lt;li&gt;Multi-agent support (for multiple admins)&lt;/li&gt;
&lt;li&gt;Typing indicators with avatars&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🧠 How AI Helped
&lt;/h2&gt;

&lt;p&gt;I used AI tools like Cursor and ChatGPT to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Structure the modular backend faster&lt;/li&gt;
&lt;li&gt;Improve Socket.IO error handling&lt;/li&gt;
&lt;li&gt;Draft early versions of the README and documentation&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🙌 Feedback Welcome
&lt;/h2&gt;

&lt;p&gt;If you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Have ideas 💡&lt;/li&gt;
&lt;li&gt;Want to contribute 🔥&lt;/li&gt;
&lt;li&gt;Find it useful 🌟&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feel free to open an issue, PR, or leave a comment!&lt;br&gt;&lt;br&gt;
Would love to hear your thoughts.&lt;/p&gt;

&lt;p&gt;Thanks for reading! 🚀&lt;/p&gt;




&lt;h2&gt;
  
  
  📋 Tags
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
plaintext
#opensource #nextjs #socketio #webdev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>opensource</category>
      <category>nextjs</category>
      <category>socketio</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
