GET Client Template — Solhver beta shell
This is the client-neutral GET funnel deployed as a non-production placeholder
for the Solhver beta. The shared backend seam (/api/*) is live and isolated; the funnel
content below is intentionally a set of TODO placeholders pending Solhver onboarding.
Beta scope (approved)
Nurture
Out of scope for the beta shell
Qualification
Manual / unconfigured (no automated tiering)
Handoff
Canonical CSV baseline ·
CRM_ADAPTER=none (neutral webhook OFF until a client sink exists)Measurement
MEASUREMENT_ADAPTER=none · no Meta/Google identifiersScheduler
Placeholder · no live calendar connected
Placeholders pending Solhver
- Branding (name, main site, logo/host)
- Questionnaire fields & options
- Consent banner copy (legal-reviewed)
- Fallback contact email
- Timezone & locale
- Scheduler event type (when a live calendar is later approved)
- Qualification rules & tiers
Backend seam (live & isolated)
POST /api/lead— fail-closed: returns503 not_configuredhere becauseCRM_ADAPTER=none(no destination verified) → nothing is captured or delivered.POST /api/cal-webhook— HMAC-verified; a Solhver-only sandbox secret backs synthetic signed tests.POST /api/outcome— the only downstream signal GET retains; disabled until Solhver supplies its secret.- Data store: a dedicated Solhver-only D1 (
GET_LEADS_DB) — separate from every other tenant's database.