Dashboard

Run estimates without slowing down the crew.

Create estimate

Total estimates

{{ $estimateCount }}

This month

{{ $monthlyEstimateCount }}

Plan

{{ strtoupper($activeSubscription->plan ?? 'free') }}

Recent estimates

Latest customer proposals

View all
@forelse ($recentEstimates as $estimate)

{{ $estimate->title }}

{{ $estimate->customer->name }} • {{ $estimate->created_at->format('M j, Y') }}

{{ $estimate->status }}

${{ number_format($estimate->total, 2) }}

@empty
No estimates yet. Create the first one to generate a PDF and email in a single flow.
@endforelse

Workflow

1. Describe the job

Tell the system what the contractor needs to do.

2. Generate the estimate

AI creates line items and totals automatically.

3. Send the proposal

A PDF is saved and emailed to the customer.