We Build the Software
Your Business Runs On.
From M-Pesa payment integrations to full Odoo ERP deployments, self-hosted cloud storage to private email servers — Tech-Hub builds, hosts, and supports the infrastructure that keeps Kenyan businesses moving.
$ docker ps
CONTAINER STATUS PORTS
odoo19 Up 30 days :8069
postgres18 Up 30 days :5432
nextcloud Up 30 days :8082
stalwart Up 30 days :25,:465,:993
nginx-proxy Up 30 days :80,:443
$ echo "All systems running ✓"
All systems running ✓
Real Solutions. Running in Production.
Not concepts — these are live systems we built and maintain every day.
M-Pesa Integration
STK Push payments directly inside Odoo POS and accounting. Customers pay from their phone, transaction auto-reconciles.
KopoKopo Payments
Full till and buygoods payments via KopoKopo. Webhook-driven, real-time settlement tracking inside Odoo.
Odoo ERP Implementation
Full Odoo setup — from POS, accounting, inventory, and HR to custom modules built for your exact workflow.
Self-Hosted Cloud Storage
Your own Nextcloud server — a Google Drive alternative where you own the data. Files, calendars, contacts, all under your domain.
Private Email Servers
Self-hosted SMTP/IMAP email under your domain. No Google, no Microsoft — your inbox, your rules, your privacy.
Custom Module Development
60+ Odoo modules built and maintained — POS restrictions, inter-company rules, purchase approvals, and more.
We Don't Just Consult.
We Build and Run It.
Everything Self-Hosted
Your ERP, email, and cloud storage on infrastructure you control. No vendor lock-in, no surprise pricing.
Built for Kenya
M-Pesa and KopoKopo integrations that work because we built them for the Kenyan market first.
One Dev, Full Stack
From Python backend to PostgreSQL, Docker containers to SSL certificates — one person who knows the entire system.
Open Source First
Built on Odoo, Nextcloud, Stalwart, PostgreSQL, Docker — no proprietary black boxes.
# Tech-Hub infrastructure stack
# All running on a single VPS
services:
odoo:
image: odoo:19.0 # ERP
domain: odoo.tech-hub.cc
nextcloud:
image: nextcloud:latest # Cloud storage
domain: cloud.tech-hub.cc
stalwart:
image: stalwart:latest # Email server
domain: mail.tech-hub.cc
postgres:
image: postgres:18 # Database
nginx:
image: nginx-proxy-manager # SSL + routing
ports: [80, 443]
# Everything yours. Nothing rented.