{% extends 'public/base.html' %} {% block title %}Pricing | ChatLab - AI Sales Agent{% endblock %} {% block content %}

Simple, Transparent Pricing

Choose the plan that best fits your enterprise conversational AI needs.

{{ settings.pricing_basic_name|default:"Starter" }}

{{ settings.pricing_basic_price|default:"$49/mo" }}
    {% for feature in settings.pricing_basic_features.splitlines %}
  • {{ feature }}
  • {% endfor %}
Get Started
MOST POPULAR

{{ settings.pricing_pro_name|default:"Professional" }}

{{ settings.pricing_pro_price|default:"$99/mo" }}
    {% for feature in settings.pricing_pro_features.splitlines %}
  • {{ feature }}
  • {% endfor %}
Get Started

{{ settings.pricing_ent_name|default:"Enterprise" }}

{{ settings.pricing_ent_price|default:"Custom" }}
    {% for feature in settings.pricing_ent_features.splitlines %}
  • {{ feature }}
  • {% endfor %}
Contact Us
{% endblock %}