Choorai

Deploy Basics

Understand key concepts required to publish your code as an internet-facing service.

Commonly confused terms

  • Build: Transform source code into runnable/deployable output
  • Artifact: Build output (e.g., dist)
  • Hosting: Infrastructure that serves the output
  • Runtime: Environment where code actually runs

Frontend deploy flow

  1. Push code
  2. Run npm run build in CI
  3. Upload dist to hosting
  4. Connect domain and DNS

Backend deploy flow

  1. Build container image
  2. Set runtime environment variables
  3. Start service and check health endpoint

Last updated: February 22, 2026 · Version: v0.0.1

Send Feedback

Opens a new issue page with your message.

Open GitHub Issue