BUY-3977 UX Audit: /developers to Signup CTA Flow
Date: 2026-04-24
Owner: Form
Scope: /developers -> /docs / /quickstart -> /api-keys
Summary
The current developer conversion path leaks mostly through inconsistency, not lack of content. The site already has enough pages to convert, but the onboarding story changes too often:
/developersreads like the entry point/docsalso reads like the entry point/quickstartis written like the canonical path- copy still mixes
signupandapi-keys - documentation navigation includes dead destinations
- the post-key state behaves like account management before the user has activated
Friction Points
- Multiple "start here" stories
/developers,/docs, and/quickstartall compete as the first click for new developers.- CTA labels shift between
Get API key,Get API Key,View quickstart, and oldersignuplanguage.
- Dead-end docs navigation
- The docs sidebar and docs feature cards point to routes such as
/docs/search,/docs/products,/docs/compare,/docs/sdk, and/docs/mcp. - Those pages do not exist in the repo today.
- Copy drift in the activation flow
FirstCallBlockstill references "the signup step" even though the live flow uses/api-keys.- Docs and quickstart materials still imply different API conventions, which weakens confidence before first use.
- Weak post-signup handoff
- After a key is created, the page drops the user into a dashboard-style state.
- That helps later, but the first-session job is activation: copy key, run request, continue setup.
CTA Hierarchy Issues
/developers
- Good visual hierarchy, but no explicit "preferred path" statement.
- Resource cards compete with the core onboarding sequence instead of reinforcing it.
/docs
- The page mixes onboarding and reference behaviors.
- New users do not get a strong signal that quickstart is the safer first move than full docs browsing.
/api-keys
- The form is clear.
- The success state is not activation-oriented enough.
Mobile-Specific Concerns
- Docs navigation adds friction on first visit
- The floating menu button and drawer are workable, but they create another decision layer before activation.
- Path clarity matters more above the fold
- On mobile, the first visible CTA pair should explain the sequence without requiring interpretation.
- Dashboard content dominates too early
- On
/api-keys, metrics cards visually outrank the next action for a first-time user.
Highest-Impact Fixes
- Standardize one named onboarding path
- Treat
/quickstartas the canonical sequence. - Treat
/api-keysas the provisioning step inside that sequence.
- Replace dead docs links with working destinations
- Favor live paths that keep users moving:
/quickstart,/integrate,/docs/QUICKSTART,/docs/API_DOCUMENTATION,/docs/API_EXAMPLES.
- Convert the success state into an activation checklist
- After key creation, emphasize:
- copy key
- run first request
- open quickstart
- connect MCP
Recommended Follow-up
- Align endpoint/auth examples across marketing pages, quickstart, and markdown docs in a dedicated content pass.
- Instrument hero CTA clicks, key creation success, quickstart click-through after signup, and first successful request.