About

What we do
The why, the when and the where
Long term impact with y4p action teams
Our mobile event studio
Global film challenges

Projects

This is just placeholder text. Don’t be alarmed, this is just here to fill up space since your finalized copy isn’t ready yet.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

for students & storytellers

for teachers & multipliers

for Partners & friends

Our mission

Become a storyteller and make a difference!

Learn the art of filmmaking and transform your smartphone into a tool for storytelling. Join our community to share your message and inspire positive change.

Find out more

Empower Your Students to Shape Their Future.

Be an advocator for change and unleash your students potential with youth4planet workshops on sustainability. Our unique approach uses students' own smartphones to create impactful films, while boosting creativity, engagement and learning valuable future skills.

Find out more

Be a spokesperson for youth and invest in the next generation with youth4planet

Join us in our mission to empower young people and create a more sustainable future. Our innovative workshops and programs not only inspire and educate the next generation, but also provide opportunities for increased visibility and impact for our partners.

Find out more

Our mission

Y4P supports the transformation of society in accordance with the SDG's. We are convinced of the power that unfolds in collaborative action for a barrier-free and fulfilling coexistence. We organize processes of self-empowerment that promote living in harmony with the diversity of the planet, based on mutual respect and responsibility. Our vision for the future is driven by the confidence that the seeds for responsible and sustainable action are planted in each of us.

Join the Youth4planet Climate Action Dialogue @COP28

„Time is running short for climate action“ is the message UN General Secretary António Guterres, scientific institutions like the IPCC and media outlets around the planet are spreading. But what are the consequences for your institution, for your students, for their career?

Join us at COP28

Join the youth choir at COP28

Register your youth choir to sing in the Global Youth Choir for COP28 with Youth4Planet. This is the first Global Youth Choir from seven continents assembled for Climate action! To support the voice of youth and bring all voices from around the world together at COP28, Youth4planet with Discover Your Voice invites all youth choirs around the world to perform this amazing song written by One Gener8ion – “All of Us”, led by Global Choir Director Corinne Gibbons. We all need a new “We are the World” anthem, and this is it for youth around climate change.

Join the choir
  • Livestream from COP28 Dec 1st

    2
  • CreatiVelo meets cycling heros

    During the summer, we met some cyclists along the way. Here are some statements from our discussions with them. Here you find the blogpost about these cycling heroes.

    3
  • CreatiVelo meets Move.

    The first video of the Earthbeat Luxembourg Tour is out. In the summer we visited Move. the youth group of the Mouvement Écologique at Oekozenter Pafendall in Luxmbourg. Read the…

    12
  • CreatiVelo meets Claude WISELER – CSV

    Wat hunn déi verschidde Politiker:innen zur Nohaltegkeet ze soen? Mir ware mam CreatiVelo um Stater Maart fir mat e puer Politiker:innen een impromtu Interview ze maachen.

    11
  • CreatiVelo meets Tom WEIDIG & Alex PENNING – ADR

    Wat hunn déi verschidde Politiker:innen zur Nohaltegkeet ze soen? Mir ware mam CreatiVelo um Stater Maart fir mat e puer Politiker:innen een impromtu Interview ze maachen.

    12
  • CreatiVelo meets Jessie THILL – Déi Gréng

    Wat hunn déi verschidde Politiker:innen zur Nohaltegkeet ze soen? Mir ware mam CreatiVelo um Stater Maart fir mat e puer Politiker:innen een impromtu Interview ze maachen.

    6
  • CreatiVelo meets Gabriel BOISANTE – LSAP

    Wat hunn déi verschidde Politiker:innen zur Nohaltegkeet ze soen? Mir ware mam CreatiVelo um Stater Maart fir mat e puer Politiker:innen een impromtu Interview ze maachen.

    4
  • CreatiVelo meets Nicolas WURTH & Corinne CAHEN – DP

    Wat hunn déi verschidde Politiker:innen zur Nohaltegkeet ze soen? Mir ware mam CreatiVelo um Stater Maart fir mat e puer Politiker:innen een impromtu Interview ze maachen.

    3
  • CreatiVelo meets Sven CLEMENT – Piraten

    Wat hunn déi verschidde Politiker:innen zur Nohaltegkeet ze soen? Mir ware mam CreatiVelo um Stater Maart fir mat e puer Politiker:innen een impromtu Interview ze maachen.

    6
  • CreatiVelo Luxembourg Tour Trailer

    16
  • CreatiVelo

    Take you creativity on the road. Get to know our rolling creative studio!

    Earthbeat

    Find out about our Subbrand for Events and international film challenges

    Who we are

    Learn about who we are and why we do what we do :)

    Manifesto

    Youth of the planet unite! Read and sign our manifesto for a better future!
    <script type='text/javascript'>
    document.addEventListener("DOMContentLoaded", () => {
      
      /* provide the identifier */
      const sliderIdentifier = 'iborgo';
    
      /* listen for slider being initialised */
      document.querySelector('.x-slider[data-x-id=' + sliderIdentifier + ']').addEventListener( 'x_slider:init', () => {
    
        /* get the Splide instance to control the slider */
        const sliderInstance = xSlider.Instances[sliderIdentifier];
    
        console.log(sliderInstance);
    
        const playSlider = () => {
          //sliderInstance.Components.Autoplay.pause();
          sliderInstance.Components.Autoplay.play();
        };
    
        const pauseSlider = () => {
          sliderInstance.Components.Autoplay.pause();
        };
    
        /* start playing the slider after 4 seconds */
        var playSliderTimeout = setTimeout(playSlider, 6000);
    
        /* listen for arrow clicks */
        const prevArrow = document.querySelector('#home-slider .splide__arrow--prev');
        const nextArrow = document.querySelector('#home-slider .splide__arrow--next');
        prevArrow.addEventListener('click', pauseSlider);
        nextArrow.addEventListener('click', pauseSlider);
    
        /* stop playing the slider when the window is scrolled more than 100px */
        window.addEventListener('scroll', () => {
          if (window.scrollY > 100) {
            pauseSlider();
          } else {
            playSlider();
          }
        });
    
        // Get a reference to the video element
        var myVideo = document.querySelector('#home-video video');
        
        var videoIteration = 1;
    
        // Pause the autoplay when the video is playing
        myVideo.addEventListener('play', function() {
          	
            console.log("PLAY");
          	clearTimeout(playSliderTimeout);
          	if( videoIteration == 1 ){
            pauseSlider();
            }
          	
        });
        
        
        // Mute the video if the current slide is not the first
        sliderInstance.on('move', (newIndex) => {
          if (newIndex !== 0) {
            myVideo.muted = true;
            console.log("mute video");
          } else {
            myVideo.muted = false;
            console.log("unmute video");
          }
        });
    
        // Resume the autoplay when the video ends
        myVideo.addEventListener('ended', function() {
          
          if (sliderInstance.index === 0 && videoIteration == 1) { // check if the current slide is the first one
            console.log("ENDED");
            sliderInstance.go('>'); // go to the next slide
             // start autoplaying the slider
            
            playSlider();
          }
          
          this.play(); // start playing the video again
          videoIteration++;
        });
    
      }); // x_slider:init
    
    });// DOM content loaded
    
    </script>
    youth4planet
    Free stock photo of adolescent, adult, carefree
    Newsletter