All writing
5 minTermuxWorkflow

I Built and Deployed This Portfolio From an Android Phone

This entire portfolio — the Next.js 14 codebase, the Git history, the Vercel deployment — was set up from an Android phone using Termux. Here's the honest breakdown of what works and what doesn't.

Termux gives you a real Linux environment: Node.js, Git, nano, ssh. Installing the toolchain takes ten minutes. Cloning, editing data files, committing and pushing all work exactly like on a desktop.

The catch: Next.js dev mode needs a native SWC binary that doesn't exist for Android. So `npm run dev` fails locally. The solution is architectural — let Vercel be your build machine. Push to GitHub, and Vercel compiles and deploys in two minutes.

That constraint accidentally taught me the professional workflow: small commits, push often, verify on the deployed preview. It's exactly how teams ship at real companies — the phone just removed the option of being lazy about it.

Takeaway: the barrier to entry for web development is lower than ever. If the device in your pocket can ship production websites, the only question left is what you're going to build.

Manashjyoti Bora

Full Stack Software Developer · Writing about motion, performance and craft. Say hello →