Have you ever wanted to share a project with your friends or community and let them instantly deploy it to their own URL β without touching the command line?
I just built a small app that makes this possible! π
β¨ What My App Does
β Lets users deploy static apps (HTML, CSS, JavaScript) to Vercel.
β With a simple UI and Deploy button, no Git or CLI needed.
β Automatically gives you a free URL: something.vercel.app.
β Uses Vercel Serverless Functions under the hood to trigger real deployments.
Think of it as a "one-click Vercel launcher" for your projects. Perfect for hackathons, Schools, and quick demos.
π οΈ How It Works
You type your static code.
Click Deploy.
My app sends the code to Vercel through their API.
A new deployment goes live on a free .vercel.app domain.
No need to configure GitHub repos or mess with settings β it just works.
The UI is simple but clean:
A "Deploy" button front and center.
A status log showing progress.
Final link to your new .vercel.app site.
Iβll keep improving it (thinking about drag & drop for code folders π).
π Why I Built This
I noticed a lot of people struggle with deploying their projects β even though Vercel is super easy already. My app takes it one step further by removing GitHub and CLI entirely.
Now anyone can:
Share a template with their friends.
Spin up static demos instantly.
Experiment without worrying about setup.
π Try It Yourself
π Live Demo Static App deploying
π‘ Whatβs Next?
Add drag & drop for code folders
Support Next.js projects, not just static HTML/CSS
Maybe a community gallery of templates you can deploy instantly
Thatβs it! π Let me know what you think β would you use this in your own projects?
Top comments (0)