Endless Studio — The Grad Project, class of 2026
Why we do this

A graduation lasts a day —
the memory should last a lifetime.
So we craft garments that carry
your school years, timeless pieces
that hold endless memories. Always grateful.

Start Your Class Project →
“All the memories fit to wear.”

The Grad Project

Late Edition
Vol. II · No. 2026 Amsterdam · Class of 2026 Made to order
var items = ["Endless Studio","The Grad Project","Class of 2026 — Always Grateful", "International School Eindhoven","Amsterdam International Community School","Erasmus University College"]; var t = document.getElementById('ticker'); if(t){var block = items.map(function(x){return ''+x+'';}).join('');t.innerHTML = block + block;} var lang = document.getElementById('lang'); if(lang){ lang.querySelectorAll('.lang-menu a').forEach(function(a){ a.addEventListener('click',function(e){e.preventDefault(); lang.querySelector('.lang-code').textContent=a.getAttribute('data-code'); lang.querySelectorAll('.lang-menu a').forEach(function(x){x.classList.remove('active')}); a.classList.add('active');lang.removeAttribute('open');}); }); document.addEventListener('click',function(e){if(!lang.contains(e.target))lang.removeAttribute('open');}); }