Skip to main content

Upgrade to Premium

Upgrading takes a minute: pick a plan, pay through Stripe's secure checkout, and Premium turns on across all your devices right away. Payment is handled entirely by Stripe — Latte never sees your card number.

Before you start

You need to be signed in with your own Latte account. Want to see Premium first without paying? The demo lets you explore a Premium persona for free — see Try the demo.

  1. Open the Upgrade to Premium page — click See Premium plans on any Premium feature (such as the AI task ranker), or See Premium plans on your billing page.

  2. Choose between the monthly and yearly plan. Each card lists the price and everything Premium unlocks.

    Screenshot coming soon
    The Upgrade to Premium plan cards with the Upgrade button highlighted on the chosen plan
    Capture spec (for maintainers)
    {
      "id": "web.billing-and-premium.upgrade-to-premium.choose-plan",
      "platform": "web",
      "route": "/upgrade",
      "actions": [
        {
          "waitFor": {
            "testId": "upgrade-plan-button-premium"
          }
        }
      ],
      "clip": {
        "testId": "upgrade-plan-card-premium",
        "pad": 16
      }
    }
  3. Click Upgrade on the plan you want. Latte opens Stripe's secure checkout.

  4. Enter your card details on the Stripe page and confirm your payment.

  5. You're returned to Latte and greeted with Welcome to Premium!. Click Continue to your account — Premium is already active.

    Screenshot coming soon
    The checkout success screen reading Welcome to Premium! with the Continue to your account button
    Capture spec (for maintainers)
    {
      "id": "web.billing-and-premium.upgrade-to-premium.welcome",
      "platform": "web",
      "route": "/account/checkout/success",
      "actions": [
        {
          "waitForText": "Welcome to Premium!"
        }
      ]
    }
On the Latte desktop app

On the desktop app the flow is identical; the Stripe checkout page opens in the app window and returns you to Latte when you're done.

tip

If you close the Stripe page without paying, nothing is charged — you'll land on Checkout canceled and can pick up right where you left off. Your Premium access appears on every device the moment payment clears, so there's no need to upgrade twice.