Skip to main content

Publish Application

JitAi supports multiple application distribution methods across desktop, server, and cloud environments:

  • Online Distribution: The most convenient approach for publishing, deploying, and updating applications (detailed below)
  • Offline Distribution: Export and import source code between different environments

Publishing your application

Before publishing, configure environment-specific settings as environment variables. For example, the large model API key used in implementing answer generation with AI LLM functions should be set as an environment variable to separate development and production configurations.

Once environment variables are configured, proceed with application publishing:

Setting up production environment

Install the Docker version on your production server by following the Download and Installation guide.

Deploying your application

Updating your application

After making code modifications in your development environment, republish the application. The production environment node console will display update notifications automatically.

For comprehensive information, see Creating and Deploying Applications.