Web App (PWA)
Best for most users. Install directly from your browser — no app store needed.
Promptzy is available in several forms — pick the one that fits your workflow.
Web App (PWA)
Best for most users. Install directly from your browser — no app store needed.
npm Package
Run Promptzy locally in seconds with a single global install.
Docker
Self-host anywhere with a single docker compose up command.
Linux Desktop
Native Electron app — .deb or .AppImage for Linux.
The easiest way to use Promptzy is at promptzy.pinkpixel.dev — no installation required. You can also install it as a Progressive Web App for a native-like experience.
On mobile (iOS / Android):
On Desktop (Chrome / Edge):
Install globally:
npm install -g @pinkpixel/promptzyLaunch Promptzy:
promptzyPromptzy starts on http://localhost:4173 and opens in your browser automatically.
No installation needed (run with npx):
npx @pinkpixel/promptzyLegacy commands (still work from older versions):
prompt-dashboardai-prompt-dashboardRun Promptzy as a self-hosted web app in a container.
git clone https://github.com/pinkpixel-dev/promptzy.gitcd promptzydocker compose up --buildPromptzy is now available at http://localhost:3000.
Bake your Supabase and Pollinations credentials into the image so they’re pre-filled on first launch:
VITE_SUPABASE_URL=https://xxxx.supabase.co \VITE_SUPABASE_ANON_KEY=your_anon_key \VITE_POLLINATIONS_API_KEY=pk_your_key \docker compose up --build# Build the imagenpm run docker:build# docker build -t promptzy .
# Run the containernpm run docker:run# docker run --rm -p 3000:80 promptzyNative Electron app for Linux — no browser required.
| Package | Format | Download |
|---|---|---|
| Debian / Ubuntu / Mint | .deb | Promptzy-1.4.3-amd64.deb |
| Universal Linux | .AppImage | Promptzy-1.4.3.AppImage |
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3-amd64.debsudo dpkg -i Promptzy-1.4.3-amd64.debLaunch Promptzy from your application menu or run promptzy in the terminal.
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3.AppImagechmod +x Promptzy-1.4.3.AppImage./Promptzy-1.4.3.AppImageNo installation needed — the AppImage runs anywhere.
Clone the repository and run the development server or build for production.
Clone the repository:
git clone https://github.com/pinkpixel-dev/promptzy.gitcd promptzyInstall dependencies:
npm installStart the development server:
npm run devThe app is now available at http://localhost:8080.
Build for production (optional):
npm run buildnpm run previewOnce Promptzy is running, connect it to your Supabase database for cloud sync: