Code

Built in house.

Tools from our own development work, born in real client projects: a consent manager for Webstudio and WordPress plugins that bring data onto websites automatically.

New · 14/09/2026Open Source

Native CMP

The free consent manager for Webstudio. Blocks scripts, embeds, YouTube and Vimeo until visitors give their consent, and is built entirely from native Webstudio elements.

Platform
Webstudio
Version
1.2.1
Licence
AGPL-3.0
Price
Free
In use atIhr MalerBTB SteuerberatungKüchen Geheimtipp
nativecmp.com
Website nativecmp.com
Code plugin

WordPress plugin that imports Google reviews via SerpApi, stores them as a custom post type and updates them automatically on a schedule.

Version 1.1.1 · On requestDetails
Code plugin

WordPress plugin that imports vehicles through the mobile.de API, including images, categories, automatic updates and Elementor integration.

Version 1.0.0 · On requestDetails

Bespoke development

Need a tool that does not exist yet?

Interfaces, imports, automations or your own Webstudio components: we build them for your project.

// Native CMP: load the service only after consent
<script type="text/plain"
  data-cmp-service="google-analytics">
  gtag('config', 'G-XXXX');
</script>

// consentServices
[{ "name": "google-analytics",
   "cookies": ["^_ga", "_gid"],
   "default": false }]