Klein • Wenner
Klein • Wenner
Innovate. Compete. Expand. The DACH startup gateway to France.
Innovate. Compete. Expand. The DACH startup gateway to France.
Why this Challenge?

klein • wenner is a dynamic international law firm with a team of multicultural lawyers delivering hands-on legal expertise in all areas of business law.

This startup challenge, in partnership with the French-German University, recognizes the top three most innovative startups in new technologies from the Germany, Austria, Switzerland, and South Tyrolean markets that are ready to expand into the French market.

Our Startup Challenge
Innovate. Compete. Expand. The DACH startup gateway to France.

Context & Need:
THE CHALLENGE 2025 – Your Launchpad to the French Market! Are you a game-changing startup from Germany, Austria, Switzerland, and South Tyrol ready to expand into France? If you’re shaping the future in AI, big data, Sustainability, or Cybersecurity, this is your moment. Gain visibility, connect with key players, and fast-track your growth in France with THE CHALLENGE – the competition organized by klein • wenner and the French-German University. Innovate. Compete. Expand Your gateway to new business opportunities!

Expected Solutions:
We are looking for groundbreaking digital innovations from startups based in Germany, Austria, Switzerland, and South Tyrol eager to expand into in France. Whether your solution is in AI, big data, sustainability, or cybersecurity, we are looking for forward-thinking technologies that tackle both current and future challenges. THE CHALLENGE 2025 provides a unique platform to showcase your innovation, connect with industry leaders, and unlock new growth opportunities in the French market.

Scope:
#DigitalInnovation #StartupCompetition #DACHtoFrance #AI #BigData #Cybersecurity #SustainabilityTech #EuropeanTech #CrossBorderInnovation #TechForEurope #ScaleUp #FrenchTech #EUInnovation #FutureOfTech

Innovate. Compete. Expand. The DACH startup gateway to France.

Context & Need:
THE CHALLENGE 2025 – Your Launchpad to the French Market! Are you a game-changing startup from Germany, Austria, Switzerland, and South Tyrol ready to expand into France? If you’re shaping the future in AI, big data, Sustainability, or Cybersecurity, this is your moment. Gain visibility, connect with key players, and fast-track your growth in France with THE CHALLENGE – the competition organized by klein • wenner and the French-German University. Innovate. Compete. Expand Your gateway to new business opportunities!

Expected Solutions:
We are looking for groundbreaking digital innovations from startups based in Germany, Austria, Switzerland, and South Tyrol eager to expand into in France. Whether your solution is in AI, big data, sustainability, or cybersecurity, we are looking for forward-thinking technologies that tackle both current and future challenges. THE CHALLENGE 2025 provides a unique platform to showcase your innovation, connect with industry leaders, and unlock new growth opportunities in the French market.

Scope:
#DigitalInnovation #StartupCompetition #DACHtoFrance #AI #BigData #Cybersecurity #SustainabilityTech #EuropeanTech #CrossBorderInnovation #TechForEurope #ScaleUp #FrenchTech #EUInnovation #FutureOfTech

Innovate. Compete. Expand. The DACH startup gateway to France.

Context & Need:
THE CHALLENGE 2025 – Your Launchpad to the French Market! Are you a game-changing startup from Germany, Austria, Switzerland, and South Tyrol ready to expand into France? If you’re shaping the future in AI, big data, Sustainability, or Cybersecurity, this is your moment. Gain visibility, connect with key players, and fast-track your growth in France with THE CHALLENGE – the competition organized by klein • wenner and the French-German University. Innovate. Compete. Expand Your gateway to new business opportunities!

Expected Solutions:
We are looking for groundbreaking digital innovations from startups based in Germany, Austria, Switzerland, and South Tyrol eager to expand into in France. Whether your solution is in AI, big data, sustainability, or cybersecurity, we are looking for forward-thinking technologies that tackle both current and future challenges. THE CHALLENGE 2025 provides a unique platform to showcase your innovation, connect with industry leaders, and unlock new growth opportunities in the French market.

Scope:
#DigitalInnovation #StartupCompetition #DACHtoFrance #AI #BigData #Cybersecurity #SustainabilityTech #EuropeanTech #CrossBorderInnovation #TechForEurope #ScaleUp #FrenchTech #EUInnovation #FutureOfTech

Selection Criteria
Maturity

Our competition is open to start-ups, which operate for at least 3 years in the field of digital innovation

Geography

Open to start-ups registered in the German (Handelsregister), Austrian (Firmenbuch), Swiss (Handelsregister) or South Tyrolean (Handelsregister Bozen) company register

Growth- potential

