VoucherVault, a self hosted manager for vouchers, gift cards and loyalty cards, tracking balances, expiry dates, codes and barcodes with expiry reminders.
This product is available in the build below. Open it for the operating system, cloud and version detail, or read its deployment guide.
| Product | Cloud | Operating system | Version | |
|---|---|---|---|---|
| VoucherVault on Ubuntu 24.04 | Azure | Ubuntu 24.04 | Standard | View · Guide |
VoucherVault is an open source, self hosted web application for keeping vouchers, gift cards and loyalty cards in one place. For each item it records the balance, expiry date, codes and barcodes or QR codes, and lets you attach the original document or image. A dashboard summarises what you hold and what is about to expire, and a built in scheduler can remind you before a card lapses so stored value is never lost. It suits anyone who wants their cards and vouchers kept privately on infrastructure they control rather than scattered across emails, wallets and third party apps.
cloudimg delivers VoucherVault fully installed as a Django application in a dedicated Python virtual environment, served by gunicorn behind an nginx TLS reverse proxy, so the vault answers the moment the instance boots. The application and its SQLite database are bound to the loopback interface and reached only through nginx, so no external database is needed to operate it. No default login ever ships: the build time administrator is removed before capture, and on the first boot of every instance a fresh application secret key is generated and the administrator account is created with a unique, randomly generated password written to a root only file. Host settings are configured automatically so sign in works on the public IP or your own domain, a loopback Redis and Celery scheduler power the expiry reminders, and every image ships fully patched with a paired deploy guide and 24/7 support.