Volunteer Registration

Are you ready to make a real impact?
Please fill in this form and you will be contacted by one of our team members to discuss the next steps.
Your time and skills can make a positive difference for Ukrainians.

What do want to help with?

  • Verifier must be a fluent or native English speaker.
  • Verifier must be a native Ukrainian speaker.
  • Monitor the status of matches;
  • Gather data about the mentoring process;
  • Create and manage surveys.
  • Tracks student success;
  • Assist with group class participation (Must be proficient in Ukrainian).
  • Monitor and respond to comments and messages across 5 social media platforms in English and Ukrainian;
  • Guide queries to appropriate resources or team members;
  • Flag sensitive or urgent messages for escalation;
  • Fluent in written English and Ukrainian
  • Familiar with social media platforms;
  • Suggest engagement opportunities (e.g., posts, campaigns, collaborations);
  • Monitor social media analytics to track successful trends and refine future strategies.
  • Research and identify trending topics, hashtags, and events relevant to the organization’s mission;
  • Suggest engagement opportunities (e.g., posts, campaigns, collaborations);
  • Monitor social media analytics to track successful trends and refine future strategies;
  • Strong research and analytical skills.
  • Provide support and guidance to establish a chart of accounts, and review proposed budgets;
  • Monthly collation of receipts and report generation, or teach others how to do this.
  • Advise on potential fundraising streams, diversify income opportunities, and work towards financial sustainability;
  • Familiar with non-profit accounting and fundraising;
  • Can work well in an international volunteer team, organized, empathetic, and believes in our vision.
  • Review and advise on key documents such as partnership agreements, volunteer agreements, bylaws, and registration applications;
  • Understand non-profit organization legal structures, contracts, and registration requirements;
  • Apply your legal expertise to our processes and policies;
  • Help us create robust employment and volunteer contracts/agreements;
  • Participate in risk assessment activities;
  • Familiarity with non-profit or NGO legal obligations, particularly in Ukraine and the rest of Europe.
  • Prepair teaching materials for mentors;
  • Search for materials online;
  • Participating in organising curriculum.
  • Training mentors how to mentor;
  • Making workshops for mentors;
  • Training mentors on how to interact with people from different culture and bad life experience.
  • HTML, CSS;
  • Javascript (especially JS frameworks);
  • Databases (RDBMS/NoSQL);
  • Python.
  • HTML, CSS;
  • PHP (MVC Framevorks);
  • Databases (MySQL);
  • Javascript.
  • Experienced UI/UX designers - are always welcomed, the more the prettier.
  • Lead and coordinate technology projects, including website development and potential app creation.
  • Help with testing and ensuring the quality of our web properties, including external websites, intranet, and online survey.
  • Helping users to set up and use Google Workspace;
  • Ukrainian native English native or fluent;
  • (OR/AND) English native or fluent
function onClick(e) { grecaptcha.ready(function() { grecaptcha.execute('6Ldh2WIqAAAAAMrxlYj0XXuak1ohl3aCJ1Ws7HJn', {action: 'submit'}).then(function(token) { const url = "https://balakun.org/welcome/captcha"; const data = { event: { token: token, expectedAction: "volunteer-register", siteKey: "6Ldh2WIqAAAAAMrxlYj0XXuak1ohl3aCJ1Ws7HJn", } }; fetch(url, { method: "POST", headers: {'Content-Type':'application/json'}, body: JSON.stringify(data) }) .then(res => res.json()) .then(result => { console.log(result); if( result.result === "success" ){ let stForm = document.getElementById("reg-form"); if( stForm.checkValidity() ){ stForm.submit(); } else { grecaptcha.reset(); stForm.reportValidity(); } } else { document.getElementById("recaptcha-error").style.setProperty("display", "block"); } }); }); }); }