shinylive: Run 'shiny' Applications in the Browser

Exporting 'shiny' applications with 'shinylive' allows you to run them entirely in a web browser, without the need for a separate R server. The traditional way of deploying 'shiny' applications involves in a separate server and client: the server runs R and 'shiny', and clients connect via the web browser. When an application is deployed with 'shinylive', R and 'shiny' run in the web browser (via 'webR'): the browser is effectively both the client and server for the application. This allows for your 'shiny' application exported by 'shinylive' to be hosted by a static web server.

Package details

AuthorBarret Schloerke [aut, cre] (<https://orcid.org/0000-0001-9986-114X>), Winston Chang [aut] (<https://orcid.org/0000-0002-1576-2126>), George Stagg [aut], Garrick Aden-Buie [aut] (<https://orcid.org/0000-0002-7111-0077>), Posit Software, PBC [cph, fnd]
MaintainerBarret Schloerke <barret@posit.co>
LicenseMIT + file LICENSE
Version0.3.0
URL https://posit-dev.github.io/r-shinylive/ https://github.com/posit-dev/r-shinylive
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("shinylive")

Try the shinylive package in your browser

Any scripts or data that you put into this service are public.

shinylive documentation built on April 4, 2025, 5:45 a.m.