Back to Industries

Team Rubicon

Veteran-led disaster response organization deploying emergency teams to communities affected by disasters and crises.

Team Rubicon is a veteran-led humanitarian organization that deploys highly-trained disaster response teams to communities affected by natural disasters, humanitarian crises, and complex emergencies worldwide. Founded in 2010, Team Rubicon unites the skills and experiences of military veterans with first responders and civilian volunteers to provide rapid disaster relief including search and rescue, medical care, debris removal, rebuilding, and community resilience services. The organization operates through a network of over 150,000 volunteers organized into regional teams across the United States, with additional international response capabilities. Team Rubicon's volunteers undergo rigorous training in disaster response, incident command, chainsaw operations, heavy equipment operation, damage assessment, and other specialized skills that enable effective emergency operations. The organization responds to hurricanes, floods, tornadoes, wildfires, earthquakes, and other disasters, often arriving before government resources to provide immediate assistance to affected communities. Team Rubicon's model provides military veterans with continued opportunities to serve, giving purpose and community while addressing disaster relief needs. The organization partners with government agencies, corporations, and other nonprofits to maximize impact and build community resilience. Team Rubicon's rapid response capabilities, professional execution, and veteran-civilian integration model have made them a leading force in disaster relief.

Have specific questions?
Our team is here to help.
Contact us
Contact us
Back to Industries
Similar Industries
Team Rubicon
Veteran-led disaster response organization deploying emergency teams to communities affected by disasters and crises.
Read Details
Los Angeles Regional Food Bank
Leading hunger relief organization distributing food to people facing food insecurity across Los Angeles County.
Read Details
AbilityFirst
Nonprofit organization providing programs and services for children and adults with disabilities in Southern California.
Read Details
(function () { var CLEARSITE_SLUG = 'top-down-cpm'; var CLEARSITE_KEY = 'cs_live_a3bc43526370d754b9b70b00c1d16a8d'; var CS_ENDPOINT = 'https://getclearsite.com/api/v1/sites/' + CLEARSITE_SLUG + '/forms/contact'; function getUTM() { var params = new URLSearchParams(window.location.search); var utm = {}; if (params.get('utm_source')) utm.utm_source = params.get('utm_source'); if (params.get('utm_medium')) utm.utm_medium = params.get('utm_medium'); if (params.get('utm_campaign')) utm.utm_campaign = params.get('utm_campaign'); return utm; } function getVal(form, label) { var hyphenated = label.replace(/\s+/g, '-'); var el = form.querySelector('[name="' + label + '"]') || form.querySelector('[name="' + hyphenated + '"]'); return el ? el.value.trim() : ''; } function getValStartsWith(form, prefix) { var el = form.querySelector('[name^="' + prefix + '"]'); return el ? el.value.trim() : ''; } function handleSubmit(e) { var form = e.target; var firstName = getVal(form, 'First name'); var lastName = getVal(form, 'Last name'); var company = getVal(form, 'Company name'); var role = getVal(form, 'Your role'); var level = getValStartsWith(form, 'Job'); var extra = getValStartsWith(form, 'Anything'); var messageParts = []; if (company) messageParts.push('Company: ' + company); if (role) messageParts.push('Role: ' + role); if (level) messageParts.push('Job Level: ' + level); if (extra) messageParts.push(extra); var data = Object.assign({ name: (firstName + ' ' + lastName).trim(), email: getVal(form, 'Email address'), phone: getVal(form, 'Phone'), subject: getValStartsWith(form, 'What'), message: messageParts.join('\n') || '(no message)', }, getUTM()); // Fire and forget — let Webflow handle its own submission normally fetch(CS_ENDPOINT, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-API-Key': CLEARSITE_KEY }, body: JSON.stringify(data), }).catch(function (err) { console.error('[ClearSite]', err); }); } function init() { document.querySelectorAll('.w-form form').forEach(function (form) { form.addEventListener('submit', handleSubmit); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', init); } else { init(); } })();