{% extends "base.html" %} {% block title %}Watch Ad & Earn Credits{% endblock %} {% block content %}

Watch Ad & Earn Credits

How it works

Watch a short advertisement to earn credits that you can use to generate content with our AI tools.

  • Complete the ad to earn {{ tool.cost }} credits
  • You will be redirected back to the tool automatically
  • Your credits will be available immediately

Loading advertisement...

Your Balance

{{ user_credits }}
Credits

Tool Information

{{ tool.name }}
Cost: {{ tool.cost }} credits

{{ tool.description }}

{% if sidebar_ad and sidebar_ad.success %} {{ sidebar_ad.ad_code|safe }} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}