Deploy Shiny Apps

Deploy Shiny Apps to Hal9

Deploy Shiny Apps

In order to deploy Shiny Apps to our cloud, use the hal9 python package:

$ pip install hal9
$ hal9 deploy app --type shiny --main app.R
          
Login required to generate deployment token.
library(shiny)

ui <- fluidPage("Hello, Shiny!")
server <- function(input, output) {}

shinyApp(ui = ui, server = server)

What kind of Shiny Apps can Hal9 create?

Explore Shiny Apps created with Hal9

Next gen

AI platform

Hal9 brings the AI revolution to creators with an all-in-one AI platform specialized in generative AI.

Keep me updated

Privacy Terms © 2025 Hal9 Inc.
0.0.89