Lifestyle
Talkala
LiveLifestyleLaunched Aug 2026

Talkala

Low-cost international calling from your browser

$25/mo
Monthly recurring revenue
5
Total users

I built Talkala to make international calling simple: open your browser, see the rate, and call real mobile or landline numbers using prepaid credit.

10
weeks to launch
Usage-based
pricing

Where it came from

Talkala started with a simple problem: WhatsApp is useful until the person or business you need to reach only has a real phone number. Traditional international calls were expensive, and many alternatives felt outdated or complicated. I wanted a simpler option that worked directly in the browser, showed the price before calling, and only charged for what you used. That idea became Talkala.

How it got built

I started with the riskiest part: proving that someone could place an international call from a browser through Twilio. Once that worked, I added authentication, prepaid credit through Stripe, rate estimates and call history. The first working MVP came together quickly, but making it reliable for real users took much longer. Calls finish asynchronously, provider callbacks can arrive late or more than once, and closing the browser cannot result in a lost or duplicated charge. I built server-side pricing, balance reservations, idempotent billing and separate staging and production environments, then verified the complete flow with controlled real calls. From there, Talkala expanded with caller ID options, optional phone numbers, inbound SMS and Teams, while keeping the main experience simple: enter a number, see the rate and call.

Next.js and React let me build the public website, signed-in product and server routes in one TypeScript codebase. Convex handles application data and real-time state, Vercel handles deployment, Twilio provides the calling infrastructure, Stripe manages prepaid payments and Resend delivers transactional email. Tailwind CSS made it fast to refine the interface across desktop and mobile. The difficult part was not connecting each service, but keeping calls, callbacks, balances and deployments consistent between them.

How it found users

Talkala is still early, so I started small instead of chasing a launch spike. I shared it directly with a small group of people who genuinely needed to call real numbers abroad, then watched whether they could understand the rate, add credit and complete a call without help. Those conversations and word of mouth brought the first real users and produced the most useful feedback. In parallel, I built public rate and help pages around the specific problems people search for, giving Talkala a long-term SEO channel. Product Hunt, YouTube and social content are planned, but I would not count them as channels that worked yet.

Channels that worked

How it makes money

Talkala is mainly usage-based. Users add prepaid credit from $5, see the per-minute rate before calling and only pay for the time they use. Revenue comes from the difference between the customer rate and the underlying calling costs. There is no monthly plan required for calling. Optional recurring revenue comes from Talkala phone numbers rented monthly for caller ID, inbound SMS and supported incoming calls. I deliberately avoided unlimited plans and complicated bundles because international calling costs vary significantly by destination.