{% extends "default.html" %} {% set active_page = "dashboard" %} {% block title %}Pricing{% endblock %} {% block head %} {% endblock %} {% block announcement %} {# TODO: to remove#} {# #} {% endblock %} {% block default_content %}
Premium
  • Unlimited aliases
  • Unlimited custom domains
  • Catch-all (or wildcard) aliases
  • Up to 50 directories (or usernames)
  • Unlimited mailboxes
  • PGP Encryption
More information on our Pricing Page
{% if manual_sub %}
You currently have a subscription until {{ manual_sub.end_at.format("YYYY-MM-DD") }} ({{ (manual_sub.end_at - now).days }} days left).
Please note that the time left will not be taken into account in a new subscription.

{% endif %} {% if proton_upgrade %}

Proton Unlimited, Business and Visionary plans include SimpleLogin premium and more!

Upgrade your Proton account

Starts at $9.99/month (billed yearly), starting with 500GB of storage, VPN, encrypted calendar & file storage and more.

OR

Starts at $2.5/month (billed yearly)

{% endif %}
🔐 Secure payments by Paddle
{% set sub = current_user.get_paddle_subscription() %} {% if sub and sub.cancelled %} {% endif %} {% if coinbase_sub %}
You currently have a Coinbase subscription until {{ coinbase_sub.end_at.format("YYYY-MM-DD") }} ({{ (coinbase_sub.end_at - now).days }} days left).
Please note that the time left will not be taken into account in a new Paddle subscription.
{% endif %}
Paddle supports bank cards (Mastercard, Visa, American Express, etc) and PayPal.
Black Friday Deal: 33% off on the yearly plan for the first year ($20 instead of $30).
Please use this coupon code BF2022 during the checkout.
Available until November 30.

Payment via Coinbase Commerce
Currently Bitcoin, Bitcoin Cash, Dai, Ethereum, Litecoin and USD Coin are supported.
Yearly billing - Crypto
$30/year

For other payment options, please send us an email at hi@simplelogin.io .
If you have bought a coupon, please go to the coupon page to apply the coupon code.
{% endblock %}