Jampack
Optimizes static websites for best user experience and best Core Web Vitals scores.
What is jampack
?
Not a bundler. Not a framework.
jampack
is a post-processing tool that takes the output of your Static Site Generator (aka SSG) and optimizes it for best user experience and best Core Web Vitals scores.
Read the introduction blog post
What can jampack
do?
- Optimize images
- Optimize assets above-the-fold
- Embed small images
- Compress all assets
- Fix things automatically
- Raise warnings
Quick use
# Optimize static website in `dist` folder
npx @divriots/jampack ./dist
For more options see CLI options.
jampack
used in the wild
- divRIOTS.com
- Backlight.dev
- story.to.design
- html.to.design
- WebComponents.dev
- LWC.studio
- Components.studio
- keycloak.ch
- bayjs.org
- qwind.pages.dev
- Bloycey’s Blog
Add yours here
Why is it called jampack
?
jam
: From Jamstack.pack
: Reminescent of the Executable Packers from the 90s.
License
This software is released under the terms of the MIT license.