Published on ~ Updated on ~ Web ~ Built with Vue, Deta
The Inventory App
A web app to manage your favorite RPG hero inventory.
The Inventory App is a fast, open-source and 100% free way to track the equipment of your role-playing games characters.

The web app is built using Vue as frontend, and Deta Collections for persistent data storage. The NoSQL database has 2 tables (automatically created on the first usage):
🚨 Update Oct 2024: Deta has announced the end of its services. Therefore, until I will migrate to another service, the app is not usable anymore.
-
Heroes
It contains the info about the characters and has the following attributes:nickname(pk),name,details,equipment,slots,avatar. -
Inventory
It contains the info about the characters’ equipment:id(pk),object,details,quantity,value,used.
Usage
For the usage of the app itself, please rely on the FAQs that are directly on the website.