{% extends "meta.html" %} {% block title %} Choose a plan - {{cfg("sr.ht", "site-name")}} {% endblock %} {% block content %}
{% if message %}
{{message}}
{% endif %}

On {{cfg("sr.ht", "site-name")}}, all plans have access to the same features and in the same quantity. You should pick the plan which best matches your financial needs and best represents the level of investment you have in {{cfg("sr.ht", "site-name")}}. If you require financial aid to use {{cfg("sr.ht", "site-name")}}, please send us an email explaining your circumstances and we'll do our best to accommodate your needs.

{{csrf_token()}}

Amateur Hackers

Includes access to all features.

$2/month or $20/year
{{csrf_token()}}

Typical Hackers

Includes access to all features.

$5/month or $50/year
{{csrf_token()}}

Professional Hackers

Includes access to all features.

$10/month or $100/year

All prices are shown in US dollars.

Notice: Continuing to the next page will execute non-free JavaScript from our payment processor, Stripe. If you are uncomfortable with this, please reach out to us to discuss other options. For more information, consult our privacy policy.
Notice: SourceHut is currently considered at an alpha stage of development, and the quality of the service may reflect that. However, the service is reliable, stable, secure, and mostly complete at this stage of development. To learn exactly what the alpha entails, consult this document. During the alpha, payment is encouraged, but optional, for most features. Continue without payment {{icon('caret-right')}}.

You can cancel or change your plan at any time. Any questions? Review our billing & payments FAQ.

{% if len(invoices) != 0 %}

Past invoices

{% for invoice in invoices %}

{{icon('check')}} ${{"{:.2f}".format(invoice.cents/100)}} with {{invoice.source}} Export as PDF

Paid {{invoice.created | date}}
Valid for service until {{invoice.valid_thru | date}} {% if invoice.comment %}
{{invoice.comment}} {% endif %}

{% endfor %}
{% endif %} {% endblock %}