To get started, enter the URL of your site.

Add glob patterns for the image URLs you want to allow.

For example, adding *myawesomesite.com/images* will allow all image URLs that match that glob pattern to be processed.
It's recommended to keep your patterns as specific as possible to reduce the chance of unintended usage.

Choose a plan for this site.

10 images
50k req/mo.

100 images
250k req/mo.

1k images
5m req/mo.

10k images
∞ req/mo.

We'll need to add your billing details.

Almost there!

Your site has been setup, but is not yet active as we were unable to charge your card.
Please ensure your billing information is accurate and up-to-date or get in touch with support.

You're all set!

To get started, include the code below in your site's <head>  Check out our docs to learn more.

<script src="https://cdn.jsdelivr.net/npm/salieo.js@0/dist/salieo.min.js" defer></script>
<script>
document.addEventListener("DOMContentLoaded"function({
    salieo({
        site_id"{{ stateData.newSite.id }}"
    });
});
</script>