February 1, 2026Technology
This articles explains how TopVault uses React-ChartJS-2 to show collection trends over time. While TopVault aims to minimize the investing and pricing aspects of collecting, knowing values and trends over time will always be important.
December 10, 2025Technology
The TopVault mobile app is built with Ionic. It is also accessible via a web application using Ionic's built-in web deployment features. This allows users to have the same experience on mobile and on the web. The original deployment used a subdomain...
November 2, 2025Technology
One of the primary features of TopVault is to be a library of collectibles. This means indexing all variants and maintaining descriptions, historic pricing information, and links to other resources related to special rare collectibles.
October 5, 2025Technology
TopVault allows collectors to see their entire collection on a single page. Collectors can also create large checklists or goals of collectibles and these can grow to over tens of thousands of entries. This is a classic situation where a paginated...
September 10, 2025Technology
This is a short recap of how the TopVault iOS, Android, and web (SPA, PWA) applications use AI models locally, also known as using them on-device. The examples included in this post are pseudocode abstracted from the actual application to help with...
July 9, 2025Technology
TL;DR, the Ionic UI Framework was a good choice! If I had to choose again, I’d pick Ionic again. Intro and context The context is that TopVault is a mobile-first experience that should also be available in-browser. This makes sharing content with...
July 9, 2025Technology
This article describes an alternative approach to hiding the URL bar in Ionic app on Mobile Safari. The end solutions looks like the following demo: What is the problem On Mobile Safari, the URL (or address) bar does not shrink when scrolling...