{% extends "base.html" %} {% load vite_tags %} {% load waffle_tags %} {% load cta_tags %} {% block title %}Gobii | Your AI Team, Always On — Virtual Coworkers That Automate Web Work 24/7{% endblock %} {% block head_extras %} {{ block.super }} {% if immersive_app_assets %} {% for href in immersive_app_assets.styles %} {% endfor %} {% for src in immersive_app_assets.scripts %} {% endfor %} {% endif %} {% endblock %} {% block early_head_styles %} {{ block.super }} {% endblock %} {% block content %}
{% include "home/_hero.html" %} {% if user.is_authenticated %}
{% include "partials/_task_usage.html" %}
{% endif %} {% if not user.is_authenticated or account.usage.agents_unlimited is True or account.usage.agents_available > 0 %}
{% csrf_token %}
I want my Gobii to find 200 ideal customers and their emails.
{{ agent_charter_form.charter }}
{% if homepage_integrations_enabled %}
{% if homepage_integrations_inline_builtins %} Apps
{% for app in homepage_integrations_inline_builtins %} {% if app.inline_icon_url or app.icon_url %} {{ app.name }} {% else %} {{ app.name|slice:":2"|upper }} {% endif %} {% endfor %}
{% endif %}
{% endif %}
{% if llm_intelligence %}
{% endif %}
{% if agent_charter_form.charter.errors %}
{{ agent_charter_form.charter.errors.0 }}
{% endif %}
{% if homepage_integrations_enabled %} {{ homepage_integrations_modal_props|json_script:"homepage-integrations-props" }}
{% endif %} {% if user.is_authenticated and recent_agents_total|default:0 > 0 %}
Your agents

Pick up where you left off

Quickly jump into the agents already running for you. Manage schedules, messages, and integrations from the app.

View all
{% if recent_agents %} {% for agent in recent_agents %}

{{ agent.name }}

{{ agent.status_label }}
{% if agent.display_schedule %}

{{ agent.display_schedule }}

{% endif %} {% if agent.listing_description_source == "placeholder" %}

{{ agent.listing_description }}

{% else %}

{{ agent.listing_description }}

{% endif %}
{% endfor %} {% else %}

Your agents are active in the console. Jump in to review their schedules and conversations.

{% endif %}
{% if recent_agents_remaining > 0 %}

+{{ recent_agents_remaining }} more agent{{ recent_agents_remaining|pluralize }} available in the console.

{% endif %}
{% endif %} {% else %}

No Agents Available

{% if settings.GOBII_PROPRIETARY_MODE %} You've reached your agent limit for your current plan. Upgrade to unlock more agents and take advantage of advanced features to boost your productivity. {% else %} You've reached your agent limit for this deployment. Adjust deployment settings to allow more agents. {% endif %}

Available Agents 0/{{ account.usage.agent_limit }}
{% if settings.GOBII_PROPRIETARY_MODE %} Upgrade Your Plan {% endif %} {% if settings.GOBII_PROPRIETARY_MODE %}

What you'll get with an upgrade:

Unlimited Agents

Create more agents for all your tasks

More Tasks

Run more tasks each month

Priority Support

Get help when you need it most

{% endif %} {% endif %}
{% if settings.GOBII_PROPRIETARY_MODE %} {% include "home/_flow_strip.html" %} {% include "home/_value_sections.html" %} {% include "home/_vision_and_trust.html" %} {% endif %}
OR

Spawn a Pretrained Worker

Deploy a proven worker in minutes — built for research, ops & intelligence.

{% if homepage_pretrained_selected_category or homepage_pretrained_search_term %}

Filters: {% if homepage_pretrained_selected_category %}{{ homepage_pretrained_selected_category }}{% endif %} {% if homepage_pretrained_selected_category and homepage_pretrained_search_term %}, {% endif %} {% if homepage_pretrained_search_term %}"{{ homepage_pretrained_search_term }}"{% endif %}

{% endif %}
{% if homepage_pretrained_selected_category or homepage_pretrained_search_term %} Reset filters {% endif %}
{% if homepage_pretrained_search_term %} Clear {% endif %}
{% for key, value in request.GET.items %} {% if key != 'pretrained_search' and key != 'pretrained_category' %} {% endif %} {% endfor %}
{% if homepage_pretrained_workers %}
{% for worker in homepage_pretrained_workers %} {% include "pretrained_workers/_card.html" with worker=worker %} {% endfor %}
{% else %}

No pretrained workers match those filters yet.

Reset your filters to explore the full directory or reach out to support for a tailored playbook.

Clear filters
{% endif %}
{% include "partials/_immersive_overlay.html" %} {% include "partials/_immersive_overlay_script.html" %}
{% endblock %} {% block extra_js %} {{ block.super }} {% if homepage_integrations_enabled %} {% vite_asset 'src/homepageIntegrations.tsx' %} {% endif %} {% endblock %}