项目部署
IMGPrompt 可部署到 CloudFlare、Vercel 或任意服务器。
如何快速开始:
- 零配置托管:直接用 Vercel 一键部署。
- 需要可控环境:本地运行最灵活。
- 偏好容器:拉取官方 Docker 镜像。
无论哪种方式,都能获得同样的多语言体验和 5000+ 提示词库。
部署说明
System Requirements:
- Node.js 20.9 or later.
- macOS, Windows (including WSL), and Linux are supported.
Vercel 部署
点击下方按钮,一键将 IMGPrompt 部署到 Vercel 平台:
通过 Vercel,你可以快速将项目托管,并且可以自动处理构建和部署,适合没有复杂服务器配置需求的用户。
本地部署
确保你已安装 Node.js。
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/app/[locale]/page.tsx. The page auto-updates as you edit the file.
习惯其他包管理器?将示例中的
yarn替换为对应的pnpm或npm命令即可。
Docker 部署
如果你更倾向于在容器环境中运行应用程序,可以使用以下方法通过 Docker 容器运行 IMGPrompt:
运行容器后,你可以在浏览器中访问 http://localhost:5666 来使用该应用。

