@vite(['resources/css/app.css', 'resources/js/app.js']) @php $replyMonthly = (int) pricing()->amount('Reply', 'monthly'); $replyYearly = (int) pricing()->amount('Reply', 'yearly'); $inviteMonthly = (int) pricing()->amount('InviteReply', 'monthly'); $inviteYearly = (int) pricing()->amount('InviteReply', 'yearly'); $monthsFree = pricing()->monthsFree('Reply'); $checkSvg = ''; $tickSvg = ''; @endphp {{-- Hero --}}

Turn every appointment into a Google review — automatically

Invites go out 24 hours after each visit. No chasing, no copy-paste, no forgetting.

{!! $checkSvg !!}Nothing to install {!! $checkSvg !!}No credit card {!! $checkSvg !!}Free plan — 25 invites a month
{{-- Demo card --}}
47
appointments this month
26 invites queued
14 sent · runs on its own
Each bar is one customer
This month's appointments 26 / 47 covered
@php $rows = [ ['name' => 'John Jones', 'time' => 'Fires Tue 20 May · 10:00am', 'queued' => true, 'delay' => '0.9s', 'avatar' => 'JJ', 'bg' => 'linear-gradient(140deg,#5B8DEF,#3E6FE0)'], ['name' => 'Sarah Mitchell', 'time' => 'Fires Tue 20 May · 2:00pm', 'queued' => true, 'delay' => '1.05s', 'avatar' => 'SM', 'bg' => 'linear-gradient(140deg,#F0A35B,#E07E3E)'], ['name' => 'David Kumar', 'time' => 'Invited 3 months ago', 'queued' => false, 'delay' => '1.2s', 'avatar' => 'DK', 'bg' => 'linear-gradient(140deg,#8B9BB4,#6E7F9A)'], ['name' => 'Emma Roberts', 'time' => 'Fires Thu 22 May · 9:15am', 'queued' => true, 'delay' => '1.35s', 'avatar' => 'ER', 'bg' => 'linear-gradient(140deg,#5BC8A8,#3AA98A)'], ]; @endphp @foreach ($rows as $row)
@if ($row['queued']){!! $tickSvg !!}@endif
{{ $row['avatar'] }}
{{ $row['name'] }}
{{ $row['time'] }}
@if ($row['queued']) Queued @else Already invited @endif
@endforeach
{{-- How it works --}}
How it works

Three steps, then it runs itself

If your booking app syncs to Google Calendar — and almost all of them do — you're minutes away.

1

Connect your calendar

One click with Google. We only read your appointments — nothing else, and we never send from your account.

Connect Google Calendar 2 min
2

Your appointments appear

Fresha, Booksy, Square, Calendly and hundreds more sync straight in. Every customer shows up with an invite ready to go.

Sarah Mitchell · Tue 2:00pm Queued
3

Invites send after each visit

24 hours after the appointment — while the experience is fresh — each customer gets a personal link to your Google review page.

Review invite sent Delivered
{{-- Reply strip --}}

And when reviews come in? AI drafts a human-sounding reply — you approve it before anything posts.

{{-- Pricing --}}
Pricing

Two plans. That's it.

Reply
For businesses that want every review answered
${{ $replyMonthly }}/month
or ${{ $replyYearly }}/year — {{ $monthsFree }} months free
  • {!! $checkSvg !!}500 AI-drafted replies / month
  • {!! $checkSvg !!}Auto-reply & reply signature
  • {!! $checkSvg !!}Add team members
  • {!! $checkSvg !!}QR code for walk-ins
Start free
★ Most popular
Invite + Reply
The full loop — invites out, replies handled
${{ $inviteMonthly }}/month
or $790/year — 2 months free
  • {!! $checkSvg !!}Everything in Reply
  • {!! $checkSvg !!}2,500 invites / month
  • {!! $checkSvg !!}Automatic calendar invites
  • {!! $checkSvg !!}Monthly insight report
Start free

Every plan starts free — 25 invites and 5 replies a month, no credit card. Upgrade when you outgrow it.

{{-- CTA band --}}

Your next appointment could be your next review.

Connect your calendar and the first invites queue today — free, no card.

Start free
@livewire('setup-popup')