Building Tilebank: what actually mattered

When I started Tilebank, the obvious move was to reach for a full-blown e-commerce platform — the kind with a plugin for everything and a monthly bill to match. I tried that route first, and it took about a week of fighting with themes and checkout settings before I realized I was solving the wrong problem. A tile shop with a few hundred products doesn't need the same infrastructure as a retailer shipping ten thousand SKUs a day. It needs a catalog that's easy to browse, honest photos, and a fast way for a customer to say "I want this one."
So I rebuilt it as a lean, mostly static storefront: a clean product catalog, real photography instead of stock renders, and a direct line to get in touch about an order rather than a cart-and-checkout flow bolted on for its own sake. For a business where most customers still want to ask a question before committing — how a tile looks against a specific grout, whether a batch is in stock, what the actual dimensions are — a conversation converts better than a rigid checkout form ever did.
The catalog data turned out to be the hardest part, not the code. Photographing tiles consistently, writing descriptions that actually help someone picture the tile in their space, and keeping stock information current took far more time than writing the site itself. If I'd known that going in, I would have built the content pipeline before I touched a single line of frontend code.
The other lesson was about trust. A small shop doesn't have the brand recognition of a big retailer, so every detail on the page is doing double duty — proving the shop is real and legitimate, not just showing a product. Clear pricing, real contact details, and photos that aren't obviously stock images all matter more than they would on a site people already trust by reputation alone.
None of this is a groundbreaking engineering story. It's mostly a reminder that for a small, focused product, the software is rarely the hard part. The hard part is the content, the trust signals, and knowing which corners are safe to cut. Tilebank is still small, still evolving, and still mostly built on that same principle: keep it simple until something concrete forces you not to.