Project Deployment
IMGPrompt can be deployed on Cloudflare, Vercel, or any server.
Pick the fastest path:
- Need zero-config hosting: use Vercel one-click.
- Want control and easy edits: run locally.
- Prefer containers: pull the Docker image.
All options keep the same multi-language experience and 5,000+ prompt library.
Deployment Instructions
System Requirements:
- Node.js 20.9 or later.
- macOS, Windows (including WSL), and Linux are supported.
Vercel Deployment
Click the button below to deploy IMGPrompt to the Vercel platform with a single click:
With Vercel, you can quickly host your project, and it will automatically handle building and deployment. This option is ideal for users with no complex server configuration needs.
Local Deployment
Ensure you have Node.js installed.
Open http://localhost:3000 in your browser to see the result.
You can start editing the page by modifying the src/app/[locale]/page.tsx file. The page will auto-update as you make changes.
Prefer another package manager? Replace
yarnwithpnpmornpmequivalents.
Docker Deployment
If you prefer to run the application in a containerized environment, you can use the following method to run IMGPrompt via Docker:
Once the container is running, you can access the application in your browser at http://localhost:5666.

