@import url('https://fonts.googleapis.com/css?family=Muli&display=swap'); * { box-sizing: border-box; } body { background-color: #192a56; color: #fff; font-family: 'Muli', sans-serif; flex-direction: column; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; } h1 { font-size: 50px; margin: 0; } p { color: rgba(255, 255, 255, 0.8); letter-spacing: 2px; margin: 0; }

15 startups de la región

Participarán de una serie de pruebas presenciales, que también se transmitirán por streaming.

Quiero competir

Para generar oportunidades de negocio, tienen que saber de tí

Quiero competir

Nuestros Productos 

A través de contenido variado y para todos hemos ido convirtiéndonos en el 

Content Hub 

de startups, venture capital e innovación, más importante de la región

Informe 

Latam Weeks 

Cápsulas y RRSS 

Si llegaste hasta aquí por que conociste a B-ST a través de Startups Latam.
Esta en nuestra herramienta de alta técnologia e Inteligencia artificial que mostramos a través de datos 24/7 cuantas oportunidades puede generar tu empresa, siendo parte de Startups Latam. 

Frequently asked questions

Who is the program available for?

The program is limited to 15 startups from Latam. We will select the startups based on their potential, and the impact they can have in the long run.

Where does the program take place?

The program will take place online via Google Meet.

What is the schedule of the entire program?

Early 2023 (to be confirmed)

Apply now

Nuestro propósito es conectar constantemente a todos las que participan del mundo startups e innovación, para generar constantemente oportunidades de negocio y crecimiento, posicionando así a Latinoamérica como el próximo hub mundial de emprendimiento.

"Miami Base helped and inspired us in the program "Building the bridge". Base Miami was vital at helping OrderEat to establish a bond with the us mentors and investor! Base Miami Team has great talent and are passionate about their work!

Matías Craviotto

CEO de OrderEAT

"Base Miami helped us through his program. Base Miami was available to get any doubts or questions out of the way. With Base Miami, Tu Terapia we made new connections that are key to the growth and expansion of our business. "

Nico Brupbacher

Co-Founder & CEO at 
Tu Terapia

success stories

Estrategia y BBDD 

Startups Latam Fest 

Views

0

This site has been visited times.

const count = document.getElementById('count'); updateVisitCount(); function updateVisitCount(){ fetch('https://api.countapi.xyz/get/lp.startupslatam.com/c30669a1-3af3-49ff-ab08-8a810ea7736f') .then(res => res.json()) .then(res => { count.innerHTML = res.value }); } function websiteVisits(response) { document.querySelector("#visits").textContent = response.value; }