Building Production Apps Solo from Madagascar in 2026
๐ŸŒ Read in French
buildinpublicmadagascarengineeringsolo

Building Production Apps Solo from Madagascar in 2026

One engineer, one laptop, no excuses. Here's how I ship production-grade software from Antananarivo โ€” and why geography no longer matters.

2026-03-15ยท2 min read

The assumption I keep breaking

When I tell people I build production software from Madagascar, the reaction is usually the same - a polite smile, a subtle doubt.

"But the internet must be slow." "Don't you need a team?" "How do you find clients?"

In 2026, these are the wrong questions. Geography is no longer a barrier โ€” it's a story.

What "production" actually means

Production doesn't mean perfect. It means:

  • Reliable โ€” the app runs when the client needs it
  • Maintainable โ€” someone else can read the code in 6 months
  • Deployed โ€” it's live, not on localhost
  • Monitored โ€” you know when something breaks before the client does

I've shipped apps used by NGOs, schools, and businesses across Madagascar. Not prototypes. Not demos. Real software with real users.

My actual setup

# What I work with every day
OS: Ubuntu 24.04
Editor: VS Code + Vim keybindings
Stack: Go, Next.js, React Native, Python
Infra: VPS + Docker + GitHub Actions
Coffee: too much

My internet is 4G most of the time. I use offline-first workflows โ€” commit early, push often, test locally. When the connection drops, I keep working.

The real advantage of working solo

A team has meetings. A team has coordination overhead. A team has opinions about tabs vs spaces.

I have none of that.

One person who knows the full stack can move faster than a team of three who need to sync daily. I've seen it happen on every project I've delivered.

"The best engineering is the kind that ships."

What clients actually care about

They don't care where I am. They care about:

  1. Does it work?
  2. Was it delivered on time?
  3. Can I call you when something breaks?

I answer yes to all three. That's the pitch.

What's next

I'm working on a Voice AI platform right now โ€” real-time call handling, multilingual support, built entirely in Go and Python. It's the most technically challenging thing I've built.

And I'm building it from the same desk, in the same apartment, in Antananarivo.

If you want to work together โ€” let's talk.

โ† Blog๐ŸŒ Read in French

More articles