You do not need to catalog every book you own merely because some books get lent out. The collection-wide problem is finding books. The lending problem concerns only the tiny fraction of the collection currently outside the house.
Combining those jobs into one grand library database sounds tidy, but it imposes catalog maintenance on hundreds or thousands of books so that a dozen loans can be tracked.
Separate two questions that look similar
A private library produces at least two kinds of retrieval failure:
- Internal retrieval: “Where in the house is this book?”
- External retrieval: “Who has this book?”
The first is a location problem. The second is a borrower problem.
A single catalog can certainly handle both, but that does not mean a single catalog is the cheapest way to handle both.
For books at home, make the shelves searchable
Shelf Scan takes a shelf-level approach. Photograph the book spines, save the images to the app's Library, and search the recognized text later. One image can represent many books without creating an individual record for each title.
That is useful when the collection is large enough to exceed memory but the owner does not need edition-level metadata, acquisition records, valuations, or formal cataloging.
If a title appears in a saved shelf image, the image also provides physical context: room, shelf, and neighboring books.
For books that leave, create a borrower record
The moment a book leaves the house, shelf search stops being enough. The important information changes from location to person.
Loan It can record the book description, borrower, borrowed date, due date, photos, and return status. For books, ISBN scanning can fill in available book information.
That record only needs to exist for books that actually leave. A 1,200-book library with eight outstanding loans therefore requires eight active lending records, not 1,200 catalog entries.
The handoff is the critical moment
The system works only if the loan is recorded while the borrower is still present. “Add it later” is the exact habit a lending system is supposed to replace.
A phone-based record keeps the friction low. Enter or scan the book, add the borrower, set a date if one matters, and save.
When the book returns, mark it returned. The book goes back to being an internal-retrieval problem rather than an external-lending problem.
Do not force a shared identifier unless it helps
A sophisticated integrated system might assign every book a unique ID and connect the shelf record to the lending record. For many private libraries, that solves a problem that does not exist.
The title, author, ISBN, or photo is usually enough to recognize the book. Requiring a shared identifier means introducing catalog discipline across the entire collection.
Add that machinery only when ambiguous editions, rare books, or high-value copies make exact identity important.
Use the smallest system that preserves trust
The collection-wide record and the loan record have different maintenance patterns.
Shelf photos can be refreshed occasionally when shelves change. Lending records need to be updated immediately because their value depends on current status.
Keeping those rhythms separate is useful. A stale shelf photo may make one search less reliable. A stale lending record can falsely accuse the wrong person of still having a book.
When a full catalog is the better answer
This lightweight arrangement is not a universal replacement for catalog software. A real catalog becomes valuable when the owner wants:
- complete title-level inventory;
- edition and publication metadata;
- acquisition or valuation records;
- subject classification;
- ownership records for several family members;
- a public or shareable catalog;
- formal circulation tied to individual book records.
At that point, integration can be worth the maintenance.
Most private libraries have a narrower problem
For many readers, the need is less ambitious: find the book when it is home, and remember the borrower when it is not.
Those two problems can be solved independently. That is often the cleaner system because it does not demand that every object in the library carry administrative weight merely because a few books occasionally travel.
Two Ulix tools for two different jobs
Shelf Scan + Loan It
Shelf Scan makes saved shelf photos searchable with on-device OCR. Loan It tracks the items that actually leave, along with borrowers, dates, photos, reminders, return status, and lending history. The two tools do not need a shared catalog because they solve different stages of the retrieval problem.