FAQ

Answers for buyers and for the team maintaining the catalog.

Do you sell online?

This website is a product showcase. It does not include online payment. Buyers can submit inquiries for wholesale or project discussions.

Where are product images stored?

The architecture expects product images to be stored in Cloudflare R2 and referenced by stable object keys in the product data.

Can the image CDN domain change later?

Yes. The web app builds image URLs from NEXT_PUBLIC_ASSET_BASE_URL, so the CDN domain can be replaced without changing product records.

Can this catalog support Chinese or Turkish later?

Yes. The current site is English-first, and the data model is ready to add localized fields or route prefixes later.

Can products move to D1 or a CMS?

Yes. The catalog helpers are centralized in a shared package, so D1 or CMS fetching can replace local mock data later.