Deploy the iFixedX web app

Build fresh assets

npm run build

Deploy dist/ to your web root (e.g. liveandletdev.com).

Deploy/run the API from dist-server/ or tsx server/index.ts with production .env.

Common “old UI” symptom

If users still see Grok mixer labels or two-column masonry tiles, the host is serving an old dist/ bundle. Rebuild and replace all files under dist/assets/ (hashed filenames change each build).

Environment

Copy .env.example.env on the server. Never commit secrets.

See Environment variables.