Skip to content

Commit a368c03

Browse files
committed
docs: new wallet overview comparing regular connect, in app, and ecosystem wallets
1 parent 21814a9 commit a368c03

File tree

3 files changed

+97
-0
lines changed

3 files changed

+97
-0
lines changed
808 KB
Loading
1.11 MB
Loading
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
import { Callout, DocImage, createMetadata, FeatureCard } from "@doc";
2+
import customModal from "../assets/custom-modals.png";
3+
import EcosystemWalletOverview from "../assets/ecosystem-wallet.png";
4+
5+
export const metadata = createMetadata({
6+
image: {
7+
title: "thirdweb Connect",
8+
icon: "wallets",
9+
},
10+
title: "thirdweb Sign-In",
11+
description:
12+
"thirdweb Connect is a comprehensive toolkit for connecting end-user wallets to applications and games.",
13+
});
14+
15+
# Overview
16+
17+
A flexible sign-up flow that accommodates different preferences is critical when onboarding users. thirdweb offers multiple wallet solutions to meet various integration needs:
18+
19+
1. **Connect** - Traditional wallet connection with 350+ providers
20+
2. **In-App Wallet** - Seamless onboarding with email, social, and passkey options
21+
3. **Ecosystem Wallet** - Branded wallet service for cross-application authentication
22+
23+
<DocImage src={EcosystemWalletOverview} />
24+
25+
### Features
26+
27+
<div
28+
className="my-4 grid gap-2 md:grid-cols-2 lg:grid-cols-2 "
29+
>
30+
<FeatureCard
31+
title="Wallet Support"
32+
description="350+ wallet providers supported"
33+
iconUrl="/icons/feature-cards/wallet.svg"
34+
/>
35+
<FeatureCard
36+
title="Fiat On-Ramp"
37+
description="Enable purchase options directly in modal"
38+
iconUrl="/icons/feature-cards/fiat-ramp.svg"
39+
/>
40+
41+
<FeatureCard
42+
title="Seamless onboarding"
43+
description="Email, phone, social, and passkey options"
44+
iconUrl="/icons/feature-cards/fingerprint.svg"
45+
/>
46+
<FeatureCard
47+
title="Customizable"
48+
description="Match your applications branding"
49+
iconUrl="/icons/feature-cards/customize.svg"
50+
/>
51+
<FeatureCard
52+
title="Gasless"
53+
description="Enable free transactions with smart accounts"
54+
iconUrl="/icons/feature-cards/gasless.svg"
55+
/>
56+
57+
<FeatureCard
58+
title="Localization"
59+
description="Support for multiple languages"
60+
iconUrl="/icons/feature-cards/localization.svg"
61+
/>
62+
<FeatureCard
63+
title="Cross-Chain Support"
64+
description="Enable end users to view assets, balances, and activities for apps and games across any EVM-compatible chain"
65+
iconUrl="/icons/feature-cards/compatibility.svg"
66+
/>
67+
<FeatureCard
68+
title="User Attribution & Analytics"
69+
description="Unlock analytics for developers and end user activity across your ecosystem"
70+
iconUrl="/icons/feature-cards/compatibility.svg"
71+
/>
72+
</div>
73+
74+
### Solutions
75+
76+
| SOLUTION | BEST FOR | PRICING |
77+
|----------|----------|----------|
78+
| Connect | Applications needing traditional EOA wallet integration | Free |
79+
| In-App Wallet | Mainstream applications requiring seamless onboarding | [Free up to 1,000 MAW, then $0.02/MAW](https://thirdweb.com/pricing) |
80+
| Ecosystem Wallet | Organizations building branded wallet networks | [From $250/mo per instance](https://thirdweb.com/pricing) |
81+
82+
### Use Cases
83+
84+
- **Gaming & Entertainment** - Cross-game accounts and gasless transactions
85+
- **Enterprise & Loyalty** - Custom authentication and user attribution
86+
- **DeFi & NFT** - Traditional wallet connection and fiat on-ramps
87+
- **Chain Ecosystems** - Unified accounts across chain applications
88+
89+
### Integration Options
90+
91+
| OPTION | BEST FOR |
92+
| ---------------------------------------------------- | ---------------------------------------------------------------------- |
93+
| [ConnectButton](/connect/sign-in/ConnectButton) | Developers who want an easy-to-integrate button with modal. |
94+
| [ConnectEmbed](/connect/sign-in/ConnectEmbed) | Developers who want an easy-to-integrate full sign-in page experience. |
95+
| [Custom UI (useConnect)](/connect/sign-in/Custom-UI) | Developers who want complete customization over the modal branding. |
96+
97+
<DocImage src={customModal} />

0 commit comments

Comments
 (0)