Our competition is open to start-ups, which have a business project in France to be realized within the next 18 months.

Rewards
Play an active role in our six business sectors

Your solution, product or service demonstrates that you can play an active role in LVMH's ecosystem and deliver on a large scale. Whether it be the creation process, the omnichannel customer journey, or operation and manufacturing, you support the Group's legacy of excellence and innovation in all areas of its 6 business sectors.

  • Fashion & Leather Goods

  • Wines & Spirits

  • Perfumes & Cosmetics

  • Watches & Jewelry

  • Other Activities

  • Selective Retailing

Timeline

00:00:00:00

left to apply

left to apply

Jury

Andrea Vaughan

Andrea Vaughan

Founder - European Expansion for Scale-Ups

Founder - European Expansion for Scale-Ups

WYNGS / European Champions Alliance

WYNGS / European Champions Alliance

William Zanotti

William Zanotti

Co-Founder and CEO

Co-Founder and CEO

Digilence

Digilence

Tina Waedt

Tina Waedt

Representation and public relations

Representation and public relations

Chambre Franco-Allemande

Chambre Franco-Allemande

Thibaud Le Ségullion

Thibaud Le Ségullion

Chief Executive Officer

Chief Executive Officer

Industrya

Industrya

Pierre Joffredo

Pierre Joffredo

Director and Chartered Accountant

Director and Chartered Accountant

Duthilleul et Associés (D&A)

Duthilleul et Associés (D&A)

Ann-Kristin Benthien

Ann-Kristin Benthien

Founder - Expert en Synergies Franco-Allemandes

Founder - Expert en Synergies Franco-Allemandes

AKB Coaching

AKB Coaching

FAQ

Who can apply?

Can I apply for more than one Startup Challenge/Award?

What is the difference between a Startup Challenge and an Award?

Is applying for an Award or Startup Challenge free?

Who can apply?

Can I apply for more than one Startup Challenge/Award?

What is the difference between a Startup Challenge and an Award?

Is applying for an Award or Startup Challenge free?

Who can apply?

Can I apply for more than one Startup Challenge/Award?

What is the difference between a Startup Challenge and an Award?

Is applying for an Award or Startup Challenge free?

******* JAVASCRIPT *******/ /** * Allowed parameters for the tracking code */ const allowedParameters: string[] = [ 'ca', 'utm', 'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', // 'cat', // Blog // 'ag_t', 't', // Warning this parameters is used like tracking for Challenges partners "Agorize", 'wid' // Paramters for revolugo urls ]; /** * Rreturn the object with the allowed parameters * @param ownParams URLSearchParams * @returns Object */ const ownCtmParameters = (ownParams: URLSearchParams) => { let obj = {}; for (const [key, value] of ownParams.entries()) { //console.log("ownCtmParameters key: ", key); if (allowedParameters.includes(key)) { // console.log("PAss key: ", key); obj[key] = value; } else { // console.log("No PAss key: ", key); } } return obj; }; /** * Insert the tracking code in the anchor elements * @returns void */ const insertTrackingCode = () => { // Get tracking parameters from URL search params const searchParams = new URLSearchParams(window.location.search); // Convert search params to object const filteredParams = ownCtmParameters(searchParams); // If no parameters, return early if (Object.keys(filteredParams).length === 0) { return; } const paramsString = new URLSearchParams(filteredParams).toString(); const baseUrl = window.location.origin; // Get all anchor elements from the current document const anchors = document.querySelectorAll('a'); for (const anchor of anchors) { const href = anchor.getAttribute('href'); const target = anchor.getAttribute('target'); if (!href || target === '_blank') { continue; } // Normalize href const normalizedHref = href.startsWith('https') ? href : href.replace(/^\.\//, '/'); try { const url = normalizedHref.startsWith('http') ? new URL(normalizedHref) : new URL(normalizedHref, baseUrl); const baseUrlObj = new URL(baseUrl); const isExternal = url.origin !== baseUrlObj.origin && !normalizedHref.includes('vivatech.com') && !normalizedHref.includes('vivatechnology.com'); if (isExternal) { continue; } // Add tracking parameters const hasExistingParams = url.search.length > 0; if (hasExistingParams) { url.search += '&' + paramsString; } else { url.search = '?' + paramsString; } anchor.setAttribute('href', url.origin + url.pathname + url.search + (url.hash || '')); } catch (e) { // If href is not a valid URL, skip it continue; } } }; /******* END JAVASCRIPT *******/ /******* INTEGRATION *******/ // Or with DOMContentLoaded document.addEventListener('DOMContentLoaded', () => { insertTrackingCode(); }); /******* END INTEGRATION *******/