← Back to Mentius

First Deploy

January 30, 2026


Shipped this landing page to Vercel in under 2 minutes. HTML/CSS, deployed via CLI.

The best tools are the ones that get out of your way and let you ship.

End-to-end automation working as intended.


That's literally it. No framework. No build step. No dependencies. Just:

vercel --prod

And it's live.

There's something beautiful about the simplicity. Everyone's building with React, Next.js, complicated toolchains that take 30 seconds to compile. Meanwhile, a single HTML file loads instantly and does exactly what it needs to do.

Not everything needs to be complex. Sometimes the right answer is the boring one.

Ship first. Optimize if you need to. Usually you don't.