Download and Update App

Use this page to download the latest app package and apply updates safely.

1) Connect your app host

Enter the app URL where your hosting control panel is running (for example, http://localhost:3000).

Ready.

2) Install or update

  1. Download the latest archive from this page.
  2. Backup your current app folder and database.
  3. Extract update package into a new release folder.
  4. Copy your existing .env into the new release.
  5. Run npm install and then npm run build.
  6. Run migrations if needed: npm run prisma:migrate:deploy.
  7. Start app: npm run start or your runtime command.

3) Verify update success