HTTP service for distributing bash scripts via curl with browser-friendly detail pages
PauaShell solves the problem of easily distributing bash scripts by allowing `curl -sSf https://paua.sh/<name> | bash` while also providing styled web pages for browsers. It uses Accept header inspection to serve different content types from the same URL, with full AWS infrastructure as code via Terraform. The project includes a complete stack with Bun server, React frontend, and automated deployment pipeline.
View on GitHub →paua-org/paua.sh