coolify/resources/views/components/pricing-plans.blade.php

296 lines
18 KiB
PHP
Raw Normal View History

2023-08-16 08:15:03 +02:00
@props([
'showSubscribeButtons' => true,
])
<div x-data="{ selected: 'yearly' }" class="w-full pb-20">
2023-07-27 16:22:13 +02:00
<div class="px-6 mx-auto lg:px-8">
2023-08-30 16:01:38 +02:00
<div class="flex justify-center">
2023-07-27 16:22:13 +02:00
<fieldset
2023-08-30 16:01:38 +02:00
class="grid grid-cols-2 p-1 text-xs font-semibold leading-5 text-center text-white rounded gap-x-1 bg-white/5">
2023-07-27 16:22:13 +02:00
<legend class="sr-only">Payment frequency</legend>
2023-08-30 16:01:38 +02:00
<label class="cursor-pointer rounded px-2.5 py-1"
2023-08-11 20:19:42 +02:00
:class="selected === 'monthly' ? 'bg-coollabs-100 text-white' : ''">
2023-07-27 16:22:13 +02:00
<input type="radio" x-on:click="selected = 'monthly'" name="frequency" value="monthly"
2023-08-11 20:19:42 +02:00
class="sr-only">
2023-07-27 16:22:13 +02:00
<span>Monthly</span>
</label>
2023-08-30 16:01:38 +02:00
<label class="cursor-pointer rounded px-2.5 py-1"
2023-08-11 20:19:42 +02:00
:class="selected === 'yearly' ? 'bg-coollabs-100 text-white' : ''">
2023-07-27 16:22:13 +02:00
<input type="radio" x-on:click="selected = 'yearly'" name="frequency" value="annually"
2023-08-11 20:19:42 +02:00
class="sr-only">
2023-08-30 16:01:38 +02:00
<span>Annually</span>
2023-07-27 16:22:13 +02:00
</label>
</fieldset>
</div>
2023-09-12 11:23:31 +02:00
<div class="py-2 text-center"><span class="font-bold text-warning">{{config('constants.limits.trial_period')}} days trial</span> included on all plans, without credit card details.</div>
2023-07-27 16:22:13 +02:00
<div x-show="selected === 'monthly'" class="flex justify-center h-10 mt-3 text-sm leading-6 ">
2023-08-24 17:41:11 +02:00
<div>Save <span class="font-bold text-warning">1 month</span> annually with the yearly plans.
2023-07-27 16:22:13 +02:00
</div>
</div>
<div x-show="selected === 'yearly'" class="flex justify-center h-10 mt-3 text-sm leading-6 ">
2023-08-24 17:41:11 +02:00
<div>
2023-07-27 16:22:13 +02:00
</div>
</div>
<div class="flow-root mt-12">
<div
class="grid max-w-sm grid-cols-1 -mt-16 divide-y divide-coolgray-500 isolate gap-y-16 sm:mx-auto lg:-mx-8 lg:mt-0 lg:max-w-none lg:grid-cols-4 lg:divide-x lg:divide-y-0 xl:-mx-4">
<div class="px-8 pt-16 lg:pt-0">
2023-08-14 14:00:10 +02:00
<h3 id="tier-trial" class="text-base font-semibold leading-7 text-white">Unlimited Trial</h3>
2023-07-27 16:22:13 +02:00
<p class="flex items-baseline mt-6 gap-x-1">
<span x-show="selected === 'monthly'" x-cloak>
2023-08-14 14:00:10 +02:00
<span class="text-4xl font-bold tracking-tight text-white">Free</span>
2023-07-27 16:22:13 +02:00
</span>
<span x-show="selected === 'yearly'" x-cloak>
2023-08-14 14:00:10 +02:00
<span class="text-4xl font-bold tracking-tight text-white">Still Free </span>
2023-07-27 16:22:13 +02:00
</span>
</p>
<span x-show="selected === 'monthly'" x-cloak>
<span>billed monthly</span>
</span>
<span x-show="selected === 'yearly'" x-cloak>
<span>billed annually</span>
</span>
2023-08-14 14:00:10 +02:00
<a href="https://github.com/coollabsio/coolify" aria-describedby="tier-trial" class="buyme">Get
2023-07-27 16:22:13 +02:00
Started</a>
2023-08-14 14:00:10 +02:00
<p class="mt-10 text-sm leading-6 text-white h-[6.5rem]">Start self-hosting without limits with our
OSS
2023-07-27 16:22:13 +02:00
version.</p>
<ul role="list" class="space-y-3 text-sm leading-6 ">
<li class="flex gap-x-3">
<svg class="flex-none w-5 h-6 text-warning" viewBox="0 0 20 20" fill="currentColor"
2023-08-11 20:19:42 +02:00
aria-hidden="true">
2023-07-27 16:22:13 +02:00
<path fill-rule="evenodd"
2023-08-11 20:19:42 +02:00
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
2023-07-27 16:22:13 +02:00
</svg>
You manage everything
2023-07-27 16:22:13 +02:00
</li>
<li class="flex gap-x-3">
<svg class="flex-none w-5 h-6 text-warning" viewBox="0 0 20 20" fill="currentColor"
2023-08-11 20:19:42 +02:00
aria-hidden="true">
2023-07-27 16:22:13 +02:00
<path fill-rule="evenodd"
2023-08-11 20:19:42 +02:00
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
2023-07-27 16:22:13 +02:00
</svg>
Community Support
</li>
2023-08-14 14:00:10 +02:00
<li class="flex font-bold text-white gap-x-3">
<svg width="512" height="512" class="flex-none w-5 h-6 text-green-600"
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2">
<path
d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3-5a9 9 0 0 0 6-8a3 3 0 0 0-3-3a9 9 0 0 0-8 6a6 6 0 0 0-5 3" />
<path d="M7 14a6 6 0 0 0-3 6a6 6 0 0 0 6-3m4-8a1 1 0 1 0 2 0a1 1 0 1 0-2 0" />
</g>
</svg>
+ All upcoming features
</li>
2023-07-27 16:22:13 +02:00
</ul>
</div>
<div class="pt-16 lg:px-8 lg:pt-0 xl:px-14">
<h3 id="tier-basic" class="text-base font-semibold leading-7 text-white">Basic</h3>
<p class="flex items-baseline mt-6 gap-x-1">
<span x-show="selected === 'monthly'" x-cloak>
2023-08-14 14:00:10 +02:00
<span class="text-4xl font-bold tracking-tight text-white">$5</span>
<span class="text-sm font-semibold leading-6 ">/month</span>
2023-07-27 16:22:13 +02:00
</span>
<span x-show="selected === 'yearly'" x-cloak>
<span class="text-4xl font-bold tracking-tight text-white">$4</span>
<span class="text-sm font-semibold leading-6 ">/month</span>
2023-07-27 16:22:13 +02:00
</span>
</p>
<span x-show="selected === 'monthly'" x-cloak>
<span>billed monthly</span>
</span>
<span x-show="selected === 'yearly'" x-cloak>
<span>billed annually</span>
</span>
@if ($showSubscribeButtons)
2023-08-24 16:14:09 +02:00
@isset($basic)
{{ $basic }}
@endisset
2023-08-16 08:15:03 +02:00
@endif
2023-08-14 14:00:10 +02:00
<p class="mt-10 text-sm leading-6 text-white h-[6.5rem]">Start self-hosting in
the cloud
with a
single
2023-07-27 16:22:13 +02:00
server.
</p>
<ul role="list" class="space-y-3 text-sm leading-6 ">
<li class="flex gap-x-3">
<svg class="flex-none w-5 h-6 text-warning" viewBox="0 0 20 20" fill="currentColor"
2023-08-11 20:19:42 +02:00
aria-hidden="true">
2023-07-27 16:22:13 +02:00
<path fill-rule="evenodd"
2023-08-11 20:19:42 +02:00
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
2023-07-27 16:22:13 +02:00
</svg>
2023-08-16 08:15:03 +02:00
1 server <x-helper helper="Bring Your Own Server. All you need is n SSH connection." />
2023-07-27 16:22:13 +02:00
</li>
<li class="flex gap-x-3">
<svg class="flex-none w-5 h-6 text-warning" viewBox="0 0 20 20" fill="currentColor"
2023-08-11 20:19:42 +02:00
aria-hidden="true">
2023-07-27 16:22:13 +02:00
<path fill-rule="evenodd"
2023-08-11 20:19:42 +02:00
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
2023-07-27 16:22:13 +02:00
</svg>
Basic Support
</li>
2023-08-14 14:00:10 +02:00
<li class="flex font-bold text-white gap-x-3">
<svg width="512" height="512" class="flex-none w-5 h-6 text-green-600"
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g fill="none" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2">
<path
d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3-5a9 9 0 0 0 6-8a3 3 0 0 0-3-3a9 9 0 0 0-8 6a6 6 0 0 0-5 3" />
<path d="M7 14a6 6 0 0 0-3 6a6 6 0 0 0 6-3m4-8a1 1 0 1 0 2 0a1 1 0 1 0-2 0" />
</g>
</svg>
+ All upcoming features
</li>
2023-07-27 16:22:13 +02:00
</ul>
</div>
<div class="pt-16 lg:px-8 lg:pt-0 xl:px-14">
<h3 id="tier-pro" class="text-base font-semibold leading-7 text-white">Pro</h3>
2023-07-27 16:22:13 +02:00
<p class="flex items-baseline mt-6 gap-x-1">
<span x-show="selected === 'monthly'" x-cloak>
2023-08-14 14:00:10 +02:00
<span class="text-4xl font-bold tracking-tight text-white">$29</span>
<span class="text-sm font-semibold leading-6 ">/month</span>
2023-07-27 16:22:13 +02:00
</span>
<span x-show="selected === 'yearly'" x-cloak>
<span class="text-4xl font-bold tracking-tight text-white">$26</span>
<span class="text-sm font-semibold leading-6 ">/month</span>
2023-07-27 16:22:13 +02:00
</span>
</p>
<span x-show="selected === 'monthly'" x-cloak>
<span>billed monthly</span>
</span>
<span x-show="selected === 'yearly'" x-cloak>
<span>billed annually</span>
</span>
@if ($showSubscribeButtons)
2023-08-30 16:01:38 +02:00
@isset($pro)
{{ $pro }}
@endisset
@endif
2023-08-14 14:00:10 +02:00
<p class="h-20 mt-10 text-sm leading-6 text-white">Scale your business or self-hosting environment.
</p>
2023-07-27 16:22:13 +02:00
<ul role="list" class="mt-6 space-y-3 text-sm leading-6 ">
<li class="flex gap-x-3">
<svg class="flex-none w-5 h-6 text-warning" viewBox="0 0 20 20" fill="currentColor"
2023-08-11 20:19:42 +02:00
aria-hidden="true">
2023-07-27 16:22:13 +02:00
<path fill-rule="evenodd"
2023-08-11 20:19:42 +02:00
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
2023-07-27 16:22:13 +02:00
</svg>
2023-08-30 16:01:38 +02:00
10 servers <x-helper helper="Bring Your Own Server. All you need is n SSH connection." />
2023-07-27 16:22:13 +02:00
</li>
<li class="flex gap-x-3">
<svg class="flex-none w-5 h-6 text-warning" viewBox="0 0 20 20" fill="currentColor"
2023-08-11 20:19:42 +02:00
aria-hidden="true">
2023-07-27 16:22:13 +02:00
<path fill-rule="evenodd"
2023-08-11 20:19:42 +02:00
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
2023-07-27 16:22:13 +02:00
</svg>
Basic Support
</li>
2023-09-01 09:34:25 +02:00
<li class="flex gap-x-3">
<svg class="flex-none w-5 h-6 text-warning" viewBox="0 0 20 20" fill="currentColor"
aria-hidden="true">
<path fill-rule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
</svg>
Included Email System
</li>
2023-08-14 14:00:10 +02:00
<li class="flex font-bold text-white gap-x-3">
<svg width="512" height="512" class="flex-none w-5 h-6 text-green-600"
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g fill="none" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2">
<path
d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3-5a9 9 0 0 0 6-8a3 3 0 0 0-3-3a9 9 0 0 0-8 6a6 6 0 0 0-5 3" />
<path d="M7 14a6 6 0 0 0-3 6a6 6 0 0 0 6-3m4-8a1 1 0 1 0 2 0a1 1 0 1 0-2 0" />
</g>
</svg>
+ All upcoming features
</li>
2023-07-27 16:22:13 +02:00
</ul>
</div>
<div class="pt-16 lg:px-8 lg:pt-0 xl:px-14">
<h3 id="tier-ultimate" class="text-base font-semibold leading-7 text-white">Ultimate</h3>
2023-07-27 16:22:13 +02:00
<p class="flex items-baseline mt-6 gap-x-1">
<span x-show="selected === 'monthly'" x-cloak>
<span class="text-4xl font-bold tracking-tight text-white">$69</span>
<span class="text-sm font-semibold leading-6 ">/month</span>
2023-07-27 16:22:13 +02:00
</span>
<span x-show="selected === 'yearly'" x-cloak>
<span class="text-4xl font-bold tracking-tight text-white">$63</span>
<span class="text-sm font-semibold leading-6 ">/month</span>
2023-07-27 16:22:13 +02:00
</span>
</p>
<span x-show="selected === 'monthly'" x-cloak>
<span>billed monthly</span>
</span>
<span x-show="selected === 'yearly'" x-cloak>
<span>billed annually</span>
</span>
@if ($showSubscribeButtons)
2023-08-24 16:14:09 +02:00
@isset($ultimate)
{{ $ultimate }}
@endisset
2023-08-16 08:15:03 +02:00
@endif
2023-08-30 16:01:38 +02:00
<p class="h-20 mt-10 text-sm leading-6 text-white">Deploy complex infrastructures and
2023-07-27 16:22:13 +02:00
manage them easily in one place.</p>
<ul role="list" class="mt-6 space-y-3 text-sm leading-6 ">
<li class="flex gap-x-3">
<svg class="flex-none w-5 h-6 text-warning" viewBox="0 0 20 20" fill="currentColor"
2023-08-11 20:19:42 +02:00
aria-hidden="true">
2023-07-27 16:22:13 +02:00
<path fill-rule="evenodd"
2023-08-11 20:19:42 +02:00
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
2023-07-27 16:22:13 +02:00
</svg>
2023-08-30 16:01:38 +02:00
25 servers <x-helper helper="Bring Your Own Server. All you need is n SSH connection." />
2023-07-27 16:22:13 +02:00
</li>
<li class="flex font-bold text-white gap-x-3">
<svg class="flex-none w-5 h-6 text-warning" viewBox="0 0 20 20" fill="currentColor"
2023-08-11 20:19:42 +02:00
aria-hidden="true">
2023-07-27 16:22:13 +02:00
<path fill-rule="evenodd"
2023-08-11 20:19:42 +02:00
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
2023-07-27 16:22:13 +02:00
</svg>
Priority Support
</li>
2023-09-01 09:34:25 +02:00
<li class="flex gap-x-3">
<svg class="flex-none w-5 h-6 text-warning" viewBox="0 0 20 20" fill="currentColor"
aria-hidden="true">
<path fill-rule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
</svg>
Included Email System
</li>
2023-08-14 14:00:10 +02:00
<li class="flex font-bold text-white gap-x-3">
<svg width="512" height="512" class="flex-none w-5 h-6 text-green-600"
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g fill="none" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2">
<path
d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3-5a9 9 0 0 0 6-8a3 3 0 0 0-3-3a9 9 0 0 0-8 6a6 6 0 0 0-5 3" />
<path d="M7 14a6 6 0 0 0-3 6a6 6 0 0 0 6-3m4-8a1 1 0 1 0 2 0a1 1 0 1 0-2 0" />
</g>
</svg>
+ All upcoming features
</li>
2023-07-27 16:22:13 +02:00
</ul>
</div>
</div>
<div class="pt-10">Need unlimited servers or official support for your Coolify instance? <a
href="https://docs.coollabs.io/contact" class='text-warning'>Contact us.</a>
</div>
2023-07-27 16:22:13 +02:00
</div>
</div>
</div>
2023-08-24 16:14:09 +02:00
@isset($other)
{{ $other }}
@endisset