Please leave your contact so our sales team can follow up with specs & a quote. We respect your privacy.
This interactive catalog is generated from the AOBOTE printed catalog. Every page keeps the original print layout, while the text is real, selectable DOM text (search-engine crawlable) layered over the artwork — so customers can search, and Google can index it.
Use the Spread / Single toggle (top-right). On phones it defaults to Single A4 page — each printed double-A4 spread is split into two portrait A4 pages you swipe through.
Upload the catalog-h5/ folder to /wp-content/uploads/catalog/, then embed with an iframe:
<iframe src="https://yoursite.com/wp-content/uploads/catalog/index.html" style="width:100%;height:90vh;border:0;"></iframe>
Or host it as a standalone subdomain — it is fully static, no server or build step.
Local full-text search works now. To plug in an LLM later, edit CONFIG at the top of index.html:
AI_SEARCH_ENABLED: false, AI_SEARCH_ENDPOINT: "https://yoursite.com/wp-json/aobote/v1/ai-search"
Your WP endpoint should accept {query} and return {results:[{id, snippet}]} where id is the catalog page number.