{% extends "base.html" %} {% block title %}Good Standing — small-business compliance{% endblock %} {% block content %}

Stay in good standing.

Every license, permit, insurance policy, and filing your business has to keep current — tracked in one place, with the ones about to lapse (and what they'd cost you) surfaced first.

Everything here is also a typed JSON API — browse the auto-generated docs at /docs.

Businesses

{% for s in summaries %} {% set b = s.business %}{% set h = s.health %}
{{ b['name'] }}
{{ b['industry'] }} · {{ b['state'] }}
{{ h.score }}/100{{ h.band|replace('-',' ') }}
{{ h.overdue }} overdue{{ h.due_soon }} due soon{{ h.upcoming }} upcoming
{% if h.exposure %}
${{ h.exposure|comma }} at risk now
{% endif %}
{% endfor %}
{% endblock %}