@section('site_title', formatTitle([config('settings.title'), __(config('settings.tagline'))])) @extends('layouts.app') @section('head_content') @endsection @section('content')

{{ __('Reliable uptime monitoring') }}

{{ __('Monitor your websites with detailed analytics, customizable status pages, and incident reports.') }}

{{ config('settings.title') }}
@include('icons.monitor-heart', ['class' => 'fill-current width-4 height-4'])
{{ __('Monitors') }}. {{ __('Uptime tracking for websites and SSLs.') }}
@include('icons.podcasts', ['class' => 'fill-current width-4 height-4'])
{{ __('Status pages') }}. {{ __('Service status and incident history.') }}
@include('icons.error', ['class' => 'fill-current width-4 height-4'])
{{ __('Incidents') }}. {{ __('Reports, notifications, and data export.') }}

{{ __('Monitoring') }}

{{ __('Everything you need to keep your websites monitored.') }}

@include('icons.stats', ['class' => 'fill-current width-5 height-5 text-primary'])
{{ __('Statistics') }}
{{ __('Website performance insights and SSL status at a glance.') }}
@include('icons.adjust', ['class' => 'fill-current width-5 height-5 text-primary'])
{{ __('Checks') }}
{{ __('Status codes, response times, and location information.') }}
@include('icons.error', ['class' => 'fill-current width-5 height-5 text-primary'])
{{ __('Incidents') }}
{{ (config('settings.twilio') ? __('Outage reports with email, webhook, and SMS notifications.') : __('Outage reports with email and webhook notifications.')) }}

{{ __('Status pages') }}

{{ __('Customizable status pages that show your website and SSL status at a glance.') }}

