Ever heard of a .udf file? Probably not — unless you're a Turkish lawyer.
The Problem
Turkey has one of the world's most comprehensive digital judiciary systems called UYAP (National Judiciary Informatics System). It connects all courts, prosecutors, lawyers, and even prisons across the country.
The catch? UYAP's document editor saves files in a proprietary format called UDF (UYAP Document Format). These .udf files can only be opened with the UYAP Document Editor — a program that only runs on computers connected to the UYAP network.
This means hundreds of thousands of lawyers struggle to:
- Share court documents with clients
- Read case files on their phones
- Archive documents in a universal format
- Print documents outside the courthouse
The Solution
I built convertudftopdf.com — a free, browser-based UDF to PDF converter.
Key Technical Decisions
1. 100% Client-Side Processing
Legal documents are sensitive. No file should ever touch a server. The entire conversion happens in the browser using JavaScript.
2. Stack
- JSZip for extracting UDF archive contents
- jsPDF for PDF generation with Turkish character support
- Noto Serif font embedded for proper Turkish characters
- Cloudflare Pages for hosting (free, fast, global CDN)
3. Turkish Character Support
This was the trickiest part. Turkish has special characters that many PDF libraries don't handle well. I embedded Noto Serif font variants to ensure perfect rendering.
4. Batch Processing
Lawyers often need to convert dozens of files. The tool supports multi-file selection with drag-and-drop, converting all files sequentially and offering a ZIP download.
The Ultra-Niche Advantage
Here's the interesting business insight: when your product serves an ultra-niche market, you might be the only solution. There's essentially zero competition for "UDF to PDF conversion" because:
- The market is too small for big companies to care
- Understanding the format requires domain knowledge of Turkish legal tech
- The user base is geographically concentrated
This means even basic SEO puts you at the top of search results for your target keywords.
Results
The site launched recently and is already getting organic traffic from Turkish lawyers searching for UDF conversion solutions. The conversion happens entirely in the browser, so server costs are essentially zero (just static hosting on Cloudflare Pages).
Try It
If you're curious (or happen to be a Turkish lawyer):
- Converter: convertudftopdf.com
- English guide: What is UDF?
Lessons Learned
- Niche is powerful — Being the only solution in a specific space beats being one of thousands in a broad space
- Privacy as a feature — Client-side processing isn't just a technical choice, it's a trust signal for legal professionals
- Understand your users — Turkish lawyers need Turkish language support, mobile compatibility, and zero friction
- Static sites scale infinitely — When processing happens client-side, your hosting costs don't increase with users
Have you built something for an ultra-niche market? I'd love to hear about it in the comments!
Top comments (0)