I’ve been building Exarbi, a multilingual crypto arbitrage monitoring platform, and recently spent a lot of time fixing issues that looked small in the UI but mattered for crawlers and performance.
A few examples:
The main lesson was that technical SEO in a modern SaaS is often an architecture problem, not a copywriting problem.
We moved authoritative auth checks to the server, separated public and protected metadata behavior, cleaned up locale-aware redirects, and started splitting large client components into smaller islands.
The product itself does not require exchange API keys, does not execute trades, and does not hold user funds. It is meant to help users inspect price differences together with transfer and risk conditions.
I’m still working through the positioning and onboarding.
For founders building technical B2B tools: what helped you explain a complex product without overwhelming first-time visitors?
The engineering work is solid, but I think the harder challenge is the one you mentioned at the end. I'd keep validating whether first-time visitors need to understand how Exarbi works, or simply why monitoring arbitrage opportunities without custody or trading execution is a meaningfully safer category of product.