Deploy shiny app for free

Hello,

As a newbee, I am wondering if their are easy possibilities to deploy shiny apps for free without shinyapps.io?

Kind regards,
Rob

shinyapps.io is free for personal use.

Otherwise, you could try this:

Setting up your own Shiny and RStudio server on a Raspberry Pi - RStudio IDE - Posit Community

If Python is an option, you can host Shiny apps for free directly from a GitHub gist. Read this documentation for details: Shiny for Python - Shinylive: Shiny + WebAssembly

This feature (Shinylive) is still very new, so you might encounter some issues. But I've tested it with simple apps and it works great! I suspect Posit are hoping to achieve similar functionality for R in the future, judging by this recent blog post: webR 0.1.0 has been released

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.