# Shiny

Easy interactive web applications with R

Repository: https://github.com/rstudio/shiny
Canonical: https://ross.abutalabs.com/products/shiny
Homepage: https://shiny.posit.co/
Language: R
License: NOASSERTION
License Family: other
Topics: r, rstudio, shiny, reactive, web-app, web-development
Last push: 2026-08-26T17:26:31+00:00
Link (homepage): https://shiny.posit.co/
Link (site_page): https://shiny.posit.co/py/docs/deploy.html

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 65, longevity 100
- inputs: {"age_days": 5187, "days_push": 7, "days_rel": 72, "gap_med": 96.5, "n_releases_24m": 7}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5682, forks 1889 (observed 2026-08-28T04:09:27.821139+00:00)

## What it is
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
- artifact type: framework
- maturity: stable
- function: web-framework, ui-components, data-visualization, state-management, templating, caching, load-testing
- domain: web-development, data-science, data-visualization, analytics, developer-tools
- platform: python, cross-platform
- tags: reactive-programming, r, rstudio, posit, dashboards, bootstrap, interactive-apps, data-apps, web-server

## Member repositories
- rstudio/shiny (main) score 87
- rstudio/shiny-examples (examples) score 33

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:27.821139+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:54:15.134579+00:00, confidence not recorded.
  - readme: https://github.com/rstudio/shiny (fetched 2026-08-28T04:09:27.821139+00:00, sha ec5ace867c02)
  - homepage: https://shiny.posit.co/ (fetched 2026-08-29T08:49:32.434169+00:00, sha ec5743bbde67)
  - site_page: https://shiny.posit.co/py/docs/deploy.html (fetched 2026-08-29T08:49:32.464188+00:00, sha 259fc07dcea4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
