{% extends "public/base.html" %} {% load money %} {% block title %}{{ site.name }} — websites, web apps and payment platforms{% endblock %} {% block content %}
{{ site.tagline }}

I build the websites and systems Nigerian businesses run on.

Django backends, payment integrations and custom platforms — designed, built, deployed and maintained by one person who stays reachable after launch.

{% if websites %}
live · under management {{ websites|length }} site{{ websites|length|pluralize }}
{% for w in websites %}
{{ w.domain }}
{{ w.backend|default:"django"|lower }}
SSL {{ w.get_status_display }}
{% endfor %}
{% endif %}
{% if featured %}

Selected work

Products I built and still run — plus client websites delivered end to end.

{% for p in featured %}{% include "partials/work_card.html" %}{% endfor %}
View all projects
{% endif %} {% if services %}

What I build

{% for s in services %}

{{ s.title }}

{{ s.summary }}

{% endfor %}
{% endif %}

Why clients stay

Built for you, not from a template

Every site is written to fit how your business actually works — not bent around a theme you'll outgrow.

Works on the phone first

Most of your customers arrive on mobile data. Pages are built light and tested there before anywhere else.

Delivered when I said

You get a milestone plan on day one and can watch it move in your client portal.

Payments done properly

Webhooks, reconciliation and failed-transaction handling — the parts that break quietly if nobody has done it before.

Secure hosting and SSL

Deployment, certificates, backups and domain renewals tracked so nothing expires without warning.

Support after launch

You keep a direct line for changes, fixes and updates. Launch isn't where I disappear.

{% if stats %}
{% for s in stats %}
{{ s.value }}{{ s.label }}
{% endfor %}
{% endif %} {% if testimonials %}

What clients say

{% for t in testimonials %}

{{ t.quote }}

{% endfor %}
{% endif %} {% if steps %}

How a project runs

Each stage is visible to you in the client portal.

    {% for s in steps %}
  1. {{ s.title }}

    {{ s.description }}

  2. {% endfor %}
{% endif %}

Have a project in mind?

Tell me what you need in about five minutes. You'll get a reply and an estimate within 24 hours.

Start your project
{% endblock %}