DEV Community

Cover image for I Built a Privacy-First Utility Website With Zero Web Developer Background
FyxData
FyxData

Posted on

I Built a Privacy-First Utility Website With Zero Web Developer Background

As a computer operator, I deal with sensitive Excel and PDF files every day. During my work, I often had to use online tools that required uploading files to third-party servers. Every single time, that uneasy thought lingered in the back of my mind: Where is my data going? Who can access it?

That sparked an idea: What if I built a completely free, privacy-first utility website that runs entirely client-side, with zero server dependencies?

The catch? I have zero web developer background.

The 60-Day Grind: Building It Page-by-Page with Free AI

I didn't have a traditional engineering team or a budget. As a solo creator, I built this entire application (fyxdata.co.in) from scratch over 60 days using the free tiers of various AI tools.

And let me tell you, it was a brutal grind. Free AI chat tools come with strict daily limits. Countless times, the code would be half-finished right when the daily limit hit, forcing me to stop and pick up where I left off the next day. Days of relentless trial, error, and meticulous prompt-engineering went into building every single feature.

One-Click Problem Solving (The Feature Suite)

My core philosophy for building this was simple: One-click problem solving. No complex setups, no sign-ups, just instant results. I started by building 3 core tools to solve my daily workflow friction:

  1. Excel/CSV Data Cleaner: Cleans blank rows, fixes formatting, repairs emails, phone numbers, and handles exactly 15 different tasks in a single click. Users can instantly view their data in charts on the same page and export reports to Excel, CSV, or PDF.
  2. PDF Toolkit: Merges, compresses, and splits PDFs locally in seconds.
  3. Mini BI Dashboard: Transforms data into a dashboard similar to Power BI, built entirely browser-based (with its own interesting limitations given the client-side constraint).

After launching the platform, I didn't stop. I put in more hard work and recently added PDF-to-Word and Word-to-PDF converters to round out the utility suite. And yes, every single tool is 100% free to use.

Protecting the Work

When you visit the site, you'll notice the code is obfuscated and I’ve added basic restrictions against casual scraping and DevTools inspection. Is client-side security bulletproof? Absolutely not, and I know a dedicated engineer can bypass it. But as a solo creator who spent 60 days building every single line through AI prompts, it’s just a light safeguard to deter casual code-lifting while I focus on shipping more features.

What's Next?

How do you approach client-side protection for your solo projects? Have you ever built a tool completely outside your domain expertise using AI? I would love to hear your thoughts in the comments below.

If you want to test out the free live privacy utility, you can check it out here: https://fyxdata.co.in

Top comments (0)