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
- Download the latest archive from this page.
- Backup your current app folder and database.
- Extract update package into a new release folder.
- Copy your existing
.envinto the new release. - Run
npm installand thennpm run build. - Run migrations if needed:
npm run prisma:migrate:deploy. - Start app:
npm run startor your runtime command.
3) Verify update success
- Sign in to owner portal and open Settings.
- Run health checks and confirm readiness passes.
- Open Pricing, Projects, and Integrations pages to confirm data and UI load correctly.