{% extends "public/base.html" %} {% block title %}Pricing — {{ site.name }}{% endblock %} {% block content %}
Pricing

Clear prices, written down before we start

Half on acceptance, half on delivery. Domain and first-year hosting are included on every package.

{% for p in packages %}

{{ p.name }}

{{ p.audience }}

{{ p.price }}
{{ p.price_note }}
{{ p.delivery_time }}
    {% for f in p.feature_list %}
  • {{ f }}
  • {% endfor %}
Choose {{ p.name }}
{% endfor %}
{% if ongoing %}

Ongoing services

Billed monthly or yearly. Cancel any time, and I hand over everything.

{% for o in ongoing %}{% endfor %}
ServiceWhat it coversPrice
{{ o.name }}{{ o.covers }}{{ o.price }}

Prices exclude third-party fees such as payment gateway charges and premium domains.

{% endif %}

Want an exact figure?

Send your requirements and you'll get an itemised quotation — design, frontend, backend and deployment priced separately.

Request a quotation
{% endblock %}