I Am a 19 Year Old Founder in Nigeria Building a Startup With No Laptop. Here Is How I Do It.
The Reality Nobody Talks About
Most build in public content you see online comes from founders with MacBooks, stable WiFi, co-working spaces and enough runway to experiment freely.
This is not that story.
I am Asym. 19 years old. CS student in Nigeria. Building a startup called One Question with nothing but a phone, data bundles I buy in chunks and obsession that refuses to die.
No laptop. No stable internet. No local development environment. No budget.
And the frontend of my startup is live right now at onequestion.space.
This article is the complete breakdown of how I did it and how I am continuing to build the backend right now using Termux at midnight.
The Constraints I Am Working With Every Single Day
Before I get into the tools and methods let me paint the picture clearly so you understand the context behind every decision I make.
Internet: Nigeria does not have unlimited internet. We buy data in chunks. When it runs out everything stops. My home internet provider went into a full blackout for an entire week recently. I solved it by walking to a Starlink distribution shop just to keep posting and building.
Device: One phone. No laptop. Everything you are about to read was done on a single Android device.
Power: Load shedding is real. I build at night when my battery is full and race against the percentage dropping.
Money: My entire May budget for this startup was $6.67. That covered my domain, my email and X Premium. Revenue is currently $0.00 and I am completely fine with that because I am building the foundation.
Time: I am a full time CS student. I draft posts offline, schedule them on Sundays and build at night. This is why I call myself the night builder.
The Tools That Make It Possible
This is the part developers actually want to know. Here is every tool in my phone only stack:
Project Management
GitHub Mobile — every commit, every branch, every push done entirely from my phone browser
Browser Based IDE
StackBlitz — this replaced VS Code entirely. Full browser based development environment that runs on any device with a browser. This was the single most important discovery in my entire journey.
AI Coding Agents
Manus.im — this is my most powerful tool. Manus has a built in computer which means it can run terminal commands, execute code and deploy things autonomously. I run two separate Manus accounts simultaneously handling different parts of the project.
v0.app — frontend generation. I use this specifically for UI components and page structure.
ChatGPT — project architect. I use ChatGPT to structure the entire project, build the roadmap and generate the exact prompts I use across every other tool.
Terminal
Termux — a full Linux terminal running directly on Android. This is what I am using right now to build the backend. No laptop terminal needed.
Deployment
Vercel — one click deployment connected directly to my GitHub repository. The frontend went live from my phone in minutes.
Domain
Namecheap — bought onequestion.space for $1.18 and connected it to Vercel directly from my phone browser.
The Strategy That Changed Everything
Here is the part nobody else is talking about and the insight that made the biggest difference in my entire build process.
Do not let one AI agent handle everything.
When you give a single AI agent too much context it starts hallucinating. The responses get worse. The code gets messier. The whole thing starts breaking down.
So I split the work.
Two Manus accounts. Each one handling a completely separate part of the project. One focused on frontend logic. One focused on structure and integration. Neither one overloaded with context from the other.
But here is the problem that creates — how does Agent B know where Agent A stopped?
The .md file solution.
I created a single markdown file inside the project that explains:
- What the project is
- What has been built so far
- Where the last agent stopped
- What the next agent needs to do
Every time I switch agents or start a new session I paste that file into the context first. The agent immediately understands the full picture without me having to explain everything from scratch.
This one method saved me days of repeated work and confused AI responses.
What I Have Shipped So Far
Built entirely on a phone:
— Full Next.js frontend deployed at onequestion.space
— GitHub repository with clean commit history
— Custom domain connected and live
— Professional email at hello@onequestion.space
— Backend development started using Termux
Total cost: $6.67
The Mindset Behind The Method
I want to be honest about something.
Every constraint I have hit in this journey has forced me to find a better path. No laptop taught me StackBlitz. No stable internet taught me to work offline and queue everything. No money taught me that free tools can build real products. No terminal taught me Termux.
The constraints are not the enemy. They are the curriculum.
Most founders wait until they have the right tools. I have learned that the right tools are whatever is available right now and the skill is figuring out how to make them work together.
I am not writing this as someone who figured it all out. I am writing this as someone who is figuring it out right now in real time at midnight on a phone in Nigeria.
What Is Next
The backend is being built right now using Termux. Every step is being documented publicly.
If you are building with constraints — no laptop, limited internet, no budget, no team — I want you to know that the thing you are waiting for before you start is not coming. Start with what you have.
Follow the journey on X at @asym_alwali where I post every tool, every problem and every solution in real time.
The mission is alive.
_Chimera
Top comments (0)