Skip to main content

Ricky Nkansah.

# Full-stack developer. AI architect. Founder.

cat bio.txt

Ricky Nkansah is the kind of builder who understands every layer of the stack — from the database wire to the business model on top.

Born and raised in Ghana, Ricky started writing code before most of his peers knew what a terminal was. What began as curiosity became conviction: software could transform how businesses operate across Africa and beyond.

In 2024, he incorporated SmartQix LLC in Columbus, Ohio — not as a services shop, but as a systems company. SmartQix now runs 19 specialized AI agents that handle everything from DevOps to financial operations to content strategy. It's not a demo. It's production infrastructure making real decisions every day.

Along the way, he built SikaBooks (Ghana's smart accounting platform), Sankofa Library (preserving African literature through technology), SmartHome.com.gh (smart home e-commerce), and a growing portfolio of tools for businesses that refuse to stay analog.

Ricky doesn't believe in renting infrastructure or outsourcing thinking. He owns his servers, trains his models, and architects systems designed to outlast any single trend. His philosophy is simple: build things that actually run in production, not things that look good in a pitch deck.

ricky.ascii
██████╗ ██╗ ██████╗██╗  ██╗██╗   ██╗
   ██╔══██╗██║██╔════╝██║ ██╔╝╚██╗ ██╔╝
   ██████╔╝██║██║     █████╔╝  ╚████╔╝
   ██╔══██╗██║██║     ██╔═██╗   ╚██╔╝
   ██║  ██║██║╚██████╗██║  ██╗   ██║
   ╚═╝  ╚═╝╚═╝ ╚═════╝╚═╝  ╚═╝   ╚═╝

8+

years_building

4+

products_shipped

19

ai_agents_live

2

countries

cat package.json | jq .dependencies

What I actually know how to do.

package.json
{
"dependencies": {
"laravel":"^11.0",
"python":"^3.12",
"postgresql":"^16.0",
"redis":"^7.2",
"next.js":"^16.0",
"react":"^19.0",
"flutter":"^3.19",
"typescript":"^5.4",
"tailwindcss":"^4.0",
}
"devDependencies": {
"docker":"^26.0",
"terraform":"^1.8",
"linux":"ubuntu-24.04",
"claude-api":"^latest",
"openai":"^1.30",
"framer-motion":"^11.0",
"three.js":"^0.165",
}
}

git log --oneline --graph

How I got here.

* * a1b2c3d2026(HEAD)Launched 19-agent AI workforce (SmartQix ops)
| * e4f5g6h2024SmartQix LLC incorporated, Columbus OH
| * i7j8k9l2023SmartHome.com.gh — Ghana smart home live
| * m1n2o3p2021SikaBooks v1.0 shipped — first SaaS product
| * q4r5s6t2018Sankofa Library — African literature platform
| * u7v8w9x2015First production commit. Never stopped.
philosophy.js
/*

* I believe the best software is built by people who understand
* what happens at every layer. Not just the UI.
* The database. The wire. The economics.
*
* Build things that actually run in production,
* not things that look good in a pitch deck.

*/
const author = "Ricky Nkansah";