I'm a student at the Federal University of Technology, Owerri (FUTO). Between lectures, assignments, and the occasional power outage, I've spent the last three months building something I believe can change how young Africans learn tech skills.
It's called Pantero.
The Problem: Ambition vs. Infrastructure
Here's a scene that plays out daily across Nigeria:
A student finds a great online course. They're excited. They start learning. Then the data finishes. Or the network drops. The momentum dies. The tab gets closed. And the dream of becoming a developer gets pushed to "someday."
I've lived this. And I knew there had to be a better way.
The Solution: An AI Mentor That Works Offline
What if you had a personal mentor that:
- Runs entirely in your browser
- Works without an internet connection after the first load
- Guides you from zero to job-ready skills
- Never judges you for asking the same question twice
That's Pantero. The core idea is simple but technically ambitious: offline-first AI mentorship for African youth.
The Tech Stack (For the Curious)
| Layer | Technology |
|---|---|
| Frontend | React + TypeScript + Tailwind |
| AI Engine | Local-first models running in the browser |
| Hosting | Vercel |
| State Management | React Context + LocalStorage |
| Build Tool | Vite (bootstrapped with Lovable) |
The Hardest Part: Offline AI
The offline AI integration was the biggest technical challenge. I needed models that were:
- Small enough to load quickly on 3G
- Powerful enough to provide real mentorship value
- Capable of running entirely client-side
After testing several approaches, I landed on a combination of quantized models and intelligent caching. The AI runs in your browser, not on a server. Your data never leaves your device. And it works even when you're offline.
Where We Are Now
Pantero is pre-launch. The frontend is complete. The offline AI core is live for testing.
Current metrics:
- ๐ 187+ waitlist members
- ๐ 3+ countries (Nigeria, Ghana, Kenya)
- ๐ ๏ธ 12+ early testers
What I've Learned So Far
- Build for the reality, not the ideal. Assuming everyone has fiber internet is a mistake. Offline-first isn't a featureโit's a necessity.
- Share early, share often. Posting updates on Indie Hackers and WhatsApp has brought more valuable feedback than any closed-door development.
- Your constraints are your differentiator. Being a student with limited resources forced me to keep Pantero lean and focused. That's now a strength.
What's Next (The Roadmap)
- [ ] Polish the AI mentorship flows
- [ ] Add verified credential generation
- [ ] Open beta access for waitlist members
- [ ] Public launch on Product Hunt
Let's Connect
I'm building Pantero in public. If you're a developer, a student, or just curious about offline AI, I'd love to hear from you.
- ๐ Join the waitlist
- ๐ฌ Follow the build: I'm posting weekly updates in this series
Have you tried building offline-first experiences? What challenges did you face? Let's discuss in the comments.
Top comments (0)