Title

Configurator

Configurator

Category

AI Commercial

AI Commercial

Client

Warema

Warema

Year

2026

2026

Overview

AI product commercial for sun shade manufacturer

Together with Engel + Franky, we created an AI-powered product campaign for Warema that playfully showcases how the new configurator works - with visuals generated entirely by AI.

Credits

Agency

Engel + Franky

Engel + Franky

Creative Director

Timo Schlenstedt

Timo Schlenstedt

import type { ComponentType } from "react"



export function withoutFramerBadge(Component): ComponentType {

return (props) => {

return (

<>

<style>

{`

#__framer-badge-container { display: none !important; }

`}

</style>



<Component {...props} />

</>

)

}

}