Skip to content

Vaultisse

Vaultisse helps you organize all your books — whether they’re at home, school, or work.

Vaultisse screenshot

About Vaultisse

The easiest way to track, organize, and share all your books.

Vaultisse is an open-source web application for managing physical book collections — at home, in a school library, or in a small lending library. It tracks where each book lives, who currently has it on loan, and its full catalog metadata (author, category, language, format, cover image), and it can look books up automatically by ISBN.

Live demo (read-only): demo.vaultisse.com — log in with [email protected] / VaultisseDemo!2026

Vaultisse is a classic SPA + REST API monorepo: a Vue 3 single-page app talks to an Express/PostgreSQL backend over a JSON API. In production the backend also serves the built frontend, so the whole app runs as a single Node.js process behind one port.

Located in client/ . A Vue 3 + Vuetify 3 single-page application built with Vite.

The client is served under the /app base path (see vite.config.ts and router/Router.ts ) and never talks to the database directly — everything goes through the REST API at /api/rest/* .

Located in server/ . A Node.js + Express + TypeScript REST API backed by PostgreSQL.

Discussion

Sign in to join the discussion.

Loading comments…

Tagged

Alternatives to Vaultisse

Tools in the same space, ranked by how they are performing in the directory.

Compare all
  • MyPRs

    Highlight your coolest GitHub PRs and make your developer profile sparkle with MyPRs!

    Open source/Developer Tools
  • Restoredrill

    Proves your PostgreSQL backups actually restore, before you find out the hard way.

    /Data & Analytics
  • Caravan

    A flexible, transport-based TypeScript-first logging system for JavaScript applications.

    /Developer Tools
  • Ontology Bootstrap

    Assemble a reviewable first version of an analytics agent's context from the dbt project, schema, dashboards and docs you already have.

    Paid/Data & Analytics
  • Shrl Io

    A privacy-first, high-performance, self-hosted URL shortener and traffic analyzer designed for teams and individuals who want full control over their link data.

    /Data & Analytics
  • Testate

    Git for your test database.

    /Developer Tools