102 lines
5.2 KiB
HTML
102 lines
5.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Pricing — vault1984</title>
|
|
<meta name="description" content="Free self-hosted or $12/year hosted. No tiers, no per-seat, no contact sales.">
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="/vault1984.css">
|
|
</head>
|
|
<body>
|
|
<nav class="nav">
|
|
<div class="nav-inner">
|
|
<a href="/" class="nav-logo">vault<span class="n">1984</span></a>
|
|
<div class="nav-links">
|
|
<a href="https://github.com/johanjongsma/vault1984" target="_blank" rel="noopener" class="nav-link">GitHub</a>
|
|
<a href="/hosted.html" class="nav-link">Hosted</a>
|
|
<a href="/install.html" class="nav-link">Self-host</a>
|
|
<a href="#" class="nav-link btn btn-ghost">Sign in</a>
|
|
<a href="/hosted.html" class="btn btn-primary">Get hosted — $12/yr</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<div class="hero container">
|
|
<p class="label mb-3">Simple pricing</p>
|
|
<h1 class="mb-4">No tiers. No per-seat. No surprises.</h1>
|
|
<p class="lead">Two options — both get every feature.</p>
|
|
</div>
|
|
|
|
<hr class="divider">
|
|
|
|
<div class="section container">
|
|
<div class="grid-2" style="max-width:900px;margin:0 auto">
|
|
|
|
<div class="price-card">
|
|
<p class="label mb-4">Self-hosted</p>
|
|
<div class="price-amount mb-2">Free</div>
|
|
<p class="mb-6">Forever. MIT license. No strings.</p>
|
|
<a href="/install.html" class="btn btn-ghost btn-block mb-8">Self-host guide →</a>
|
|
<p class="label mb-4">What you get</p>
|
|
<ul class="checklist"><li>Agent & Sealed field-level encryption</li><li>WebAuthn PRF (Sealed biometric encryption)</li><li>MCP server for AI agents</li><li>Scoped MCP tokens (multi-agent)</li><li>TOTP generation via MCP</li><li>Browser extension (Chrome, Firefox)</li><li>Import from Bitwarden / 1Password</li><li>LLM-powered field classification</li><li>Unlimited entries</li><li>Full source code (MIT)</li></ul>
|
|
</div>
|
|
|
|
<div class="price-card featured" style="position:relative">
|
|
<span class="badge recommended" style="position:absolute;top:-0.75rem;right:1.5rem">Recommended</span>
|
|
<p class="label accent mb-4">Hosted</p>
|
|
<div class="price-amount mb-2">$12<span class="price-period">/year</span></div>
|
|
<p class="mb-6">That's $1/month. 7-day money-back, no questions, instant.</p>
|
|
<a href="/signup" class="btn btn-primary btn-block mb-8">Get started</a>
|
|
<p class="label mb-4">Everything in self-hosted, plus</p>
|
|
<ul class="checklist"><li>Managed infrastructure</li><li>Daily encrypted backups</li><li>22 regions across every continent</li><li>Automatic updates & patches</li><li>TLS included</li><li>Custom domain support</li><li>Email support</li></ul>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="divider">
|
|
|
|
<div class="section container" style="max-width:720px">
|
|
<p class="label mb-6" style="text-align:center">Common questions</p>
|
|
<h2 class="mb-8" style="text-align:center">FAQ</h2>
|
|
|
|
<div class="prose">
|
|
<h3>Why $12/year?</h3>
|
|
<p>$12 covers compute, backups, and bandwidth for one user for a year. We're not trying to extract maximum revenue — we're trying to cover costs. Nobody can undercut us without going free, and free has its own problems.</p>
|
|
|
|
<h3>Is the self-hosted version missing any features?</h3>
|
|
<p>No. Every feature ships in both versions. Hosted adds managed infrastructure and backups — not functionality.</p>
|
|
|
|
<h3>Can hosted vault1984 read my Sealed fields?</h3>
|
|
<p>No. Sealed fields are encrypted client-side with WebAuthn PRF. The server stores ciphertext it cannot decrypt. This isn't a policy — it's mathematics. We don't have the key.</p>
|
|
|
|
<h3>Can I switch between hosted and self-hosted?</h3>
|
|
<p>Yes. Export your vault at any time as encrypted JSON. Import it anywhere. Your data is always portable.</p>
|
|
|
|
<h3>Is there a free trial?</h3>
|
|
<p>No free trial — but 7-day money-back, no questions asked, instant refund. That's a stronger guarantee.</p>
|
|
</div>
|
|
</div>
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="footer-inner">
|
|
<div class="footer-links">
|
|
<a href="/" class="vaultname">vault<span class="n">1984</span></a>
|
|
<a href="https://github.com/johanjongsma/vault1984" target="_blank" rel="noopener">GitHub</a>
|
|
<a href="#">Discord</a>
|
|
<a href="#">X</a>
|
|
</div>
|
|
<div class="footer-links">
|
|
<a href="/privacy.html">Privacy</a>
|
|
<a href="/terms.html">Terms</a>
|
|
<span>MIT License</span>
|
|
</div>
|
|
</div>
|
|
<p class="footer-copy">Built for humans with AI assistants.</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |