Static Sites
Serve lightweight sites and single-page apps from Yale infrastructure—simple to publish, fast to load, and easy to maintain.
What you can do
- Drop-in hosting of HTML/JS/CSS via S3-backed static sites.
- CI/CD using GitHub Actions to build and deploy automatically on push.
- CDN & cache controls with cache invalidation for fresh content when you need it.
- Public access via approved Yale networking pathways when appropriate.
Great for
- Program or lab sites, documentation portals, lightweight dashboards.
- JS front-ends (React/Vue) that call APIs hosted on Spinup containers or servers.
Related guides
- How Do I use a Spinup Static Website?
- How Do I Deploy a Static Site or JavaScript MVC in Spinup via GitHub Actions?
- How Do I Invalidate the Cache for a Spinup Static Website?
- How Do I Request Public Access to a Spinup-Hosted Web Application?
- Providing End-to-End Encryption for a Web App Hosted on a Spinup Linux Instance