Conversation
Signed-off-by: m4sterbunny <harrie.bickle-ext@consensys.net>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
The "Get started" appears to be the landing page when we select the product. Is this intentional? |
|
@bgravenorst yes deliberate-- was prioritizing shortest path so put user on the get started page |
It's inconsistent with the other products. And I think we should land on the intro topics. Perhaps a solution would be to have links to "About" and "Get started" on the landing page cards? (Something to consider in the future)
But anyone going Via the Products menu should go to the intro page. |
embedded-wallets/README.mdx
Outdated
| ### Step 1: Create a developer account | ||
|
|
||
| :::note | ||
| Sign up at the Embedded Wallets dashboard: [dashboard.web3auth.io](https://dashboard.web3auth.io/). The basic plan |
There was a problem hiding this comment.
Can we add the link on "Embedded Wallets dashboard"?
There was a problem hiding this comment.
- Yes, I like the card having the option to learn more or just get started.
- Putting the dashboard url into visibility was deliberate/for discussion: because there's still a disconnect between the new and old brands, I thought that may save us from yet another admonition stating that web3auth is still in the code/dash. I guess it jarred you?! It's the only instance, all others are links from "[Embedded Wallets dashboard]"
|
Notice that the "Choose your platform" nav could be considered redundant if the Get Started is the primary path (and is search friendly). Either it can go, or rather than being an abstraction like so: There could be pages offering the Get started and the Quickstart paths (for those that have quickstarts):
|

Description
Proposes simpler user journey (landing on a 3 step get started)
Issue(s) fixed
Fixes #2717
Preview
Checklist
External contributor checklist
Note
Low Risk
Low risk: documentation-only information architecture and link/redirect updates, with no runtime product logic changes. Main risk is broken navigation or stale internal links if any routes are missed.
Overview
Simplifies the Embedded Wallets landing/overview experience. The overview page (
embedded-wallets/README.mdx) is reworked to remove the inline “Get started” tiles and fold the formerhow-it-workscontent (architecture diagram, infra explanations, FAQs) directly into the “About” page, with updated frontmatter/SEO copy.Adds a new
embedded-wallets/get-started.mdxthat provides a 3-step onboarding flow and hosts the platform selection tiles previously on the overview page.Updates navigation and routing:
ew-sidebar.jsnow showsAbout+Get Started, collapses “Choose your platform”, and moves Dashboard docs into a dedicateddashboardsidebar section; the Embedded Wallets subnav (SubNavBar/configs.ts) changes Dashboard from an external link to an internal/embedded-wallets/dashboard/link; andvercel.jsonadds a redirect from/embedded-wallets/how-it-works/to/embedded-wallets/while adjusting internal doc links to point at the new locations.Written by Cursor Bugbot for commit e8aae7b. This will update automatically on new commits. Configure here.