▲ ▼ Existing deployment services aren't portable
Currently, existing deployment platform such as Vercel or Netlify, enforce users to use their own CDN. This turns out to be an expensive solution when traffic is high or team is large. It'd be nice to benefit from their nice developer experience while still owning our deployment artifacts and deciding where to upload / host these files.
Indeed! The target audience is users who'd like to take more control and deploy their application on alternative destinations. Usually, these are either applications with high traffic or users with GDPR concerns. When the application has a lot of traffic, Vercel/Netlify becomes very expensive.
We just released an integration on https://www.stormkit.io * which allows users deploying directly to BunnyCDN for instance, this was a request coming from a user who had concerns with:
1. High costs due to bandwidth
2. GDPR issues
and the user was deploying on Netlify.
*PS: I'm the founder so I am opinionated