Unibridge: A Free Platform Aims to Simplify the First Month for International Students
In 2023, 7.3 million international students were enrolled in U.S. institutions, according to Wikipedia. For many, the first 48 hours after landing are a whirlwind: universities cover orientation and immigration paperwork, but rarely the practical tasks of setting up a phone, opening a bank account, finding temporary housing, or locating grocery stores. Goyal’s own arrival—"I landed in Houston, Texas with two suitcases, a half‑working international SIM, and fifteen browser tabs open simultaneously"—spurred him to build a solution.
A data scientist by training, Goyal adopted a low‑code strategy for development. He leveraged Lovable, a Swedish platform that turns natural‑language prompts into React code, for the front end, and Supabase, a backend‑as‑a‑service that supplies PostgreSQL, authentication, row‑level security, and real‑time subscriptions, for the back end. The finished site contains roughly thirty pages; twenty‑eight are static, generated by Lovable, while the remaining two—Find a Roommate and Marketplace—require user sign‑up and real‑time data from Supabase.
Technical hurdles surfaced during the build. Supabase’s row‑level security (RLS) prevented anonymous reads until a policy was added—a problem discovered after an evening of debugging. Goyal also added a composite index on the listings table to speed queries that filter by university, move‑in date, and budget. He noted that debugging AI‑generated UI required explicit state‑management prompts; for instance, a sidebar that persisted across pages had to be coded with a shared context rather than a stateless component.
Unibridge remains free to users. Revenue comes from direct referral partnerships with housing listings, credit cards, SIM plans, and utilities. Goyal stresses that each partnership is a direct link through the company’s own referral program, avoiding third‑party affiliate networks. Housing and credit‑card referrals generate most conversions, covering hosting costs and a portion of the platform’s advertising spend.
User validation began with targeted Google Ads aimed at incoming international students. Messages from students at different universities confirmed the platform’s usefulness. Goyal remarked that real user feedback is more valuable than analytics, as it provides actionable insights into what students need.
The most requested feature is a direct connection between students and alumni before arrival, but Goyal has decided not to build it yet. He cited privacy, moderation, and safety concerns, noting that "deciding what not to build is as important as deciding what to build."
While developing Unibridge between 10 p.m. and 1 a.m., Goyal also applied for jobs, prepared for interviews, and tracked Optional Practical Training (OPT) timelines. He argues that limited time forces prioritization and reduces over‑engineering.
Unibridge is live and evolving weekly. The alumni‑connection system remains on the roadmap, and the founder continues to balance his job search with product development. The platform addresses a real pain point for international students, and ongoing user validation keeps the project moving forward.