PacificTech Village
PacificTech Village
Connecting Pacific Minds – Creating global impact
Connecting Pacific Minds – Creating global impact
Why this Challenge?

The Pacific Community, NeoTech and French Tech Nouvelle-Calédonie are organizing the first edition of the “PacificTech Village at VivaTech”.

The aim of this project is to organize a delegation of around twenty Pacific entrepreneurs to attend the world's largest “Tech” trade show, so that they can showcase their innovative, high-impact solutions and promote the region's technological uses.

Successful applicants will then be invited to pitch their startup/solution to a panel of experts on April 11, 2025.
Each of the 9 selected entrepreneurs will be offered an exhibition space on the “Village PacificTech” stand, as well as a plane ticket to Paris to take part in VivaTech, from June 11 to 14, 2025.

The Startup Challenge
Join the “Pacific Tech Village” at VivaTech

Context & Need:
Are you an entrepreneur in the Pacific region who has founded a startup or created an high-impact innovative solution and would now like to take part in the world's biggest tech event?
Are you selling your solution in your local market but would like to accelerate? Would you like an opportunity to meet investors, international prospects and raise awareness of your solution on a global scale?
Is your solution innovative, has a real social, economic or ecological impact, and could be exported regionally or internationally? Then this challenge is for you!

Expected Solutions: we are looking for startups and all kind of solutions that meet the following criteria:

  • Location: Pacific Island Countries or Territories (American Samoa, Australia, Cook Islands, Federated States of Micronesia, Fiji, French Polynesia, Guam, Kiribati, Nauru, New Caledonia, New Zealand, Niue, Northern Mariana Islands, Palau, Papua New Guinea, Pitcairn Islands, Republic of Marshall Islands, Samoa, Solomon Islands, Tokelau, Tonga, Tuvalu, Vanuatu, and Wallis and Futuna.)

  • Financial: Proof of sales in 2024.

  • Innovation: Presentation of a breakthrough, user-driven or incremental innovation.

  • Socio-ecological impact: Your solution contributes to social and/or environmental development.

  • Community: Being an indigenous entrepreneur will be an asset.


The jury will pay particular attention that the panel of 9 startups will be representative of the region.

Join the “Pacific Tech Village” at VivaTech

Context & Need:
Are you an entrepreneur in the Pacific region who has founded a startup or created an high-impact innovative solution and would now like to take part in the world's biggest tech event?
Are you selling your solution in your local market but would like to accelerate? Would you like an opportunity to meet investors, international prospects and raise awareness of your solution on a global scale?
Is your solution innovative, has a real social, economic or ecological impact, and could be exported regionally or internationally? Then this challenge is for you!

Expected Solutions: we are looking for startups and all kind of solutions that meet the following criteria:

  • Location: Pacific Island Countries or Territories (American Samoa, Australia, Cook Islands, Federated States of Micronesia, Fiji, French Polynesia, Guam, Kiribati, Nauru, New Caledonia, New Zealand, Niue, Northern Mariana Islands, Palau, Papua New Guinea, Pitcairn Islands, Republic of Marshall Islands, Samoa, Solomon Islands, Tokelau, Tonga, Tuvalu, Vanuatu, and Wallis and Futuna.)

  • Financial: Proof of sales in 2024.

  • Innovation: Presentation of a breakthrough, user-driven or incremental innovation.

  • Socio-ecological impact: Your solution contributes to social and/or environmental development.

  • Community: Being an indigenous entrepreneur will be an asset.


The jury will pay particular attention that the panel of 9 startups will be representative of the region.

Join the “Pacific Tech Village” at VivaTech

Context & Need:
Are you an entrepreneur in the Pacific region who has founded a startup or created an high-impact innovative solution and would now like to take part in the world's biggest tech event?
Are you selling your solution in your local market but would like to accelerate? Would you like an opportunity to meet investors, international prospects and raise awareness of your solution on a global scale?
Is your solution innovative, has a real social, economic or ecological impact, and could be exported regionally or internationally? Then this challenge is for you!

Expected Solutions: we are looking for startups and all kind of solutions that meet the following criteria:

  • Location: Pacific Island Countries or Territories (American Samoa, Australia, Cook Islands, Federated States of Micronesia, Fiji, French Polynesia, Guam, Kiribati, Nauru, New Caledonia, New Zealand, Niue, Northern Mariana Islands, Palau, Papua New Guinea, Pitcairn Islands, Republic of Marshall Islands, Samoa, Solomon Islands, Tokelau, Tonga, Tuvalu, Vanuatu, and Wallis and Futuna.)

  • Financial: Proof of sales in 2024.

  • Innovation: Presentation of a breakthrough, user-driven or incremental innovation.

  • Socio-ecological impact: Your solution contributes to social and/or environmental development.

  • Community: Being an indigenous entrepreneur will be an asset.


The jury will pay particular attention that the panel of 9 startups will be representative of the region.

Eligibility Criteria

★ Localisation: your startup is headquartered in one of these territories: American Samoa, Australia, Cook Islands, Federated States of Micronesia, Fiji, French Polynesia, Guam, Kiribati, Nauru, New Caledonia, New Zealand, Niue, Northern Mariana Islands, Palau, Papua New Guinea, Pitcairn Islands, Republic of Marshall Islands, Samoa, Solomon Islands, Tokelau, Tonga, Tuvalu, Vanuatu, and Wallis and Futuna.

★ Financial: your startup can demonstrate sales and revenue in 2024

Selection Criteria
Innovation

Your solution is part of at least one of these three types of innovation : breakthrough, user-driven or incremental innovation.

Impact

Your solution has a real social, ecological or economic impact on your country / region.

Community

Do you identify as a member of an indigenous group from the Pacific? Please specify which one.

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

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 *******/