Hey developers! ๐
I'm Vinnu (@vinnugollakoti), Software Engineer from India. Over the years, Iโve worked on Web2, Web3, and multiple AI projects. One thing that always frustrated me was the constant context-switching between terminal, browser, GitHub dashboard, Vercel, and Render.
So, I built gpushx โ a lightweight, developer-friendly CLI that brings the entire workflow into the terminal.
What is gpushx?
gpushx is a smart CLI tool that lets you:
- Create GitHub repositories
- Push branches
- Create Gists
- Merge PRs
- Deploy to Vercel (frontend)
- Deploy to Render (backend)
โฆall with simple, memorable commands.
Install it right now:
pnpm i -g gpushx
# or
npm install -g gpushx
Why I Built gpushx ?
As a solo builder and indie hacker, I was tired of this repetitive flow:
Go to GitHub โ Create repo โ Copy commands
Push code
Go to Vercel/Render โ Create project โ Connect repo โ Deploy
With gpushx, I reduced this entire process to just 2โ3 commands.
Key Features That I Love
gpush setup, One-time GitHub login (Device Flow)
gpush init [name], Initialize git + create repo + first push
gpush create <branch-name>, "Create branch, commit, push + optional PR"
gpush merge <branch>, Merge branch into main via PR
gpush verify, Beautiful status of your repo
gpush gist <file>, Create GitHub Gist instantly
gpush deploy vercel --prod, Full Vercel deployment
gpush deploy render, Full Render backend deployment
Who Should Use gpushx?
Indie hackers & solo developers
Full-stack engineers who ship fast
Students and beginners who hate browser workflows
Anyone tired of GitHub CLI complexity
Whatโs Next?
Iโm planning to add:
Support for Netlify & Railway
Better error handling and gpush doctor
Multi-platform support (GitLab coming soon?)
Final Thoughts
gpushx is still early, but itโs built with love for developers who just want to build and ship faster.
If you try it, Iโd love to hear your feedback โ whatโs missing, whatโs painful, or what you want next.
Drop a comment below ๐
About the Author
Vinnu Gollakoti
Building AI tools & developer experience products
Creator of gpushx, lioric-react, and more.
Follow me on X: @VinnuGollakoti
Top comments (0)