Product architecture
Keep the website. Replace the dead-end form with a guided sales path.
Yunshow is designed as an embeddable conversion layer. The website shell, industry rules, client configuration and backend integrations stay decoupled.
Existing websiteCurrent CMS, SEO pages and brand identity remain in place.
Yunshow CoreAssessment, result, advisor, booking and lead UI.
Industry configQuestion tree, planning rules, score and next-action logic.
Client configBrand, service area, approved knowledge, pricing and integrations.
Backend adaptersLead endpoint, CRM, calendar, analytics and AI endpoint.
Embedding model
One existing CTA can open the conversion layer.
<button data-yunshow-open="assessment">Get Estimate</button>
<script src="/yunshow-conversion-widget.js"></script>
<script>
YunshowConversion.mount({ industry, client });
</script>
<script src="/yunshow-conversion-widget.js"></script>
<script>
YunshowConversion.mount({ industry, client });
</script>
Measurement
Measure the layer before claiming downstream revenue.
Interaction events
Widget opens, assessment starts, question completion and planning-result views.
Conversion events
Contact submissions, booking selections and confirmed next steps.
Sales context
Lead quality fields and downstream CRM outcomes when the client’s tracking supports them.