
FlipSource - How it's Going
Building in public is a wild ride. Last month, I reached a massive milestone: my side project, FlipSource.co.uk—an advanced sourcing and arbitrage tool for eBay resellers—officially generated enough affiliate commission to cover its own server costs.
But as any indie developer knows, writing clean code is only half of the battle. The real journey starts when your app hits the real world.
Here is how FlipSource is actually going, from sudden compliance scares to the ongoing grind of indie marketing.
The Day the eBay Compliance Team Emailed Me
Out of nowhere last month, I received the email every affiliate developer dreads. The eBay Partner Network (EPN) Quality Team placed my account under a formal audit.
Because FlipSource filters high-margin deals and deep-links users directly to live auctions, our traffic was growing fast. To eBay’s automated fraud detection systems, a brand-new platform generating sudden targeted traffic looked suspicious. They demanded a breakdown of my routing methods, social channels, and—critically—proof of traffic clicks.
The Technical Catch-22
Like many privacy-conscious developers, I don't maintain bloated historical server logs. The EPN contract explicitly states they can request server logs, leaving me in a tight spot: How do you prove traffic legitimacy without data hoarding?
Instead of panicking, I leaned into absolute transparency. I explained my exact workflows and sent over:
Umami Analytics Dashboards: Proving genuine human user sessions, paths, and button-click footprints.
Google Search Console Data: Showing definitive proof that our traffic was arriving via natural, organic Google indexing.
A Technical Breakdown: Explaining exactly how the app processes the eBay Browse API and transparently appends the wrapper.
The Result: A human analyst reviewed the tech, verified the site was legit, and 100% green-lit the platform. A classic engineering lesson: When auditing teams ask for logs, an immutable trail of third-party search and frontend analytics works just as well.
The SEO Silver Lining: Impressions vs. Clicks
On the technical SEO front, Google is actually starting to love the site. The Next.js routing and clean semantics are paying off. We are currently hitting page-one positions for highly competitive niche search terms:
ebay arbitrage scanner(Position ~7.0)zero bids(Position ~8.0)local ebay bargains near me(Position ~10.0)
Seeing the app land on the first page next to platforms backed by entire marketing teams is an amazing feeling.
The Current Battle: High impressions, low click-through rates (CTR). When everyday consumers search for "local bargains near me", they are often looking for a map or a yard sale, not a raw reseller sourcing engine. My current development focus has shifted from core architecture to copywriting—building out targeted sub-pages (e.g., /new=listing) and optimizing meta titles to match user intent.
The Ongoing Grind for New Users
Building a tool for a specific community (eBay flippers, tech refurbishers, vintage collectors) means marketing cannot be passive.
Lately, I've been focusing on content-driven marketing. Instead of just saying "Use my app," I’ve been using FlipSource to find interesting high-risk, high-reward listings and sharing them as case studies across Reddit, X, and Facebook groups.
For example, I recently highlighted a classic reseller gamble: a job lot of vintage electronic valves going for £21. If they're old TV tubes, they're worthless; if they're rare audio/guitar amp valves, it’s a massive flip.
Sharing these real-world examples creates immediate discussion within the communities. It shifts the narrative from "click my link" to "look at what this data engine uncovered."
Current Tech Stack Evolution
On the architecture side, the deployment flow has matured massively. I've officially migrated the pipeline to a Build-and-Push workflow using GitHub Container Registry (GHCR).
Instead of building images directly on the production VPS (which eats up CPU cycles and slows down live user requests), GitHub Actions builds the Docker container, pushes it to GHCR, and SSHs into the server to swap out the active image instantly. It has made deploying updates to both production and my staging environments completely seamless.
Final Thoughts
FlipSource is no longer just a coding experiment—it's a living platform dealing with legal audits, SEO data analysis, and user acquisition strategies. Balancing the software engineering side with the product growth side is tough, but seeing the ranking positions climb and the infrastructure hold up makes it incredibly rewarding.
If you’re an eBay reseller or just curious to see how the data engine works, check it out live at FlipSource.co.uk.
No thoughts shared yet. Be the first to reply.