QuickDeploy: Single-Command Web App Deployment to Ubuntu VPS
By
Maximilian Kürschner
9mo ago· 1 min readenProduct
38/100
Stale
Bagelometer↗
The kind of bagel you'd toss to the pigeons.
Score38Typepress releaseSentimentpositive
Summary
QuickDeploy is a tool that allows developers to deploy web applications to their own Ubuntu VPS with a single command. It automatically detects frameworks like Next.js and Nuxt, builds optimized Docker images, and sets up HTTPS with custom domains. Created by Max after experiencing deployment delays during a hackathon, the tool aims to eliminate time-consuming configuration processes for developers needing quick deployments.
Key quotes
· 5 pulledI built this after I was late on the submission at my last hackathon and nearly missed the deadline because I had to spend hours on deploying the app
why isn't there a single command to quickly deploy this app to my own VPS without much configuration
Auto-detects frameworks (e.g. Next.js, Nuxt and more)
Builds an optimized Docker image
Sets up HTTPS + custom domain automatically
QuickDeploy deploys your web app to your own Ubuntu VPS with a single command. It auto-detects frameworks like Next.js, builds an optimized Docker image, and sets up a reverse proxy for https and custom domains. Built for devs that need their app live qui
