Playground
Prismic Playground
Native SDK + API ProxyRun real requests through the Cachely edge proxy and see how server-side token injection, edge caching, asset URL rewriting, preview bypass, and AI transforms work for Prismic.
Choose a provider
Every provider has its own playground
Full API proxy demo — fetch Prismic content through your tenant domain with server-side token injection and automatic asset URL rewriting.
API requests proxied through /~apiAsset URLs rewritten in JSON responseServer-side token injectionEdge-cached API responses
Integration facts (verified against the SDK)
- SDK module
- @cachely-io/sdk/prismic
- Built-in provider id
- Yes —
provider: 'prismic'is registered - Real SDK exports used
createCachelyPrismicClientcreateCachelyFetch- CLI setup
- Wires the native Prismic integration (composable + client).
Recommended: createCachelyFetch with @prismicio/client (minimal), or createCachelyPrismicClient (fresh)
✓ Supported ◐ Partial — Not applicable
Native SDK + API Proxy- ✓Supported
API proxy
- What it does
- Routes CMS API calls through the Cachely edge.
- Use it for
- Hiding tokens, caching CMS responses, using one tenant domain.
- Benefit
- Faster repeated reads, safer public apps, unified delivery.
- ✓Supported
Server-side token injection
- What it does
- Keeps CMS credentials on the edge/server side.
- Use it for
- APIs that normally require private tokens.
- Benefit
- The token never ships to the browser.
- ✓Supported
Edge cache
- What it does
- Caches CMS/API responses at the edge.
- Use it for
- Repeated content reads and high-traffic pages.
- Benefit
- Lower origin/CMS usage, faster responses, better resilience.
- ✓Supported
Asset URL rewriting
- What it does
- Rewrites CMS asset URLs inside JSON responses to your tenant domain.
- Use it for
- Serving images/assets from the same delivery layer.
- Benefit
- Fewer third-party domains, edge delivery, simpler security policy.
- ✓Supported
Preview / bypass mode
- What it does
- Skips the cache for fresh CMS/editor preview content.
- Use it for
- Preview flows, draft content, editor QA.
- Benefit
- Editors see fresh content without disabling production cache.
- ✓Supported
AI transforms
- What it does
- Applies a named AI transform profile to eligible JSON/text responses.
- Use it for
- Localization, summaries, formatting, content adaptation.
- Benefit
- Transform responses without changing the CMS or app code.
- ✓Supported
Native SDK integration
- What it does
- Wraps the provider SDK and automatically proxies its requests.
- Use it for
- Nuxt/Next apps that already use the CMS SDK.
- Benefit
- Minimal code changes, safer defaults.