Youth Tribal

Youth Tribal

Youth Tribal

Share Freely. Stay Private.

A safe space for young people to talk about love, pain, friendship, and life.

Talk About Anything

❤️ Love

Talk about relationships, feelings, and emotions.

😔 Pain

Share your struggles and feel better with support.

🤝 Friendship

Make new friends and connect with real people.

😊 Happy

Share your happy moments and positive vibes.

You’re Not Alone

Join the community and express yourself freely.

Chat
Loading the chat ...

document.addEventListener("DOMContentLoaded", function(){ const form = document.getElementById("audit-form"); if(form){ form.addEventListener("submit", async function(e){ e.preventDefault(); const data = new FormData(form); const response = await fetch("https://formspree.io/f/meeplrjv",{ method:"POST", body:data, headers:{ 'Accept':'application/json' } }); if(response.ok){ form.style.display="none"; document.getElementById("success-message").style.display="block"; }else{ alert("Something went wrong. Please try again."); } }); } });