# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://engine.sygnal.com/tech-stack/code-cdn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
