めみぶん


Hiya, i'm memibun

Variety Streamer • Content Creator• Community Builder


about


  •    name    memi

  •    pronouns    she/her/any

  •    specie    human by choice & elf by nature

  •    timezone    GMT

  •    location    ireland

𝒂𝒍𝒍 𝒕𝒉𝒆 𝒅𝒂𝒓𝒌𝒏𝒆𝒔𝒔 𝒊𝒏 𝒕𝒉𝒆 𝒘𝒐𝒓𝒍𝒅 𝒄𝒂𝒏𝒏𝒐𝒕 𝒆𝒙𝒕𝒊𝒏𝒈𝒖𝒊𝒔𝒉 𝒕𝒉𝒆 𝒍𝒊𝒈𝒉𝒕 𝒐𝒇 𝒂 𝒔𝒊𝒏𝒈𝒍𝒆 𝒄𝒂𝒏𝒅𝒍𝒆

" ㅤabout ! "
ㅤHello, I’m memi! I'm also known as valentina, a german/albanian but english-speaking hybrid-Vtuber variety content creator on twitch and other socials, based in ireland. I'm also a partially deaf and quite chaotic but playful bean, who's affinity is retro, rpg and fps games.
My long-term dream is to keep growing a supportive community while also having the opportunity to work with brands and creators who share similar values.I want to continue building something meaningful; a space where people feel comfortable, represented and excited to be part of my journey...- our journey.a little-big dream of mine is to collaborate with brands I’ve genuinely supported and enjoyed long before working with them.

Enquiry Sent!

Thank you so much for reaching out. Your message has been delivered successfully and I'll get back to you soon ✨

/* ===== ELEMENTS ===== */ const enquiryPopup = document.getElementById( "enquiryPopup" ); const successPopup = document.getElementById( "successPopup" ); const form = document.getElementById( "businessForm" ); /* ===== OPEN POPUP ===== */ document .querySelectorAll( ".openEnquiryPopup" ) .forEach(button => { button.addEventListener( "click", function(){ enquiryPopup.style.display = "block"; }); }); /* ===== CLOSE POPUP ===== */ document .getElementById( "closeEnquiryPopup" ) .addEventListener( "click", function(){ enquiryPopup.style.display = "none"; } ); /* ===== CLOSE SUCCESS ===== */ document .getElementById( "closeSuccessPopup" ) .addEventListener( "click", function(){ successPopup.style.display = "none"; } ); /* ===== CLICK OUTSIDE ===== */ window.addEventListener( "click", function(event){ if(event.target === enquiryPopup){ enquiryPopup.style.display = "none"; } } ); /* ===== FORM SUBMIT ===== */ form.addEventListener( "submit", async function(e){ e.preventDefault(); const formData = new FormData(form); const object = Object.fromEntries(formData); const json = JSON.stringify(object); const response = await fetch( "https://api.web3forms.com/submit", { method: "POST", headers: { "Content-Type": "application/json", Accept: "application/json" }, body: json } ); const result = await response.json(); if(result.success){ enquiryPopup.style.display = "none"; successPopup.style.display = "block"; form.reset(); } } );

"Why work with me?"I believe the best partnerships feel natural.I only want to work with brands, games and products that genuinely align with my interests and community. Whether I'm introducing a new indie title, showcasing a product or participating in a campaign, my focus is always on authenticity, transparency and creating engaging experiences for my audience.My community values genuine recommendations and meaningful interactions, which allows sponsored content to feel like a conversation rather than an advertisement.I aim to build long-term relationships with brands that share my commitment to creativity, inclusivity and community.



milestones


  • ┊ First Stream

  • ┊ Affiliate

  • ┊ brand change

  • ┊ first LogitechG collab unboxing

  • ┊ First Sponsored Game

  • ┊ VTuber Debut

  • ┊ Attended DreamHack as a Content Creator

  • 15/4/20

  • 03/5/20

  • 7/9/23

  • 27/9/23

  • 26/9/24

  • 07/9/25

  • 27/3/26


partnerships & collabs


FARLIGHT GAMES
AFK journey sponsorship

dreamhack
xbox

LogitechG gift/collab

you?

dsadas
CREATOR ANALYTICS
Last Updated • June 2026

credits


     setup     

  •     gpu     NVIDIA GeForce RTX 5070 Ti

  •     cpu     AMD Ryzen 7 7800X3D

  •     aio     NZXT Kraken Series Elite 360 RGB - White

  •     motherboard     AORUS ELITE B850 WIFI7 ICE

  •     case     thermaltake tower 600 - Hydrangea

  •     headset    Logitech Pro X 2 white

  •     mouse     Logitech X Superlight white

  •     keyboard     Epomaker x aula F75 MAX - blue

  •     stream     elgato stream deck - black

  •     mic     elgato mic wave :3 - black

  •     lights     2x small elgato keylights

     art     

  • still a work in progress

     wip     

  • still a work in progress


credits



www.memibun.com

Thank you for your interest in working together!

Interested in a partnership, campaign, or collaboration? Feel free to send the details below.

const contactPageForm = document.getElementById( "contactPageForm" ); if(contactPageForm){ contactPageForm.addEventListener( "submit", async function(e){ e.preventDefault(); const formData = new FormData(contactPageForm); const object = Object.fromEntries(formData); const json = JSON.stringify(object); try { const response = await fetch( "https://api.web3forms.com/submit", { method:"POST", headers:{ "Content-Type": "application/json", Accept: "application/json" }, body:json } ); const result = await response.json(); if(result.success){ contactPageForm.innerHTML = `

♡ Enquiry Sent!

Thank you so much for reaching out. Your message has been delivered successfully and I'll get back to you soon ✨

`; } } catch(error){ alert( "Something went wrong. Please try again." ); } } ); }