<?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: Luca Zoffoli</title>
    <description>The latest articles on DEV Community by Luca Zoffoli (@luke_zed).</description>
    <link>https://dev.to/luke_zed</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F649959%2F693c3b9e-fc16-47f8-a962-218552c2dc7a.png</url>
      <title>DEV Community: Luca Zoffoli</title>
      <link>https://dev.to/luke_zed</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/luke_zed"/>
    <language>en</language>
    <item>
      <title>I built an AI reading companion you can talk to</title>
      <dc:creator>Luca Zoffoli</dc:creator>
      <pubDate>Fri, 31 Jul 2026 15:41:39 +0000</pubDate>
      <link>https://dev.to/luke_zed/i-built-an-ai-reading-companion-you-can-talk-to-1cna</link>
      <guid>https://dev.to/luke_zed/i-built-an-ai-reading-companion-you-can-talk-to-1cna</guid>
      <description>&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdotj0cc7ytx6zkwhb3sg.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdotj0cc7ytx6zkwhb3sg.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hello everyone,&lt;/p&gt;

&lt;p&gt;This is my first post on Dev.to.&lt;br&gt;
I don’t usually publish on social platforms, but this community feels like the right place to share something I’ve been working on.&lt;/p&gt;

&lt;p&gt;I’m Luca, an Italian solo developer and a reader.&lt;br&gt;
When I finish a book, I often want to talk about it — share thoughts, compare interpretations, understand characters better. But not everyone around me has read the same book, and sometimes I just want a companion to think with.&lt;/p&gt;

&lt;p&gt;So I asked myself:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“What if I could talk with a virtual reading companion — someone who knows the book as well as I do?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;From that idea, I started building Clulib, a platform where you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;upload an EPUB/PDF/TXT&lt;/li&gt;
&lt;li&gt;chat with an AI that answers using the book’s text&lt;/li&gt;
&lt;li&gt;talk with AI-powered characters grounded in the original story&lt;/li&gt;
&lt;li&gt;join or create small book clubs to discuss what you’re reading&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ve been working on this for the last months, and I have many ideas for the future — but I need external feedbacks to understand what direction Clulib should take.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How I built it (technical overview)&lt;/strong&gt;&lt;br&gt;
Clulib is built with Angular on the frontend and .NET on the backend.&lt;br&gt;
I use SignalR for realtime chat updates and a RAG pipeline to ensure the AI answers only using the book’s content.&lt;br&gt;
EPUB/PDF/TXT files are parsed server‑side, chunked, embedded, and indexed.&lt;br&gt;
The platform runs on a Linux VM with Apache as reverse proxy and Kestrel behind it.&lt;br&gt;
Privacy is a core part of the architecture: uploaded books remain private, and only minimal metadata is exposed when needed.&lt;/p&gt;

&lt;p&gt;If you want to try it, here’s the website:&lt;br&gt;
&lt;a href="https://www.clulib.com" rel="noopener noreferrer"&gt;https://www.clulib.com&lt;/a&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fi26kbsrzqyu6ltcfe7wm.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fi26kbsrzqyu6ltcfe7wm.png" alt=" " width="780" height="938"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading,&lt;br&gt;
Luca&lt;/p&gt;

</description>
      <category>ai</category>
      <category>books</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
