ADVERTISEMENT

Love and Tech: They found love in the digital space

Published Feb 14, 2026 10:49 am
Amiel, Jean, Louis, and Caroline
Amiel, Jean, Louis, and Caroline

“You’ve Got Mail” — which was released in 1998, starring Tom Hanks and Meg Ryan- opened the possibility of falling in love online. And while “organic meet-cutes” are still the ideal setup for many, have you met anyone organically recently? 

Many can still be skeptical about dating apps, but it is Valentine’s Day afterall, and if there’s a perfect day to feel a little bit of hope when it comes to your dating life and relationship status, well, today is that day. So, here are two successful matches made through dating apps that have blossomed into beautiful relationships — one of them is even engaged now! 

Jean and Amiel   

Now engaged to be married, Jean and Amiel have been together for seven years now and met on a dating app. Jean was fresh from a heartbreak, and Amiel had his fair share of “situasionships” before going on the digital love route. 

Both were tired from “organic encounters,” and found the idea of trying out a dating app intriguing. “I thought there was no harm in trying,” Amiel said. 

They didn’t get lucky immediately, though; it took some time and three dating apps (for Amiel) before they matched. Jean first ghosted Amiel, but it was lucky that they matched again, and that was when they got the ball rolling.  

Since they are both creatures of habit, the two plan to see a movie and have dinner in a new restaurant this Valentine’s Day. 

When asked for advice on people who are looking to try a dating app. Jean said, “It’s not for everyone. Before downloading the app, be sure you know what you want. If you want to find a meaningful relationship, you’re going to have to put in the work — while practicing caution. But if you’re just looking for fun — swipe away!” 

As for Amiel, this is his advice: “Figure out what you want before trying out dating apps, so you don’t end up being disappointed. Some people get lucky — just look at me.”   

Caroline and Louis 

Customized keychain with a portrait of Caroline and Louis by artist @Oywo_ on X.
Customized keychain with a portrait of Caroline and Louis by artist @Oywo_ on X.

*Not their real names and told from Caroline’s perspective. 

Caroline had just come out of a “situationship” with someone in college when she first tried dating apps — to help take her mind off what happened. She first tried Bumble in 2021 during the pandemic and made a friend here. But she realized that she wasn’t over the previous relationship, so she took the time and focused on healing and trying to win herself back, instead of meeting new people. 

“When I finally learned to love myself and my life again, and felt genuinely ready to meet new people, that’s when I decided to try the app again,” Caroline shared. 

Luck was by Caroline’s side as she met her partner Louis just a week after she downloaded the app. "He almost missed me, though, because the match expired and he wasn’t able to reply within 24 hours. About a week later, when I was about to uninstall the app because the market wasn't really good, he suddenly messaged me. That’s when it all began." Caroline fondly recalled. 

Caroline and Louis have been in a relationship for three years now, and according to Caroline, it’s like they never left the honeymoon stage. 

“He’s my first and hopefully my last boyfriend,” Caroline wished.

 Their first date was like it came right out of a romantic comedy. 

"I wasn’t nervous, but I knew he was! Days before the date, he prepared a spreadsheet of our itinerary and schedule. It included Google Maps pins for each location, contact details for the establishments, and a list of items I needed to bring, such as an umbrella and a towel. He told me to send it to my friend or family so they’d know where I'd be that day. It was meant to reassure them of my safety, as I was meeting someone I had just met online.” Caroline said. 

This is also a good tip for those going on first dates with people they met through dating apps. 

“I didn't tell him at the time, but he already had me with that spreadsheet!” Caroline added. 

“We went to Cioccolata Churros Cafe in Intramuros for brunch. He took me to the National Museum of Anthropology and lectured me on the history of something he’s really passionate about: clay pots. We had snacks at La Cathedral Cafe, then in the afternoon, we went on a bike tour around Intramuros. To this day, I still tell him I doubt it was the first time he ever did that —put so much thought into a first date. But he insists every time that it really was the first time he poured that much effort, and he says he’s glad he did. Our first date is always my favorite story to tell,” Caroline shares. 

For Valentine's Day, Caroline and Louis will skip the crowds and celebrate on the 15th with a simple brunch at a garden restaurant that they both love. 

From love letters, emails, text messages, social media, and now dating apps, the ways and means for meeting and falling in love will continue to change and evolve. What matters is that there are two people willing to take a chance, do the work, and open themselves to love. 

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.