TELLR

Categories

Brand Strategy,naming, Design Identity

Client

EMS

Project

TELLR

Services

Entertainment

Year

2026

More than a ticketing app or an events calendar, Tellr is your lifestyle companion that helps you explore, plan, book, and live extraordinary experiences. Whatever you're looking for, Tellr has it.

More than a ticketing app or an events calendar, Tellr is your lifestyle companion that helps you explore, plan, book, and live extraordinary experiences. Whatever you're looking for, Tellr has it.

(function () { let lastPath = location.pathname; function scrollTop() { window.scrollTo(0, 0); } const observer = new MutationObserver(() => { if (location.pathname !== lastPath) { lastPath = location.pathname; scrollTop(); } }); observer.observe(document.body, { childList: true, subtree: true }); window.addEventListener("popstate", scrollTop); })();