-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.njk
196 lines (185 loc) · 6.65 KB
/
pricing.njk
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
---
title: Pricing
description: Choose your preferred way of using CryptPad and supporting the project
layout: layouts/main
plans_full:
- name: Mini
sector: enterprise
users: 50
storage: 100GB
support_time: "2 days (critical)"
price_euro_yearly: "3,000"
- name: Small
sector: enterprise
users: 250
storage: 200GB
sso: "SSO Guide"
support_time: "2 days"
price_euro_yearly: "6,000"
- name: Medium
sector: enterprise
storage: "500GB"
sso: "SSO Guide + help"
users: 500
support_time: "1 day (critical)<br>2 days"
price_euro_yearly: "12,500"
- name: Large
sector: enterprise
users: 1000
sso: "SSO Install session"
storage: "1TB"
support_time: "1 day"
price_euro_yearly: "25,000"
plans_discount:
- name: Mini
sector: discount
users: 50
storage: 100GB
support_time: "2 days (critical)"
price_euro_yearly: "1,500"
- name: Small
sector: discount
users: 250
storage: 200GB
sso: "SSO Guide"
support_time: "2 days"
price_euro_yearly: "3,000"
- name: Medium
sector: discount
storage: "500GB"
users: 500
sso: "SSO Guide + help"
support_time: "1 day (critical)<br>2 days"
price_euro_yearly: "6,250"
- name: Large
sector: discount
users: 1000
storage: "1TB"
sso: "SSO Install session"
support_time: "1 day"
price_euro_yearly: "12,500"
---
<section>
<h1>Pricing</h1>
<p>Choose your preferred way of using CryptPad and supporting the project:</p>
</section>
<section>
<div class="plan-cards-container">
<div class="plan-card pricing">
<h2>FREE</h2>
<p>Free account on a public instance</p>
<a href="/instances/" class="btn primary">
<i class="fa fa-list-ul"></i> See the list
</a>
<p>Self-hosting</p>
<a href="https://docs.cryptpad.org/en/admin_guide/index.html" class="btn primary">
<i class="fa fa-book"></i> Documentation
</a>
<p>To support the project</p>
<a href="https://opencollective.com/cryptpad" class="btn primary">
<i class="fa fa-open-collective"></i> Donate
</a>
</div>
<div class="plan-card pricing">
{% include "components/xwiki_badge.njk" %}
<h2>CryptPad.fr</h2>
<p>The flagship instance offers paid plans with additional storage and priority support for individuals, teams, and organizations.</p>
<div class="price">
<div class="medium">€5 to €100 /month</div>
</div>
<a href="https://cryptpad.fr/accounts" class="btn primary">
<i class="fa fa-ticket"></i> See plans
</a>
</div>
<div class="plan-card pricing">
{% include "components/xwiki_badge.njk" %}
<h2>Your Own Instance</h2>
<p>Fully hosted and managed on cloud, or on-premise support</p>
<div class="price">
<div class="medium">from €1.5K /year</div>
</div>
<a href="#full" class="btn primary"><i class="fa fa-briefcase"></i> Enterprise</a>
<a href="#discount" class="btn primary"><i class="fa fa-users"></i> Nonprofit</a>
<a href="#discount" class="btn primary"><i class="fa fa-graduation-cap"></i> Education</a>
</div>
</div>
</section>
{% import "components/cards.njk" as cards %}
<section>
<h2>Your own CryptPad instance</h2>
<ul class="icon-list">
<li><i class="fa fa-home" aria-hidden="true"></i>Your own domain</li>
<li><i class="fa fa-paint-brush" aria-hidden="true"></i>Customizations such as logo and colors</li>
<li><i class="fa fa-lock"></i>Control over where encrypted data are stored</li>
<li><i class="fa fa-hdd-o" aria-hidden="true"></i>Administer storage quotas and upload limits</li>
<li><i class="fa fa-handshake-o" aria-hidden="true"></i>Single Sign On (SSO) integration</li>
<li><i class="fa fa-cloud" aria-hidden="true"></i>Fully managed cloud instance incl. backups</li>
<li><i class="fa fa-home" aria-hidden="true"></i>Or on-premise with first class support</li>
<li><i class="fa fa-sun" aria-hidden="true"></i>Updates with new features</li>
<li><i class="fa fa-life-ring" aria-hidden="true"></i>Support for your administrators</li>
</ul>
</section>
<section>
<h2 id="full">Enterprise pricing</h2>
<p><i class="fa fa-cloud" aria-hidden="true"></i> cloud hosting and support or <i class="fa fa-home" aria-hidden="true"></i> on-premise support</p>
<div class="plan-cards-container">
{% for plan in plans_full %}
{{ cards.plan(
name = plan.name,
sector = plan.sector,
users = plan.users,
sso = plan.sso,
storage = plan.storage,
support_time = plan.support_time,
price_euro_yearly = plan.price_euro_yearly
)}}
{% endfor %}
</div>
</section>
<section>
<h2 id="discount">Discount pricing for education and nonprofits</h2>
<p><span class="discount">50% OFF</span> Enterprise pricing<br><i class="fa fa-cloud" aria-hidden="true"></i> cloud hosting and support or <i class="fa fa-home" aria-hidden="true"></i> on-premise support</p>
<div class="plan-cards-container">
{% for plan in plans_discount %}
{{ cards.plan(
name = plan.name,
sector = plan.sector,
users = plan.users,
sso = plan.sso,
storage = plan.storage,
support_time = plan.support_time,
price_euro_yearly = plan.price_euro_yearly
)}}
{% endfor %}
</div>
</section>
<script src="/scripts/dialog.js?ver={{cache.buster}}"></script>
<script src="/scripts/utils.js?ver={{cache.buster}}"></script>
<div role="dialog"
id="dialog-contact-success"
aria-labelledby="dialog-success-label"
aria-modal="true"
class="hidden">
<div id="dialog-success-label">
Thank you for contacting us! your message has been sent and we will be in touch shortly.
</div>
<div class="dialog_form_actions">
<button class="btn " type="button" onclick="closeDialog(this)">
Close
</button>
</div>
</div>
<div role="dialog"
id="dialog-contact-error"
aria-labelledby="dialog-error-label"
aria-modal="true"
class="hidden">
<div id="dialog-error-label">
Something went wrong while sending your message. Please try again or contact us by email at [email protected]
</div>
<div class="dialog-form-actions">
<button class="btn " type="button" onclick="closeDialog(this)">
Close
</button>
</div>
</div>