-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpricing.html
More file actions
113 lines (102 loc) · 5.05 KB
/
pricing.html
File metadata and controls
113 lines (102 loc) · 5.05 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
<!-- Pricing -->
<div class="section">
<h2 id="about">Pricing</h2>
<p class="text-center">Accepting <span class="highlight font-semibold">15% off</span> on payments made with <a href='https://www.getmonero.org/' target='_blank'>Monero</a> or <a href='../bitcoin.pdf' target='_blank'>Bitcoin</a>
<br />Email <a href="mailto:crypto@userbase.com">crypto@userbase.com</a> or DM <a href="https://twitter.com/UserbaseHQ">@UserbaseHQ</a> if interested</p>
<div class="text-center mt-8">
<div class="px-5 py-10 mb-10 bg-yellow-100 rounded-lg shadow-lg inline-block sm:mx-4 w-72 sm:w-84">
<div>
<h3 class="text-5xl font-black leading-none mt-0 mb-6 text-red-500">Starter</h3>
</div>
<div>
<h3 class="text-6xl font-black leading-none m-0">$0</h3>
<span class="font-bold text-2xl">PER YEAR</span>
</div>
<div class="text-left text-base sm:text-xl ml-8">
<h4 class="font-bold mt-6">Get Started for Free</h4>
<ul>
<li>1 web app.</li>
<li>100 users.</li>
<li>100 MB storage.</li>
<li>No expiry.</li>
<li>All features.</li>
<li>Limited support.</li>
</ul>
</div>
<a href="https://v1.userbase.com/#create-admin" class="rounded-lg py-3 no-underline bg-yellowish font-black cursor-pointer text-gray-900 inline-block leading-none hover:text-orange-700 mt-2 sm:mt-0 mb-1 w-56 sm:w-72">Create a FREE Account</a>
<p class="ml-2 text-sm">No credit card required.</p>
</div>
<div class="px-5 py-10 mb-10 bg-yellow-100 rounded-lg shadow-lg inline-block sm:mx-3 w-72 sm:w-84">
<div>
<h3 class="text-5xl font-black leading-none mt-0 mb-6 text-red-500">Prod</h3>
</div>
<div>
<h3 class="text-6xl font-black leading-none m-0">$89</h3>
<span class="font-bold text-2xl">PER YEAR</span>
</div>
<div class="text-left text-base sm:text-xl ml-8">
<h4 class="font-bold mt-6">Ready for Prod?</h4>
<ul>
<li>Unlimited web apps.</li>
<li>Unlimited users.</li>
<li>1 GB storage.</li>
<li>Accept payments.</li>
<li>1-click Stripe integration.</li>
<li>48 hour support.</li>
</ul>
</div>
<a href="https://v1.userbase.com/#upgrade" class="rounded-lg py-3 no-underline bg-yellowish font-black cursor-pointer text-gray-900 inline-block leading-none hover:text-orange-700 mt-2 sm:mt-0 mb-1 w-56 sm:w-72">Upgrade</a>
<p class="ml-2 text-sm">Cancel anytime.</p>
</div>
</div>
<h2 id="oss" class="mb-2 text-center mt-8">Storage Plans</h2>
<div class="text-center mt-8">
<div class="text-center mt-2">
<div class="px-5 py-10 mb-10 bg-yellow-100 rounded-lg shadow-lg inline-block sm:mx-4 w-72 sm:w-84">
<div>
<h3 class="text-5xl font-black leading-none mt-0 mb-8 text-red-500">100 GB</h3>
</div>
<div>
<h3 class="text-6xl font-black leading-none m-0">$99</h3>
<span class="font-bold text-2xl">PER YEAR</span>
</div>
<div class="text-left text-base sm:text-xl ml-4 sm:ml-5">
<h4 class="font-bold mt-8">Gaining Traction?</h4>
<ul>
<li>No storage limit.</li>
<li>$0.10/GB/mo above 100 GB.</li>
<li>Unlimited files.</li>
<li>Unlimited databases.</li>
</ul>
</div>
<a href="https://v1.userbase.com/#storage-plan-100gb" class="rounded-lg py-3 no-underline bg-yellowish font-black cursor-pointer text-gray-900 inline-block leading-none hover:text-orange-700 mt-2 sm:mt-0 mb-1 w-56 sm:w-72">Upgrade Storage</a>
<p class="ml-2 text-sm">Requires a Prod subscription.</p>
</div>
<div class="px-5 py-10 mb-10 bg-yellow-100 rounded-lg shadow-lg inline-block sm:mx-4 w-72 sm:w-84">
<div>
<h3 class="text-5xl font-black leading-none mt-0 mb-8 text-red-500">1 TB</h3>
</div>
<div>
<h3 class="text-6xl font-black leading-none m-0">$299</h3>
<span class="font-bold text-2xl">PER YEAR</span>
</div>
<div class="text-left text-base sm:text-xl ml-4 sm:ml-5">
<h4 class="font-bold mt-8">Ready to Scale?</h4>
<ul>
<li>No storage limit.</li>
<li>$0.10/GB/mo above 1 TB.</li>
<li>Unlimited files.</li>
<li>Unlimited databases.</li>
</ul>
</div>
<a href="https://v1.userbase.com/#storage-plan-1tb" class="rounded-lg py-3 no-underline bg-yellowish font-black cursor-pointer text-gray-900 inline-block leading-none hover:text-orange-700 mt-2 sm:mt-0 mb-1 w-56 sm:w-72">Upgrade Storage</a>
<p class="ml-2 text-sm">Requires a Prod subscription.</p>
</div>
</div>
</div>
<div class="mt-10">
<h3 id="oss" class="mb-2 text-center">Open source</h3>
<p class="text-center mb-1">Userbase is <a href="https://github.com/encrypted-dev/userbase">100% open source</a>, MIT licensed. You can host it yourself always under your control, or we can run it for you for a full serverless experience.</p>
</div>
</div>
<hr>