Hosted Apps
Zerve's Hosted App feature is designed to streamline and enhance the deployment and management of web applications. This include benefits such as Ease of Deployment, Scalability, friendly interface.
Steps to Create a Hosted App on Zerve
Navigate to Hosted Apps:
From Zerve's organization dashboard, select the "Hosted Apps" tab.
Configuration:
App Type: Choose the type of application to deploy. In the screenshot, the user's can select between "Python" and "R".
App Name: Enter a name for the app. This will be part of the API address. In the given example, the app name is "whisperv2".
App Script Name: Specify the main script that will run on the server. In the given example, it's "streamlit_app.py".
File Upload:
Upload the archive file containing the application code. The screenshot shows an uploaded file named "Archive.zip".
Requirements:
If the application has dependencies, the user can add them by clicking on "Add package" under the Requirements section.
Deploy App:
Once the user have configured all the settings and uploaded your files, click the "Deploy App" button. This will deploy the application to the provided API address.
Additional Features
Build Logs: This feature helps the user to view the build logs to monitor the deployment process and troubleshoot any issues.
Custom DNS: If needed, configure custom DNS settings for the hosted app.

Last updated