0
Skip to Content
VB Champs
Home
March 2026 Cohort
Apply (March 2026 Cohort)
About
FAQ
VB Champs
Home
March 2026 Cohort
Apply (March 2026 Cohort)
About
FAQ
Home
March 2026 Cohort
Apply (March 2026 Cohort)
About
FAQ

© 2026 VB Champs. All rights reserved.

website by Joash Digital

March 2026 Cohort

About

Terms & Privacy

Contact

FAQ

@vb_champs

Founding March 2026 Cohort
Only 9 spots left • Wayne, NJ • Mar 14
Apply
document.addEventListener('DOMContentLoaded', function(){ var links = document.querySelectorAll('a[href]'); links.forEach(function(a){ var href = a.getAttribute('href'); // Rewrite old /apply links if (isOldApplyHref(href)) { var newHref = mergeCurrentParamsIntoUrl(APPLY_BASE); a.setAttribute('href', newHref); return; } // Add UTMs to already-correct apply links if (isNewApplyHref(href)) { var merged = mergeCurrentParamsIntoUrl(href); if (merged !== href) a.setAttribute('href', merged); } }); }); })();