In late 2025, I launched NoorCV — a free, AI-powered resume builder designed specifically for professionals in the Gulf region. No paywall, no freemium tricks, completely free. People thought I was crazy.
Within months, thousands of people had used it to create resumes. It became the project that opened more doors for me than anything else I’ve built. Here’s the full story and what I learned along the way.
Why I Built It
I kept seeing the same problem. Professionals in the UAE, Saudi Arabia, Qatar, and other Gulf countries were using resume builders designed for the US market. These tools didn’t understand Gulf-specific conventions: nationality fields, visa status, expected salary in AED/SAR, bilingual Arabic-English layouts, or the professional photo that’s standard in this region.
People were either using outdated Word templates or paying $30/month for tools that didn’t fit their needs. The gap was obvious.
I also had a selfish motivation. I wanted a real-world project to test my AI development skills on — something with actual users, not just a demo. A resume builder was perfect: clear value proposition, well-defined scope, and natural integration points for AI features.
Key Decisions That Shaped Everything
Why Free?
The conventional wisdom is to charge from day one. I deliberately went the other way for three reasons:
First, the target audience includes job seekers — people who are often in a financially stressful situation. Charging them felt wrong.
Second, I was optimizing for reach, not revenue. Every person who uses NoorCV and gets a job becomes a potential referral. Some of them work at companies that need the kind of AI and automation work I do. The product is a top-of-funnel play for my consulting business.
Third, “free with no catch” is remarkable. People share it. They tell their friends. They post about it on LinkedIn. This organic growth would cost thousands in marketing if I had to buy it.
Why Gulf-Specific?
Generic tools serve everyone poorly. By focusing on the Gulf market, I could nail the details that matter: proper Arabic typography with RTL support, Gulf-standard resume sections, region-appropriate templates, and AI writing that understands Gulf professional conventions.
This specificity became the product’s biggest marketing advantage. When someone searches for “resume builder for UAE,” NoorCV isn’t competing with Canva and Resume.io — it’s the obvious choice for someone in this market.
Why AI?
The AI features in NoorCV aren’t gimmicks. They solve real problems:
- Content generation — Many professionals, especially those writing in their second language, struggle to describe their experience compellingly. The AI suggests bullet points based on their job title and industry.
- Translation — One-click Arabic-English translation of resume content, preserving professional tone in both languages.
- Optimization — The AI analyzes the resume against common recruiter expectations and suggests improvements.
These features took the product from “another template tool” to something genuinely useful.
Technical Challenges
Arabic RTL Support
Bidirectional text rendering is hard. A resume with mixed Arabic and English content — where the layout needs to flip but embedded English phrases stay left-to-right — is a nightmare of CSS direction, unicode-bidi, and careful DOM structuring.
I spent two weeks just on RTL support. It’s the kind of work that’s invisible when it works and immediately obvious when it doesn’t. Every template had to be tested in both directions, and the PDF export had to handle bidirectional text correctly.
AI Writing Quality
Early versions of the AI content generation were terrible. The suggestions sounded like they were written by a chatbot — because they were. Generic bullet points like “managed a team of professionals to deliver outstanding results” help nobody.
The breakthrough came from fine-tuning the prompts with region-specific context. I built a prompt library that understood Gulf industries (oil and gas, real estate, hospitality, fintech), local job titles, and the specific language Gulf recruiters look for. The AI now generates content that sounds like it was written by someone who actually works in the region.
PDF Generation
Generating pixel-perfect PDFs from web content is a solved problem until it isn’t. Arabic text kerning, custom fonts, precise margins for ATS compatibility, and consistent rendering across different browsers — each one was a rabbit hole.
I ended up using a headless browser approach with careful CSS print stylesheets. It’s not elegant, but it produces consistent results across all templates and languages.
Growth Without a Marketing Budget
NoorCV grew through three channels, none of which cost money:
LinkedIn posts. I documented the build process publicly. Each post about a feature or milestone got engagement from people in my network, and their engagement exposed NoorCV to their networks. Building in public works if you’re genuinely sharing useful insights, not just self-promoting.
Word of mouth. Job seekers talk to other job seekers. When NoorCV helped someone land an interview, they told their friends. This organic loop was slow at first but compounded over time.
SEO. I wrote blog posts targeting “resume builder UAE,” “CV template Gulf,” and similar long-tail keywords. The site’s domain authority is modest, but the niche is underserved, so ranking wasn’t impossibly competitive.
I spent exactly zero dirhams on paid acquisition.
What “Free” Actually Gave Me
Here’s where the real ROI showed up — not in NoorCV revenue (there is none), but in everything around it:
Consulting clients. Multiple NoorCV users have introduced me to their companies for AI and automation projects. One connection led to a six-month consulting engagement worth far more than any SaaS revenue would have been.
Credibility. “I built a product used by thousands of people” is more compelling in a client meeting than any certification. It’s proof that I can ship real products that real people use.
Technical depth. Building NoorCV forced me to solve hard problems in AI, multilingual support, PDF generation, and user experience. These skills directly translate to client work.
Community. The people using NoorCV form a network of professionals across the Gulf. That network has value that’s hard to quantify but impossible to buy.
What I’d Do Differently
I’d invest in mobile responsiveness earlier. Most Gulf professionals access NoorCV from their phones. The mobile experience was an afterthought initially and it showed in the usage data.
I’d also set up analytics from day one. For the first two months, I had no idea how people were using the product. By the time I added tracking, I’d already missed learning from the earliest adopters.
And I’d talk to users sooner. I built features I thought were important before asking anyone what they actually needed. When I finally started doing user interviews, the insights were humbling — what people valued most wasn’t what I expected.
The Bigger Lesson
NoorCV taught me that the best way to market your skills is to use them in service of others. Building something genuinely useful — and giving it away — creates more opportunities than any amount of self-promotion.
If you’re a developer thinking about your next side project, consider building something free for a specific community. The returns might surprise you.
Check out NoorCV or see it in my portfolio.