@extends('layouts.public') @section('title', 'Pricing — Boss Of AI') @section('meta_description', 'Simple credit-based pricing. Start free with 50 credits, no card required.') @section('content')

Pay for the leads you work, not the seats you fill

Every plan runs on credits. You always see the cost before an expensive action runs.

@foreach ($plans as $plan)
$plan['highlighted'], 'border-graphite-200' => ! $plan['highlighted'], ])>

{{ $plan['name'] }}

@if ($plan['highlighted']) Most chosen @endif

${{ $plan['price'] }} $plan['highlighted'], 'text-graphite-500' => ! $plan['highlighted']])>/{{ $plan['period'] }}

$plan['highlighted'], 'text-graphite-600' => ! $plan['highlighted']])>{{ $plan['summary'] }}

    @foreach ($plan['features'] as $feature)
  • {{ $feature }}
  • @endforeach
{{ $plan['cta'] }}
@endforeach

What a credit buys

Cheap actions stay cheap. You only spend the larger amounts on leads you have already decided are worth the attention.

@foreach ([ 'company_search' => ['Company search result', 'One matched company returned into your list'], 'contact_reveal' => ['Decision maker revealed', 'Name, job title and business email'], 'email_verification' => ['Email verification', 'Deliverability check before the address reaches you'], 'ai_research' => ['AI company research', 'Full briefing: what they do, pain points, growth signals, approach'], 'ai_outreach' => ['Generated outreach', 'A first message written from that research'], ] as $key => $row) @endforeach
Action Credits
{{ $row[0] }}
{{ $row[1] }}
{{ config("bossofai.credit_costs.$key") }}
@include('partials.lead-finder-cta') @endsection