[ RETURN ]

After 23 Years.
I Lost My Business Empire...

Don't build on the wrong foundation

I spent two decades building a kingdom on the wrong foundation.

Now, I am giving you the blueprint most entrepreneurs WISH they had before getting started.

The Genesis
Chapter I: The Dust
2002

It started in the dust.

Before formalizing in 2008 at Sheria House, I had a kiosk next to "Tibbz Restaurant" in Kawangware-Amboseli. No systems.No safety net.Just raw hunger.

Chapter II: The Illusion
2008

The formal trap.

I registered my business [Ukweli Products] and later rebranded to **Ukweli Crafts**.

See the Business Proof here

I had the papers and the "CEO" title. But underneath, the survival mentality was still running the EMPIRE.

Chapter III: The End
2025

The brutal reality.

23 years later, the structure CRUMBLED & so did my business.

I had to bring down the version of myself that was playing small to build something that lasts...

// 1. We define this GLOBALLY so the Battle section can see it immediately window.openVault = function(zoneId) { var bZone = document.getElementById('builder-zone'); var fZone = document.getElementById('fixer-zone'); var vaultTitle = document.querySelector('.vault-title'); if (bZone) bZone.style.display = 'none'; if (fZone) fZone.style.display = 'none'; var target = document.getElementById(zoneId); if (target) { target.style.display = 'block'; setTimeout(function() { if (vaultTitle) { vaultTitle.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }, 100); } }; // 2. Testimonial Logic (function() { var cards = document.querySelectorAll('.t-card'); if (!cards.length) return; var currentIndex = 0; var timer; window.changeT = function(step) { if (timer) clearInterval(timer); cards[currentIndex].classList.remove('active'); currentIndex = (currentIndex + step + cards.length) % cards.length; cards[currentIndex].classList.add('active'); startTimer(); }; function startTimer() { timer = setInterval(function() { changeT(1); }, 6000); } startTimer(); })();
ESTABLISHED AUTHORITY
Neelma Malde
"The book's greatest strength is its authenticity. Real-life stories that make the tips come to life."
Neelma Malde — Jars of Goodness
Joseph Brian
"Clarity. Confidence. Practical advice. Mfalme Ukweli gets it—and gets you moving in the right direction."
Joseph Brian — GreenStem Supplies
Mary Mwikali
"The book is practical. I like the personal takeaways. And I can relate to them."
Mary Mwikali — BeyondWater
Kawira Mirero
"My initial reaction is… it’s solid advice."
Kawira Mirero — Mambo Pambo
Kemunto Nyakundi
"The first sale gave me confidence… but honestly, the fear never really goes away."
Kemunto Nyakundi — Book Lounge

THE VAULT.

The Sovereign Foundation

Success In Your First Business

THE BLUEPRINT.

• 17 Practical Tips covering mindset, planning, and growth.
• Real-Life Stories of wins, failures, and hard lessons.
• A Founder’s Checklist to help you avoid costly mistakes.
BUY YOUR EBOOK
The Rescue & Recovery

17 Hard Truths

THE ONLY TOOL for EXITING or FIXING.

"Not every story ends in a win, but every ending contains a masterclass. Learn how to dismantle a venture with dignity or salvage your EMPIRE in time."
BUY YOUR EBOOK
(function() { const cards = document.querySelectorAll('.t-card'); if (!cards.length) return; let currentIndex = 0; let timer; window.changeT = function(step) { clearInterval(timer); cards[currentIndex].classList.remove('active'); currentIndex = (currentIndex + step + cards.length) % cards.length; cards[currentIndex].classList.add('active'); startTimer(); }; function startTimer() { timer = setInterval(() => changeT(1), 6000); } startTimer(); })(); window.openVault = function(zoneId) { const bZone = document.getElementById('builder-zone'); const fZone = document.getElementById('fixer-zone'); const vaultTitle = document.querySelector('.vault-title'); if (bZone) bZone.style.display = 'none'; if (fZone) fZone.style.display = 'none'; const target = document.getElementById(zoneId); if (target) { target.style.display = 'block'; setTimeout(function() { vaultTitle.scrollIntoView({ behavior: 'smooth', block: 'start' }); }, 100); } };
The Que Spot Premium Pool Sanctuary Logo - Kahawa West
PHASE I: KAHAWA WEST

THE VISION

"After 20 years of entrepreneurship, I am pouring my heart and experience into building The Que Spot with genuine purpose. We are creating a space where the game of pool meets real community—from serious competitors to amateurs learning from the ground up. It is about more than the game; it is about building meaningful connections and a resilient business foundation. We are building now, and looking for the perfect partners to help grow this legacy together."

  • Elite Networking Environment
  • Drug & Alcohol-Free Clarity
  • M-Pesa Integrated Automation
The Que Spot Interior Design and Financial Breakdown Visual

The Business Logic

Asset Procurement200,000
Site Acquisition100,000
Transparency Tech35,000
Fit-out & Backup120,000
PHASE I TOTALKSh 500,000
Projected Monthly Gross
KSh 100,000

READY TO BACK THE VISION?

Direct line for serious inquiries only.

PLACE DIRECT CALL
document.getElementById('triggerBtn').addEventListener('click', function() { var vault = document.getElementById('investorprospectus'); var isExpanded = this.getAttribute('aria-expanded') === 'true'; if (vault.style.display === "block") { vault.style.display = "none"; this.innerHTML = "Access Partnership Prospectus"; this.setAttribute('aria-expanded', 'false'); } else { vault.style.display = "block"; this.innerHTML = "Close Prospectus"; this.setAttribute('aria-expanded', 'true'); vault.scrollIntoView({ behavior: 'smooth' }); } });
Broadcasting
Mfalme Ukweli TV
Mfalme Ukweli TV

"Sharing my experiences as a son, man, father, husband, and entrepreneur."

Subscribe
Production
Mfalme Ukweli Podcast
PODCAST

"Kenya’s unapologetically honest entrepreneurship podcast. We explore stories of failure, hope, healing, and reinvention."

Latest Episode
UPCOMING FEATURE MFALME UKWELI × SHARED MOMENTS WITH JUSTUS

Legal Identity

Mfalme Ukweli is the professional brand of James Waweru Kinyua.

Data Privacy

Information collected is used strictly for consultation and the delivery of digital assets. Your data remains your own.

function toggleLegal() { var x = document.getElementById("privacy-policy"); var btn = document.querySelector('.legal-trigger'); if (x && x.style.display === "block") { x.style.display = "none"; btn.setAttribute('aria-expanded', 'false'); } else if (x) { x.style.display = "block"; btn.setAttribute('aria-expanded', 'true'); x.scrollIntoView({ behavior: 'smooth' }); } }