Billing

Choose the plan that fits your workload.

Best for trials

Free gets contractors into the workflow fast.

Best for active quoting

Starter fits teams sending estimates every week.

Best for scale

Pro is positioned for busier crews and stronger growth.

@foreach ($plans as $key => $plan)

{{ $plan['name'] }}

{{ $plan['price_label'] }} /{{ $plan['interval'] }}

{{ $plan['description'] }}

@if ($key === 'free')

Ideal for testing the estimating flow and creating your first customer-ready PDFs.

@elseif ($key === 'starter')

Ideal for owner-operators and small teams that need faster turnaround and a more polished proposal experience.

@else

Ideal for growing contractor businesses that want the strongest quoting workflow and room for subscription-based expansion.

@endif
@csrf
@endforeach