Skip to main content

Project Deployment

Who this is for: developers who want to self-host or customize AiShort. Regular users can just use aishort.top — no need to read this.

Choose a Deployment Model

Pick the model that fits your needs:

ModelBackendNotes
Standard (default)Reuses the official shared backendAfter forking you can customize the site name, description, prompts, etc. (see Configuration); login, favorites, community, and sync work out of the box
Offline EditionNo backend, data stored locally in the browserAir-gapped enterprise or government networks; no account needed
Fully self-hosted backendYour own independent backendWhen you need an independent account system, full data ownership, and a private community

The first two are covered in this guide. For the third, since the backend service isn't open-sourced, please email the developer with a short note about your use case and scale to get a deployment plan and support.

Deployment Docs

The deployment flow is split into the pages below — read whichever ones you need:

  • Standard Deployment — reuses the official shared backend, with local build, Vercel, Cloudflare Pages, and Docker as the four supported methods.
  • Offline Edition — an offline solution for air-gapped environments such as enterprise or government intranets, with no backend and no account required.
  • Configuration and Customization — change the site title, description, and prompts, and connect a custom backend.
  • Keeping Your Fork in Sync — keep your fork following upstream automatically so it doesn't fall behind on features.