Shiny
Easy interactive web applications with R observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 65
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 96.5
- age_days: 5187
- days_rel: 72
- days_push: 7
- n_releases_24m: 7
Adoption not part of the score
5682 stars · 1889 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Shiny is an R (and Python) package for building interactive web applications entirely in R or Python code, without needing HTML, CSS, or JavaScript. It uses a reactive programming model so outputs automatically update when user inputs change, with prebuilt widgets and a Bootstrap-based default UI.
Use cases
- build interactive dashboards for data analysis in R
- turn an R analysis script into a live web app
- let users explore datasets with sliders and dropdowns without writing JavaScript
- embed interactive apps inside R Markdown documents
- create data science web apps without web development skills
- prototype interactive visualizations with ggplot2
When to choose
- you work in R or Python and want interactive web apps without learning web development
- you need reactive dashboards for data exploration or reporting
- you want quick prototyping of analytics tools with built-in widgets
When to avoid
- you need a highly custom, pixel-perfect frontend with full control over HTML/CSS/JS
- you are building a large-scale production web service or API
- your team primarily works in JavaScript-centric web frameworks
Facets
framework · maturity stable
web-framework ui-components data-visualization state-management templating caching load-testing web-development data-science data-visualization analytics developer-tools python cross-platform reactive-programming r rstudio posit dashboards bootstrap interactive-apps data-apps web-server
3 sources
- readme: https://github.com/rstudio/shiny · fetched 2026-08-28 · ec5ace867c02
- homepage: https://shiny.posit.co/ · fetched 2026-08-29 · ec5743bbde67
- site_page: https://shiny.posit.co/py/docs/deploy.html · fetched 2026-08-29 · 259fc07dcea4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rstudio/shiny | main | 87 |
| rstudio/shiny-examples | examples | 33 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem