Skip to content

Commit 950c525

Browse files
committed
Registry enterprise pricing
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 9f1b3aa commit 950c525

File tree

2 files changed

+16
-59
lines changed

2 files changed

+16
-59
lines changed

content/_index.html

Lines changed: 15 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -226,86 +226,43 @@ <h3 class="display-6 fw-bold mb-3">Designed to solve schema management at scale<
226226
<div class="container py-5">
227227
<h3 class="display-6 fw-bold mb-3">Pricing</h3>
228228

229-
<p class="lead">Deploy the Sourcemeta JSON Schema Registry for free (all features included) for up to a certain number of schemas. For larger deployments, you must purchase a commercial license. All editions are available on <a href="https://github.com/sourcemeta/registry">GitHub</a> for auditing purposes and contributions.</p>
229+
<p class="lead">Deploy the Sourcemeta JSON Schema Registry for free (all features included) for evaluation, personal, open-source, or non-commercial purposes. For commercial deployments, you must purchase a license. All editions are available on <a href="https://github.com/sourcemeta/registry">GitHub</a> for auditing purposes and contributions.</p>
230230

231231
<p class="fw-light mb-5">We are committed to building nothing less than the highest quality JSON Schema tooling in the market. As a lean bootstrapped company, our revenue allow us to invest an immense amount of effort to perfect our foundational technology, all the way to our custom <a href="https://github.com/sourcemeta/core/tree/main/src/core/json">JSON parser</a> and record-breaking <a href="https://github.com/sourcemeta/blaze">JSON Schema validator</a>.</p>
232232

233-
<div class="row row-cols-1 row-cols-lg-3 g-5 text-center mb-4">
234-
<div class="col mb-4 mb-lg-0">
233+
<div class="row g-5 text-center mb-4">
234+
<div class="col-12 col-lg-5 mb-4 mb-lg-0">
235235
<div class="card h-100">
236-
<div class="card-header py-3 h4 my-0 fw-normal">Starter</div>
236+
<div class="card-header py-3 h4 my-0 fw-normal">Non-Commercial</div>
237237
<div class="card-body d-flex flex-column">
238-
<h1 class="card-title pricing-card-title">€0<small class="text-body-secondary fw-light">/mo</small></h1>
239-
<small class="text-muted">Free forever</small>
238+
<h1 class="card-title pricing-card-title">Free</h1>
240239
<ul class="list-unstyled mt-3 mb-4 flex-grow-1">
241-
<li class="fw-bold">Up to 100 schemas</li>
242-
<li>Unlimited instances</li>
243-
<li>Community support</li>
240+
<li class="fw-bold mb-3">All features included</li>
241+
<li class="small">For commercial evaluation, open-source projects (not affiliated with a for-profit company), research, non-profit organisations, and personal use</li>
244242
</ul>
245243
<a href="https://registry.sourcemeta.com/getting-started" class="w-100 btn btn-lg btn-outline-primary d-block">Get Started</a>
246-
<a href="https://github.com/sourcemeta/registry" class="mt-3 d-block">Gift us a star on GitHub</a>
247244
</div>
248245
</div>
249246
</div>
250-
<div class="col mb-4 mb-lg-0">
251-
<div class="card h-100 border-primary">
252-
<div class="card-header py-3 h4 my-0 fw-normal text-bg-primary border-primary">Pro</div>
253-
<div class="card-body d-flex flex-column">
254-
<h1 class="card-title pricing-card-title">€225<small class="text-body-secondary fw-light">/mo</small></h1>
255-
<small class="text-muted">Billed yearly</small>
256-
<ul class="list-unstyled mt-3 mb-4 flex-grow-1">
257-
<li class="fw-bold">Up to 1000 schemas</li>
258-
<li class="fst-italic">For one organisation</li>
259-
<li>Unlimited instances</li>
260-
<li>Premium support</li>
261-
<li>Assisted onboarding</li>
262-
<li>Free updates</li>
263-
</ul>
264-
<small class="text-muted my-3">Fully refundable within 30 days of purchase. Contact us over <a href="mailto:[email protected]">e-mail</a> for any billing related questions</small>
265-
<a href="https://buy.stripe.com/5kA0161q91qv18c4gg" class="w-100 btn btn-lg btn-primary d-block">Purchase License</a>
266-
<a href="https://github.com/sponsors/sourcemeta/sponsorships?tier_id=476227" class="mt-3 d-block">Or pay using GitHub Sponsors</a>
267-
</div>
268-
</div>
269-
</div>
270-
<div class="col mb-4 mb-lg-0">
247+
<div class="col-12 col-lg-7 mb-4 mb-lg-0">
271248
<div class="card h-100 border-primary">
272249
<div class="card-header py-3 h4 my-0 fw-normal text-bg-primary border-primary">Enterprise</div>
273250
<div class="card-body d-flex flex-column">
274-
<h1 class="card-title pricing-card-title">€1125<small class="text-body-secondary fw-light">/mo</small></h1>
275-
<small class="text-muted">Billed yearly</small>
251+
<h1 class="card-title pricing-card-title">Custom</h1>
276252
<ul class="list-unstyled mt-3 mb-4 flex-grow-1">
277-
<li class="fw-bold">Unlimited schemas</li>
278-
<li class="fst-italic">For one organisation</li>
279-
<li>Unlimited instances</li>
253+
<li class="fw-bold mb-3">All features included</li>
280254
<li>Premium support</li>
281255
<li>Assisted onboarding</li>
282256
<li>Free updates</li>
257+
<li>Custom invoicing</li>
258+
<li class="fw-bold my-3">Add-ons</li>
259+
<li>Managed hosting</li>
260+
<li>Custom schema design</li>
283261
</ul>
284-
<small class="text-muted my-3">Fully refundable within 30 days of purchase. Contact us over <a href="mailto:[email protected]">e-mail</a> for any billing related questions</small>
285-
<a href="https://buy.stripe.com/9AQ6pu6Ktc59dUY3cd" class="w-100 btn btn-lg btn-primary d-block">Purchase License</a>
286-
<a href="https://github.com/sponsors/sourcemeta/sponsorships?tier_id=476228" class="mt-3 d-block">Or pay using GitHub Sponsors</a>
262+
<a href="mailto:[email protected]" class="w-100 btn btn-lg btn-primary d-block">Contact Us</a>
287263
</div>
288264
</div>
289265
</div>
290266
</div>
291-
292-
<small class="text-muted">Are you an open-source, research, or non-profit organisation? <a href="mailto:[email protected]">Get in touch</a> to see if you qualify for a free or discounted license.</small>
293-
294-
<div class="row gy-4 gx-5 align-items-stretch mb-5 mt-4">
295-
<div class="col-12 col-lg-6">
296-
{{<box header="Coming Soon" title="Managed Hosting">}}
297-
298-
Deploy instances of the Sourcemeta Registry on a custom domain out of a GitHub repository in just a few clicks.
299-
300-
{{</box>}}
301-
</div>
302-
<div class="col-12 col-lg-6">
303-
{{<box header="Add-on" title="Custom Schema Design" link="mailto:[email protected]" button="E-mail us to discuss more">}}
304-
305-
Embedded professional help designing or auditing complex JSON Schema collections as part of your API Governance program.
306-
307-
{{</box>}}
308-
</div>
309-
</div>
310267
</div>
311268
</section>

