# About

Type: post
URL: https://www.jonathant.com/about/
Published: 2014-05-02
Updated: 2026-08-09
Author: Jonathan Tarud

---

Jonathan founded [Koombea](https://www.koombea.com) in 2007, an agile development firm bent on helping anyone produce great web and mobile products. Over the years, Jonathan has led projects for startups as well as multi-billion dollar companies. He's also started several digital products like Saasler(Acquired), FlightLogger(Sunset), [Gear.Coffee](https://gear.coffee), Rilo(Sunset), Dashable(Sunset), Convergely(Sunset), Planscope(Acquired), and [Tuily](http://www.tuily.com)(Acquired).

Here are some press mentions about Jonathan:

- [TechCrunch](https://techcrunch.com/2014/11/22/an-overview-of-colombia-one-of-latin-americas-most-promising-new-tech-hubs/)
- [Mixergy Interview](https://mixergy.com/interviews/jonathan-tarud-koombea-interview/)
- [AllThingsD](https://allthingsd.com/20081215/attack-of-the-purple-people-meeters-an-ex-yahoo-helps-other-ex-yahoos/)
- [Bloomberg](https://www.bloomberg.com/ss/09/03/0313_rebounders/12.htm)
- [Innpulsa - Separata](https://es.slideshare.net/katerine1116/separata-innpulsa)
- [Dinero](https://www.dinero.com/Imprimir/185264)
- [Pulso Social](https://pulsosocial.com/2013/06/12/producto-y-pitch-las-claves-del-tercer-startup-weekend-medellin/)
- [El Espectador](https://www.elespectador.com/noticias/economia/un-sector-animado-articulo-308533)
- [The Frye Show](https://www.thefryeshow.com/jonathan-tarud-desarrollo-de-aplicaciones-web-y-moviles)
- [Semana](https://www.semana.com/contenidos-editoriales/barranquilla-sisepuede/articulo/barranquilla-es-el-nuevo-refugio-de-los-emprendedores/588320)
- [La Republica](https://www.larepublica.co/empresas/koombea-anuncio-que-habilito-100-nuevas-vacantes-de-trabajo-remoto-en-desarrollo-de-software-3194779)
- Forbes [here](https://forbes.co/2023/10/18/emprendedores/tuily-fintech-tarjeta-de-credito-empresarial) and [here](https://forbes.co/2025/01/09/emprendedores/bold-compra-tuily-para-empezar-a-ofrecer-tarjetas-de-credito-empresariales).

Talks I've given:

- [TEDxBarranquilla](https://www.ted.com/talks/jonathan_tarud_desigualdistas)
- [Colombia 3.0](https://youtu.be/IS8iyQFe3hQ)

You can follow or connect with me on:

- [&#88;](https://x.com/jonathant)
- [LinkedIn](https://www.linkedin.com/in/jonathantarud)
- [Instagram](https://www.instagram.com/jonathant/)
- [Facebook](https://facebook.com/jtarud/)
- [Github](https://github.com/jonathant)
- [Torre](https://bio.torre.co/en/jonathantarud)
- [Mastodon](https://mastodon.social/@jonathant)

Feel free to reach out anytime — I'm most responsive on [X](https://x.com/jonathant) and [LinkedIn](https://www.linkedin.com/in/jonathantarud).

<form id="contact-form" class="contact-form" action="https://api.web3forms.com/submit" method="POST">
  <input type="hidden" name="access_key" value="b24c7880-64eb-4ab3-9a7d-433227f5c4b9">
  <input type="hidden" name="subject" value="jonathant.com contact form">
  <input type="hidden" name="redirect" value="https://www.jonathant.com/thank-you/">
  <div class="field">
    <label for="cf-name">Name <span class="req" aria-hidden="true">*</span></label>
    <input id="cf-name" type="text" name="name" autocomplete="name" required>
  </div>
  <div class="field">
    <label for="cf-email">Email <span class="req" aria-hidden="true">*</span></label>
    <input id="cf-email" type="email" name="email" autocomplete="email" required>
  </div>
  <div class="field">
    <label for="cf-message">Message <span class="req" aria-hidden="true">*</span></label>
    <textarea id="cf-message" name="message" rows="6" required></textarea>
  </div>
  <div class="h-captcha" data-captcha="true"></div>
  <button type="submit">Send message</button>
  <p class="form-note"><span class="req" aria-hidden="true">*</span> All fields are required.</p>
</form>
<script>
  // Match the captcha widget to the page's colour scheme. hCaptcha reads
  // data-theme off the .h-captcha container when its api.js auto-renders, and
  // only accepts "light" or "dark" — it has no "auto" that would follow the
  // system setting on its own, so the choice is made here.
  //
  // This runs inline, before the async web3forms script below appends
  // hcaptcha.com/1/api.js, so the attribute is always in place by render time.
  // web3forms only reads data-sitekey/lang/onload/render, so it leaves this be.
  //
  // The theme is fixed at render time: switching the OS appearance while this
  // page is open leaves the widget as it was until a reload. Re-rendering to
  // follow it would discard an already-solved challenge, which is worse.
  (function () {
    var box = document.querySelector('.h-captcha');
    if (!box || !window.matchMedia) return;
    box.dataset.theme =
      window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
  })();
</script>
<script src="https://web3forms.com/client/script.js" async defer></script>
<script>
const form = document.getElementById('contact-form');
form.addEventListener('submit', function (e) {
  const hCaptcha = form.querySelector('textarea[name=h-captcha-response]')?.value;
  if (!hCaptcha) {
    e.preventDefault();
    alert("Please fill out captcha field");
    return;
  }
});
</script>

Btw here's a [pic](jt-square.jpg).
