From 301c3c180304540d7c266490b78097a17df18d8e Mon Sep 17 00:00:00 2001 From: Graham McIntie Date: Sat, 14 Feb 2026 10:59:02 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20simplify=20pricing=20to=20single=20plan?= =?UTF-8?q?=20=E2=80=94=2010=20free=20devices,=20$3/device/month=20after?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All features available to everyone. No tiered plans. --- .../controllers/page_html/home.html.heex | 110 +++++++----------- 1 file changed, 41 insertions(+), 69 deletions(-) diff --git a/lib/towerops_web/controllers/page_html/home.html.heex b/lib/towerops_web/controllers/page_html/home.html.heex index 49f008ab..1b035ccd 100644 --- a/lib/towerops_web/controllers/page_html/home.html.heex +++ b/lib/towerops_web/controllers/page_html/home.html.heex @@ -322,97 +322,69 @@ Start free. Pay only when you're ready to scale.

-
- -
-

Starter

-

Get started with your first tower.

-
- Free +
+
+
+ $3 + /device/month
-
    -
  • - <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> - Up to 10 monitored devices -
  • -
  • - <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> - 1 agent / 1 network -
  • -
  • - <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> - SNMP monitoring & alerts -
  • -
  • - <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> - 7-day data retention -
  • -
  • - <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> - Impact dashboard -
  • -
- <.link - navigate={~p"/users/register"} - class="mt-8 block w-full rounded-full py-2.5 text-center text-sm font-semibold text-blue-600 ring-1 ring-blue-200 hover:ring-blue-300 hover:bg-blue-50" - > - Get started free - -
- -
-
- - Most popular - -
-

Pro

-

For growing WISPs with multiple sites.

-
- $3 - /device/month -
-
    -
  • +

    + First 10 devices free, forever. All features included. +

    + +
    +
    <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> Unlimited devices -
  • -
  • +
+
<.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> Unlimited agents & networks - -
  • +
  • +
    + <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> + SNMP monitoring & alerts +
    +
    + <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> + Impact dashboard +
    +
    <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> Gaiia / Sonar integration - -
  • +
  • +
    <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> Preseem QoE integration - -
  • +
  • +
    <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> Subscriber trace & alert triage - -
  • +
  • +
    <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> Config change tracking - -
  • +
  • +
    <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> - 90-day data retention - - + Team access & email alerts +
    +
    + <.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" /> + API access +
    +
    + <.link navigate={~p"/users/register"} - class="mt-8 block w-full rounded-full py-2.5 text-center text-sm font-semibold text-white bg-blue-600 hover:bg-blue-500" + class="mt-10 inline-block rounded-full px-8 py-3 text-sm font-semibold text-white bg-blue-600 hover:bg-blue-500" > Get started free

    - All plans include team access, email alerts, and API access. - Need a custom plan for 500+ devices? Talk to us.