{% include "_nav.html" %}

Sources

Add companies to pull jobs from, or remove ones you don't need. Your custom sources are saved separately and survive updates.

{% if error %} {% endif %}

Add a source

The "board slug" is the company name in the careers page URL — for example, stripe from boards.greenhouse.io/stripe.

Active sources · {{ total_default }} default · {{ total_local }} yours

{% if not grouped %}

No sources configured yet — add your first above.

{% endif %} {% for source_type, entries in grouped.items() %}

{{ source_type }}

{% for e in entries %} {% endfor %}
Board Company Origin
{{ e.board }} {{ e.company or "—" }} {% if e.origin == "default" %} default {% else %} local {% endif %} {% if e.origin == "local" %}
{% endif %}
{% endfor %}