The fast and easy way to make your websites load faster
Serve open source files quickly
Serve file from GitHub
GEThttps://cdn.statically.io/gh/:user/:repo/:tag/:file
Serve file from GitLab
GEThttps://cdn.statically.io/gl/:user/:repo/:tag/:file
Serve file from Bitbucket
GEThttps://cdn.statically.io/bb/:user/:repo/:tag/:file
Live demo
GEThttps://cdn.statically.io/gh/mrdoob/three.js/dev/build/three.min.js
or useConvertto easily convert links. ProTip: Add .min
to URL of CSS, JS, SVG, HTML, and XML files to get a minified version.
Accelerate WordPress static assets instantly
Thanks to our official WordPress plugin, it allows you to easily optimize static files like images, JavaScript & CSS, on-the-fly, and serve them from our global CDNs.
WP Core CDN
GEThttps://cdn.statically.io/wp/c/:version/:file
WP Plugins CDN
GEThttps://cdn.statically.io/wp/p/:plugin/:version/:file
WP Themes CDN
GEThttps://cdn.statically.io/wp/t/:theme/:version/:file All files on WP Core CDN, Plugins CDN, and Themes CDN are mirros from WordPress SVN.
Optimize and resize images effortlessly
Quick startGEThttps://cdn.statically.io/img/:domain/:image
Resize image by width (w=:pixel)GEThttps://cdn.statically.io/img/:domain/w=:pixel/:image
Resize image by height (h=:pixel)GEThttps://cdn.statically.io/img/:domain/h=:pixel/:image
Enable auto-WebP (f=auto)GEThttps://cdn.statically.io/img/:domain/f=auto/:image
Adjust quality (q=:percentage)GEThttps://cdn.statically.io/img/:domain/q=:percentage/:image
Combine params
Params can be combined using commas and after /img/:domain/ path.GEThttps://cdn.statically.io/img/:domain/f=auto,w=:pixel/:imageGEThttps://cdn.statically.io/img/:domain/h=:pixel,q=:percentage/:image
Live demo
GEThttps://cdn.statically.io/img/staticsite.fun/w=300,h=500/cat.jpg
GEThttps://cdn.statically.io/img/staticsite.fun/f=auto,w=600,h=400/dog.jpg A feature: WebP will automatically served when image is smaller than the original (currently available over Cloudflare only).
Easily generate beautiful avatar images
Quick start
GEThttps://cdn.statically.io/avatar/:text
Resize by size (s=:pixel)
GEThttps://cdn.statically.io/avatar/s=:pixel/:text
Use circle shape (shape=circle)
GEThttps://cdn.statically.io/avatar/shape=circle/:text
Use rounded shape (shape=rounded)
GEThttps://cdn.statically.io/avatar/shape=rounded/:text
Live demo
GEThttps://cdn.statically.io/avatar/foo
GEThttps://cdn.statically.io/avatar/shape=circle/bar
GEThttps://cdn.statically.io/avatar/shape=rounded/you
This service is open source, code available on GitHub.
Create beautiful Open Graph images with ease
Quick start
GEThttps://cdn.statically.io/og/:text.jpg
Use dark theme (theme=dark)
GEThttps://cdn.statically.io/og/theme=dark/:text.jpg
Set font size (fontsize=:numeric)
GEThttps://cdn.statically.io/og/fontsize=:numeric/:text.jpg
Use PNG (.png)
GEThttps://cdn.statically.io/og/:text.png
Combine params
Params can be combined using commas and after /og/ path.
GEThttps://cdn.statically.io/og/theme=dark,fontsize=:numeric/:text.jpg
Live demo
GEThttps://cdn.statically.io/og/Hello World.jpg
Use our official WordPress plugin to auto-generate OG Image meta tag for your website.
Automagically converts URL to image and PDF
Quick start
GEThttps://cdn.statically.io/screenshot/:url
Getting mobile version (device=mobile)
GEThttps://cdn.statically.io/screenshot/device=mobile/:url
Getting full page (full=true)
GEThttps://cdn.statically.io/screenshot/full=true/:url
Combine params
Params can be combined using commas and after /screenshot/ path.
GEThttps://cdn.statically.io/screenshot/device=mobile,full=true/:url
Live demo
GEThttps://cdn.statically.io/screenshot/google.com
GEThttps://cdn.statically.io/screenshot/full=true/wikipedia.org
Image resizing `w` and `h` available only on desktop mode. Screenshot can also be accessed using `/s/` path which will be redirected to `/screenshot/` for practical use purposes.