-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (153 loc) · 9.54 KB
/
index.html
File metadata and controls
163 lines (153 loc) · 9.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Provable.dev - Cryptographic Proof Tools for Digital Evidence</title>
<meta name="title" content="Provable.dev - Cryptographic Proof Tools for Digital Evidence">
<meta name="description" content="Create cryptographic, timestamped proofs of digital actions. Tools for form submissions, web pages, emails, and media. The right to evidence is a human right.">
<meta name="keywords" content="cryptographic proof, digital evidence, timestamp, provable form, blockchain proof, notarization, timestamped proof, digital proof, evidence verification, cryptographic verification">
<meta name="author" content="Kuip Limited">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://provable.dev/">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://provable.dev/">
<meta property="og:title" content="Provable.dev - Cryptographic Proof Tools for Digital Evidence">
<meta property="og:description" content="Create cryptographic, timestamped proofs of digital actions. Tools for form submissions, web pages, emails, and media. Provable notarization at global scale, for digital actions. The right to evidence is a human right.">
<meta property="og:image" content="https://provable.dev/images/provable.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://provable.dev/">
<meta property="twitter:title" content="Provable.dev - Cryptographic Proof Tools for Digital Evidence">
<meta property="twitter:description" content="Create cryptographic, timestamped proofs of digital actions. Tools for form submissions, web pages, emails, and media. Provable notarization at global scale, for digital actions. The right to evidence is a human right.">
<meta property="twitter:image" content="https://provable.dev/images/provable.png">
<link rel="stylesheet" href="styles.css">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Provable.dev",
"url": "https://provable.dev",
"logo": "https://provable.dev/images/provable.png",
"description": "Provable notarization at global scale, for digital actions. Tools for creating cryptographic, timestamped proofs of digital actions.",
"foundingDate": "2025",
"founder": {
"@type": "Organization",
"name": "Kuip Limited"
},
"offers": [
{
"@type": "SoftwareApplication",
"name": "Provable Form",
"applicationCategory": "BrowserApplication",
"operatingSystem": "Chrome",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
]
}
</script>
</head>
<body>
<main class="container">
<section id="hero" class="hero-section">
<a href="/proof.html" target="_blank" class="link verify-button">Verify a proof</a>
<div class="hero-grid">
<div class="hero-image">
<img src="images/provable.png" alt="Provable - Postulatio, Consentio, Veritas" class="gate">
<p class="subtitle">tools for a provable new world</p>
</div>
<div class="hero-content">
<h1>provable</h1>
<div class="principles">
<p class="principle-statement">cryptographic notarization at a global scale, for any digital actions.</p>
</div>
<div class="intro-box">
<p>The right to evidence must be a human right.</p>
<p>Proofs are non-political, non-biased, and immune to manipulation by wealth or power. Proofs will become more important than money.</p>
</div>
</div>
</div>
</section>
<section id="current-tools" class="products-section">
<h2>Provable Tools</h2>
<div class="product-list">
<div class="product-item">
<h3>Provable Form</h3>
<p>Browser extension for Chrome that creates a cryptographic timestamped proof of submitting an online form. Your data remains private. We do not store it.</p>
<a href="https://chromewebstore.google.com/detail/provable-form/djppgolnnaeaoingadhdbianibehcpeb" target="_blank" class="link">Chrome Web Store →</a>
</div>
<div class="product-item">
<h3>Provable Web</h3>
<p>Browser extension for Chrome that creates a cryptographic timestamped proof of a web page. From HTML, to HTTP requests, to browser extension scripts loaded in the page. Your data remains private.</p>
<a href="https://chromewebstore.google.com/detail/provable-web/kgmbhnafpiiiapfpheibbahlmladldmi" target="_blank" class="link">Chrome Web Store →</a>
</div>
<div class="product-item">
<h3>Provable Email</h3>
<p>Notarize your emails: add <a href="mailto:kayros1@dmail.provable.dev">kayros1@dmail.provable.dev</a> as To, Cc or Bcc and you will receive a cryptographic proof. Your data remains private. We do not store your email message.</p>
</div>
<div class="product-item">
<h3>Provable SDK</h3>
<p>TypeScript, Python, Golang packages for adding cryptographic notarization to your critical APIs.</p>
<a href="https://github.com/kuip/provable-sdk" target="_blank" class="link">SDK →</a>
</div>
<div class="product-item">
<h3>Provable Files</h3>
<p>A secure, fully notarized folder that captures any file change. Compatible with Google Drive. Contact us for early testing.</p>
</div>
<div class="product-item">
<h3>Kayros Indexer</h3>
<p>Our >65k TPS indexer can record and timestamp any digital action in a fully anonymized way, allowing you to have notarized private proofs of digital actions. Internal testing (ver.2): 1 mil TPS possible on one level. Kayros can be multi-level, reaching global scale.</p>
<a href="https://kayros.kuip.co.uk/" target="_blank" class="link">Learn More →</a>
</div>
<div class="product-item">
<h3>Provable Email Forwarding</h3>
<p>A new email forwarding protocol that authenticates the original email and the email chain. Contact us for integrating it with your tools.</p>
<a href="https://wasmx.provable.dev/docs/architecture/provable_email_forwarding" target="_blank" class="link">View Documentation →</a>
</div>
<div class="product-item">
<h3>The most expressive WASM blockchain tech</h3>
<p>Multi VM, language-agnostic, general & domain-specific language interpreters, variety of host APIs.</p>
<a href="https://wasmx.provable.dev" target="_blank" class="link">View Documentation →</a>
</div>
</div>
</section>
<section id="future-tools" class="products-section">
<h2>Coming Soon</h2>
<div class="product-list">
<div class="product-item upcoming">
<h3>Provable Wallet</h3>
<p>Your personal digital notary for the AI era. Encrypted storage for your digital proofs. Notarized summaries of private proofs: show them in public without losing privacy!</p>
<p>And much more.</p>
</div>
<div class="product-item upcoming">
<h3>Timestamped Media</h3>
<p>Timestamp images and videos with our Kayros indexer. Demo: "Make Proofs not War"</p>
<a href="https://youtu.be/6sLufsnUMK4?si=rSocRDdGovTUNl9S" target="_blank" class="link">Watch Older Demo →</a>
</div>
</div>
</section>
<section id="mission" class="notice-section">
<p>We are building these tools self-funded. We believe that every human must have a right to evidence, and we offer proof creation as a free service. Features that require storage and more complex computation will require payment.</p>
</section>
<section id="custom" class="notice-section">
<p>If you are fighting a proof war (journalist, activist, researcher, citizen, etc.), we want to know your specific needs. Let's work together and build the digital proof layer of society. Contact us: <a href="mailto:contact@mail.provable.dev">contact@mail.provable.dev</a></p>
</section>
</main>
<footer>
<p> © 2025 <a href="https://www.kuip.co.uk">Kuip Limited</a></p>
<p><a href="https://x.com/is_provable" target="_blank">X | @is_provable</a></p>
</footer>
</body>
</html>