aurora
Build Stateless Web Apps with 'plumber2'
A scaffolding and deployment toolkit for building stateless web applications in R on top of the 'plumber2' web framework (<https://plumber2.posit.co/>). The UI is authored with 'bslib' and compiled to a static HTML asset at build time, while 'plumber2' serves the assets and exposes JSON API routes. Provides functions to scaffold app skeletons, run them locally, and generate Dockerfiles and images suitable for 'ShinyProxy' or plain Docker.
README
# Example 01 — hello
Smallest aurora app: one router (`GET /api/echo/say?msg=`) + a UI that calls it
via `aurora.json()`. Canonical layout: `api.R`, `build_ui.R`, `routers/`, `www/js/`.
```r
aurora::aurora_run(system.file("examples/01-hello", package = "aurora"))
```
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.1.12 |
rolling linux/jammy R-4.5 | aurora_0.1.12.tar.gz |
280.2 KiB |
0.1.12 |
rolling linux/noble R-4.5 | aurora_0.1.12.tar.gz |
280.2 KiB |
0.1.12 |
rolling source/ R- | aurora_0.1.12.tar.gz |
195.1 KiB |
0.1.12 |
latest linux/jammy R-4.5 | aurora_0.1.12.tar.gz |
280.2 KiB |
0.1.12 |
latest linux/noble R-4.5 | aurora_0.1.12.tar.gz |
280.2 KiB |
0.1.12 |
latest source/ R- | aurora_0.1.12.tar.gz |
195.1 KiB |
0.1.12 |
2026-04-23 source/ R- | aurora_0.1.12.tar.gz |
0 B |