Examples
Step-by-step tutorials for deploying real apps on PromptShip.
Flask API
Deploy a Python Flask API with gunicorn.
2 minNext.js App
Deploy a Next.js frontend with multi-stage Docker build.
3 minStatic Site / WASM Game
Deploy a static site, SPA, or WebAssembly game with nginx.
2 minGen AI API Wrapper
Claude or OpenAI API wrapper with Postgres for storing conversations.
5 minMonorepo: Web + API
Next.js frontend and Flask API from the same repo, deployed as two apps.
5 minWASM Game + API
WASM game and Python API in a single app. Nginx serves static files and proxies to Flask.
5 minAndroid App
Build, sign, and submit a Kotlin Android app to Google Play. No Android Studio needed.
5 min