Powered by

A design system from Family

Continue with Family

Family makes onboarding to web3 simple, handling account creation and wallet management so you don’t have to. Users can sign up with an email or phone, secured by a passkey or password — no seed phrases required.

With ConnectKit, developers can integrate this authentication flow for free with no extra code, inheriting all of Family’s built-in features like transaction simulation, security checks, and more.

This allows users to get or access an Ethereum wallet instantly when using your dapp, with Family managing the underlying infrastructure.

Try It Out

Options

Opting Out

If you would like your app to opt-out of the Family accounts experience, you can do so by setting the enableFamily option to false in your getDefaultConfig options.

,
Web3Provider.tsx
import { WagmiProvider, createConfig, http } from "wagmi";
import { getDefaultConfig } from "connectkit";
const config = createConfig(
getDefaultConfig({
... // your config
enableFamily: false, // true by default
}),
);
<WagmiProvider config={config}>
...
</WagmiProvider>

Account & Wallet Management

By enabling Family as an authentication option, users can access their account and wallet(s) in the future at any time via the Family iOS App or Web Dashboard.

Integrated Modals

By enabling Family as an authentication option, users can access their account and wallet(s) in the future at any time via the Family iOS app or web dashboard.