---
title: "Cloudflare integration — Sleekplan | Sleekplan"
canonical_url: "https://sleekplan.com/integrations/cloudflare"
last_updated: "2026-05-28T16:20:56.143Z"
meta:
  description: "One-click install for any Cloudflare-powered app. No DNS changes, no code edits."
  "og:description": "One-click install for any Cloudflare-powered app. No DNS changes, no code edits."
  "og:title": "Cloudflare integration — Sleekplan | Sleekplan"
---

# One-click install for any Cloudflare-powered app. No DNS changes, no code edits.

## Overview

Deploy the Sleekplan widget to any Cloudflare-fronted property in one click. The Cloudflare Workers app injects the widget script at the edge, so you don't touch the origin codebase or redeploy your app to ship feedback collection.

## How it works

Once installed, a Cloudflare Worker sits in front of your origin and injects the Sleekplan script tag into matching responses. Configure which paths get the widget via the Worker dashboard; by default it runs on the whole site.

The injection is content-aware: HTML responses get the script, everything else passes through untouched. There's no measurable latency cost. The Worker runs at the edge in the same datacenter as your CDN cache.

## Configure

Install the Sleekplan app from the Cloudflare Apps directory, pick the zone you want it on, and paste your workspace ID. No DNS changes, no code edits, no origin redeploy. Disabling rolls back in seconds: uninstall the app or pause the Worker.

## **Explore other integrations **

[**Browse all **](https://sleekplan.com/integrations)

[![WordPress logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/wordpress.png)**WordPress** Single sign-on into any WordPress-powered site so users post feedback under their identity.](https://sleekplan.com/integrations/wordpress) [![Intercom logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/intercom.png)**Intercom** Capture feedback inside your Intercom Messenger and surface your roadmap + changelog on the Home screen.](https://sleekplan.com/integrations/intercom) [![Slack logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/slack.png)**Slack** Manage feedback from Slack: create posts, ship changelog updates, and get notified on every CSAT vote.](https://sleekplan.com/integrations/slack)

Build your own

## **Don't see it?**Build it.

REST API, real-time webhooks, JavaScript SDK and a full MCP server. Everything our own integrations use is yours to call.

[**Read the docs **](https://sleekplan.com/docs) [**Suggest an integration **](https://feedback.sleekplan.com/feedback/add?type=integrations)

POST/v1/posts 200 OK · 84MS

```
$ curl -X POST https://api.sleekplan.com/v1/posts \
  -H "Authorization: Bearer $SLEEK_KEY" \
  -d '{"title": "Bulk re-categorise", "category": "feature"}'

{
  "id": "p_482",
  "score": 0.81,
  "tags": ["inbox", "feature"]
}
```