I built VERI because I kept running into situations where I needed proof that something existed at a certain moment. Emails, agreements, conversations they can all be disputed later. VERI creates a cryptographic proof ID and timestamp so the record can be independently verified. Curious what people think and where this could be useful.
No reviews yetBe the first to leave a review for VERI
Maker
📌
Hi everyone.
I'm Shivam, the creator of VERI.
I built VERI as a simple way to generate verifiable records for files and interactions. The idea started from a very basic question: how can two people later prove that something existed or was communicated at a specific moment in time?
VERI currently has two main functions:
Create Proof
Upload a file and generate a Proof ID. Anyone can later upload the same file and verify whether it matches the original exactly.
Request Proof
Create a timestamped record of an interaction between two parties (for example a request, notice, or agreement). The system generates a proof ID and records the interaction with a UTC timestamp and cryptographic hashes.
The goal is to make verification simple and deterministic without relying on trust in a single party.
I’d really appreciate feedback from the community, especially on:
- real-world use cases
- improvements to the verification flow
- anything that feels confusing or unnecessary
Thanks.