@include('icons.website', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Domain') }}
{{ __('Create a branded experience by connecting a domain to your status page.') }}
@include('icons.design-services', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Appearance') }}
{{ __('Personalize the appearance of your status page by using CSS code.') }}
@include('icons.terminal', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Functionality') }}
{{ __('Expand the functionality of your status page by adding JavaScript code.') }}
@include('icons.status', ['class' => 'width-4 height-4 fill-current text-success'])​
example.com
@include('icons.lock', ['class' => 'fill-current width-4 height-4 text-success'])​
{{ __(':value uptime', ['value' => number_format(99.8, 2, __('.'), __(',')) . '%']) }}
@for($i = 1; $i <= 30; $i++)
@if ($i !== 30)
@endif @endfor
{{ __('Last :days days', ['days' => 30]) }}
{{ __('Today') }}
@include('icons.status', ['class' => 'width-4 height-4 fill-current text-blue'])​
example.net
@include('icons.lock', ['class' => 'fill-current width-4 height-4 text-blue'])​
{{ __(':value uptime', ['value' => number_format(98.63, 2, __('.'), __(',')) . '%']) }}
@for($i = 1; $i <= 30; $i++)
@if ($i !== 30)
@endif @endfor
{{ __('Last :days days', ['days' => 30]) }}
{{ __('Today') }}
@include('icons.status', ['class' => 'width-4 height-4 fill-current text-violet'])​
example.org
@include('icons.lock', ['class' => 'fill-current width-4 height-4 text-violet'])​
{{ __(':value uptime', ['value' => number_format(99.1, 2, __('.'), __(',')) . '%']) }}
@for($i = 1; $i <= 30; $i++)
@if ($i !== 30)
@endif @endfor
{{ __('Last :days days', ['days' => 30]) }}
{{ __('Today') }}
@include('icons.status', ['class' => 'width-4 height-4 fill-current text-dark'])​
example.edu
@include('icons.lock', ['class' => 'fill-current width-4 height-4 text-dark'])​
{{ __(':value uptime', ['value' => number_format(99.43, 2, __('.'), __(',')) . '%']) }}
@for($i = 1; $i <= 30; $i++)
@if ($i !== 30)
@endif @endfor
{{ __('Last :days days', ['days' => 30]) }}
{{ __('Today') }}

{{ __('Incident management') }}

{{ __('Incident reports and notifications to keep you better informed and in control.') }}

@include('icons.list-alt', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Reports') }}
{{ __('Receive detailed incident reports for a complete overview of events.') }}
@include('icons.notifications', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Notifications') }}
{{ (config('settings.twilio') ? __('Never miss a critical incident with alerts sent via email, webhook, and SMS.') : __('Never miss a critical incident with alerts sent via email and webhook.')) }}
@include('icons.file-download', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Export') }}
{{ __('Export all your incident events and their associated details in CSV format.') }}
@include('icons.check-circle-filled', ['class' => 'width-4 height-4 fill-current text-success position-absolute'])
{{ __('Incident resolved.') }}
{{ \Carbon\Carbon::now()->subMonthNoOverflow()->setDay(12)->setHour(17)->setMinute(06)->setSecond(34)->format(__('Y-m-d') . ' H:i:s') }}
@include('icons.offline-bolt-filled', ['class' => 'width-4 height-4 fill-current text-warning position-absolute'])
{{ __('Incident acknowledged.') }}
{{ \Carbon\Carbon::now()->subMonthNoOverflow()->setDay(12)->setHour(16)->setMinute(38)->setSecond(52)->format(__('Y-m-d') . ' H:i:s') }}
@if (config('settings.twilio'))
@include('icons.notifications-circle-filled', ['class' => 'width-4 height-4 fill-current text-secondary position-absolute'])
{!! __('Sent out :service alert.', ['service' => view('icons.sms-filled', ['class' => 'width-4 height-4 vertical-align-n0.5 mx-1 fill-current text-success']). '' . __('SMS') . '']) !!}
{{ \Carbon\Carbon::now()->subMonthNoOverflow()->setDay(12)->setHour(16)->setMinute(24)->setSecond(03)->format(__('Y-m-d') . ' H:i:s') }}
@else
@include('icons.notifications-circle-filled', ['class' => 'width-4 height-4 fill-current text-secondary position-absolute'])
{!! __('Sent out :service alert.', ['service' => view('icons.email-filled', ['class' => 'width-4 height-4 vertical-align-n0.5 mx-1 fill-current text-info']). '' . __('Email') . '']) !!}
{{ \Carbon\Carbon::now()->subMonthNoOverflow()->setDay(12)->setHour(16)->setMinute(24)->setSecond(03)->format(__('Y-m-d') . ' H:i:s') }}
@endif
@include('icons.notifications-circle-filled', ['class' => 'width-4 height-4 fill-current text-secondary position-absolute'])
{!! __('Sent out :service alert.', ['service' => 'Microsoft Teams']) !!}
{{ \Carbon\Carbon::now()->subMonthNoOverflow()->setDay(12)->setHour(16)->setMinute(24)->setSecond(03)->format(__('Y-m-d') . ' H:i:s') }}
@include('icons.error-filled', ['class' => 'width-4 height-4 fill-current text-danger position-absolute'])
{{ __('Incident started.') }}
{{ \Carbon\Carbon::now()->subMonthNoOverflow()->setDay(12)->setHour(16)->setMinute(24)->setSecond(03)->format(__('Y-m-d') . ' H:i:s') }}

{{ __('Integrations') }}

{{ __('Notifications delivered to your favorite platforms.') }}

Teams
Slack
Discord
Telegram
Flock
Webhook
@include('icons.email-filled', ['class' => 'width-8 height-8 fill-current text-info'])
@if (config('settings.twilio'))
@include('icons.sms-filled', ['class' => 'width-8 height-8 fill-current text-success'])
@endif
{{--
--}}
@if(paymentProcessors())

{{ __('Pricing') }}

{{ __('Simple pricing plans for everyone and every budget.') }}

@include('shared.pricing')
@else
{{ __('Join us') }}

{{ __('Ready to get started?') }}

{{ __('Create an account in seconds.') }}

{{ __('Get started') }}
@endif
@endsection