<?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: Albert Amat</title>
    <description>The latest articles on DEV Community by Albert Amat (@albertamat).</description>
    <link>https://dev.to/albertamat</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%2F4144894%2F1e993ba5-c131-48f9-8b68-0514cd620928.png</url>
      <title>DEV Community: Albert Amat</title>
      <link>https://dev.to/albertamat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/albertamat"/>
    <language>en</language>
    <item>
      <title>I open sourced my book cataloging app</title>
      <dc:creator>Albert Amat</dc:creator>
      <pubDate>Sat, 26 Sep 2026 22:16:44 +0000</pubDate>
      <link>https://dev.to/albertamat/i-open-sourced-my-book-cataloging-app-2pi6</link>
      <guid>https://dev.to/albertamat/i-open-sourced-my-book-cataloging-app-2pi6</guid>
      <description>&lt;p&gt;So about two weeks ago I released Vaultisse, a free open source app for cataloging your own book collection (with optional loan tracking if you lend books to friends). I posted it on r/selfhosted and honestly the response was way better than I expected - 72 stars, 5 forks, 650+ downloads. Now I want to get it in front of more people than just that one subreddit, so here's the story of why I built it and what it does.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I built it&lt;/strong&gt;&lt;br&gt;
I own a lot of physical books and I kept losing track of what I actually have, what I've lent out to who, and where things are on the shelf. Goodreads and LibraryThing exist but they're not really built for that, they're more about tracking what you've read and reviews. I wanted something dead simple: what do I own, where is it, who has it right now.&lt;/p&gt;

&lt;p&gt;Couldn't find anything that did just that without a ton of extra stuff I didn't need, so I built Vaultisse.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does&lt;/strong&gt;&lt;br&gt;
Nothing fancy, just:&lt;/p&gt;

&lt;p&gt;• Catalog your books, shelf location and all&lt;br&gt;
• Store EPUB, PDF and Kindle format copies for each book&lt;br&gt;
• Auto fill book info by just scanning or entering the ISBN&lt;br&gt;
• Import your existing library straight from Goodreads&lt;br&gt;
• Track who you've loaned a book to and when it's due back&lt;br&gt;
• Self host it or just use the hosted version, both free&lt;br&gt;
• Open to anyone, no company or paywall behind it, I'm just one dev maintaining it in my spare time&lt;br&gt;
• Share your vault with other people so they can add books too, great for a family sharing one home library&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The stack&lt;/strong&gt;&lt;br&gt;
Built with Vue on the frontend and Node.js on the backend, the stuff I use daily at work so it was the fastest way for me to ship something real instead of getting stuck picking a framework for weeks.&lt;/p&gt;

&lt;p&gt;One thing that took longer than expected was the loan tracking part, figuring out due dates, reminders and multiple copies of the same book without the data model turning into a mess. Still not 100% happy with it but it works.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it&lt;/strong&gt;&lt;br&gt;
Repo is at &lt;a href="https://dev.tourl"&gt;github.com/AlbertAmat/vaultisse&lt;/a&gt;, self host it or use the hosted version, both free.&lt;br&gt;
If you end up trying it I'd love feedback, and if you like it a star on the repo genuinely helps other people find it. Thanks for reading!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>showdev</category>
      <category>webdev</category>
      <category>docker</category>
    </item>
  </channel>
</rss>
