Convert scanned PDFs and slide screenshots into editable PPTX with OCR and hosted single-service backend mode.
This template deploys three services in one Zeabur project:
api: FastAPI backend using hosted single-service modeweb: Next.js frontendredis: internal Redis queueThe backend keeps api and worker logic in one service by running sh /app/scripts/run_hosted.sh, which avoids cross-service shared volume issues on hosted platforms.
After deployment:
WEB_ACCESS_PASSWORD.API_BEARER_TOKEN if needed.