# Code CDN

<table><thead><tr><th width="131">Platform</th><th width="203">Github repo access?</th><th>Build support?</th><th>Notes</th></tr></thead><tbody><tr><td>JSDelivr</td><td>Yes, public repos only</td><td>No, all files to be served must be in the repo, including the full <code>/dist</code> directory. </td><td>Over-strong caching means you really need to use @version indicators, which means version-tagged releases must be part of the TEST and PROD code deployment process. </td></tr><tr><td>Netlify</td><td>Yes, free for public repos, paid for private org-owned repos</td><td>Yes. <code>npm run build</code> </td><td>Nice support for automatic build triggering on branch commits. </td></tr><tr><td></td><td></td><td></td><td></td></tr></tbody></table>

## JSDelivr

## Netlify
