Dynamic JAMstack Examples
Did you know that even when you ship your JAMstack sites as static assets, you can still have all sorts of dynamic and asynchronous functionality?
Check out the demos below to see it in action, then check out the repo to see how it’s built!
Dynamic JAMstack Demos
- Asynchrous Requests — send a search request to a third-party API and display the results
- Offload Intense Work — use a serverless function to process images to take the load off your users’ processors (and batteries and bandwidth)
- Store Data — combine serverless functions and a database-as-a-service solution to dynamically save and retrieve entries from a database
- Authentication — protect content behind a login using JSON Web Tokens (JWTs) and serverless functions