@extends('layouts.public')
@section('title', config('app.name') . ' – Pricing')
@section('description', 'Simple, transparent pricing. No hidden fees.')
@push('styles')
@endpush
@section('content')
Pricing
Simple, transparent pricing
No hidden fees. No surprises. Scale up or down anytime.
Frequently asked questions
@foreach([
['Can I change my plan at any time?', 'Yes, you can upgrade or downgrade your plan at any time from your dashboard. Changes take effect immediately and billing is prorated.'],
['Is there a free trial for paid plans?', 'Yes! All paid plans come with a 14-day free trial. No credit card required to start.'],
['What happens if I exceed my request limit?', 'Your API calls will return a 429 Too Many Requests response. Upgrade your plan at any time to restore access immediately.'],
['Do you offer custom enterprise plans?', 'Contact us for custom volume pricing, dedicated infrastructure, and SLA agreements tailored for enterprise needs.'],
] as [$q, $a])
@endforeach