webapp to collect anonymous data to track COVID in a group.
We generate your COVID ID: d8a6c2728b17f54d5620cb584dcb94d67d883b2a
Please backup it and continue
Generate a new COVID IDPrinciple: We generate random IDs with the PHP random_bytes() function which are stored in a cookie with a lifetime of N days. Data (ID, date, and COVID informations) is stored in an SQLite database only with this ID. You can delete your data at any time. No logs are kept (no IP, no User-Agent, etc.) even on the server.