How It Works
Learn how to create, manage, and deploy your static websites with Quick Deploy
Getting Started
Quick Deploy makes it easy to host and manage your static websites. You have two options to get started:
Web Dashboard
Upload your files directly through the browser interface. Perfect for quick updates and managing multiple sites.
Quick CLI
Deploy from your terminal with simple commands. Ideal for automation and integrating into your development workflow.
Step-by-Step Process
Create Your Website
Start by creating a new website through the dashboard. Choose a unique path (URL) for your site and give it a memorable name.
Upload Your Files
Upload your HTML, CSS, JavaScript, images, and other static assets. Your site must include an index.html file as the entry point.
Deploy & Manage
Once uploaded, your website is live immediately! You can:
- View deployment history and track changes
- Monitor analytics and visitor statistics
- Update files anytime by uploading new versions
- Protect your site with password authentication (optional)
Quick CLI
A single binary — no runtime, no installer. Download it, drop it in your PATH, and you're deploying.
curl -Lo quick https://tamere.space/...
chmod +x quick && sudo mv quick /usr/local/bin/
chmod +x quick && sudo mv quick /usr/local/bin/
Create a tools folder
Create a dedicated folder for command-line tools, e.g.:
Move quick.exe into that folder
Move the downloaded file, then optionally rename it to quick.exe:
Add the folder to your PATH
- a. Press Win + R, type
sysdm.cpl, press Enter - b. Open the Advanced tab → click Environment Variables
- c. Under User variables, select Path → click Edit
- d. Click New and enter
C:\tools - e. Click OK on all dialogs
Open a new terminal and verify
Open a new Command Prompt or PowerShell window (existing ones won't pick up the change):
quick-cli version 0.1.0
Commands
Initialize a new project
Log in to your account
Deploy current directory
Preview locally with mock API
API Access
Integrate Quick Deploy into your existing tools and workflows using our RESTful API. Perfect for CI/CD pipelines, automated deployments, and custom integrations.
Example: List your websites
Visit the API Keys page to generate your API key and start building.
Download Starter Files
Get started quickly without installing the CLI
What's Included:
index.html
Responsive HTML template with Tailwind CSS
main.css
Custom styles with CSS variables and animations
application.js
JavaScript helpers for forms and API calls
AGENTS.md
Complete documentation and best practices
ZIP file includes all 4 files ready to customize and deploy
Quick Start Instructions:
- 1. Download and extract the ZIP file
- 2. Customize the HTML, CSS, and JavaScript files to match your needs
- 3. Create a new website from the Websites page
- 4. Upload your customized files to your new website
- 5. Your website is now live!
Need Help?
If you have questions or run into any issues, we're here to help!