Noah Wellinger – Interdisciplinary Designer | Portfolio

I design experiences that enrich everyday life by creating practical and emotional value.






   see all projects 


AboutI am Noah, a 23-year-old interdisciplinary designer with a Bachelor of Arts in Industrial Design.
I’m passionate about designing experiences that enrich everyday life—creating both practical and emotional value. My work spans across disciplines, from industrial design and fashion, to animation, product rendering, and video editing.

Driven by curiosity, I’m always eager to explore new possibilities and exchange with others to create beautiful and practical solutions.


















   Find out more



Instagram
/* Sanfter, natürlicher Hover-Zoom-Effekt nur auf der Seite "Home" */ .page-home img { transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); /* sanftes Beschleunigen & Abbremsen */ transform-origin: center center; will-change: transform; /* optimiert Animation */ } .page-home img:hover { transform: scale(1.1); transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1); /* etwas schnelleres Hineinzoomen */ }