layouts/shortcodes/talk-to-us.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="h4 fw-bold">Do you have any questions?</div>
1010
<p class="lead mb-1 text-white-50">I'm <a href="https://www.linkedin.com/in/jviotti/" class="text-white">Juan Cruz Viotti</a>, founder of Sourcemeta, member of the JSON Schema Technical Steering Committee, O'Reilly author, and award-winning University of Oxford alumnus.</p>
1111
<p class="text-white-50">I'd love to discuss how JSON Schema, OpenAPI, and Sourcemeta tooling can help you build world class APIs.</p>
12-
<button type="button" class="btn btn-light" data-cal-link="jviotti/30min" data-cal-namespace="30min" data-cal-config='{"layout":"month_view"}'>Book a virtual coffee chat</button>
12+
<button type="button" class="btn btn-light" data-cal-link="jviotti/30min" data-cal-namespace="30min" data-cal-config='{"layout":"month_view"}'>Find a slot in the calendar</button>
1313
<script type="text/javascript">
1414
(function (C, A, L) { let p = function (a, ar) { a.q.push(ar); }; let d = C.document; C.Cal = C.Cal || function () { let cal = C.Cal; let ar = arguments; if (!cal.loaded) { cal.ns = {}; cal.q = cal.q || []; d.head.appendChild(d.createElement("script")).src = A; cal.loaded = true; } if (ar[0] === L) { const api = function () { p(api, arguments); }; const namespace = ar[1]; api.q = api.q || []; if(typeof namespace === "string"){cal.ns[namespace] = cal.ns[namespace] || api;p(cal.ns[namespace], ar);p(cal, ["initNamespace", namespace]);} else p(cal, ar); return;} p(cal, ar); }; })(window, "https://app.cal.com/embed/embed.js", "init");
1515
Cal("init", "30min", {origin:"https://cal.com"});

0 commit comments

Comments
 (0)