Build Smarter. Connect Faster.
Integrate With Ease
Our developer-friendly tools and clear documentation make integrating Crefy Connect a breeze.
Example Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30// CrefyProvider.tsx "use client" import { CrefyProvider, type SocialLogins } from "crefy-connect"; import "../../node_modules/crefy-connect/dist/index.css"; const socialLogins: SocialLogins = { google: true, email: true, phone: true, }; const config = { socialLogins, crefyId: "11fc7...e625170567...2ce42059db22c389...4", }; export default function ProviderLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return ( <html lang="en"> <CrefyProvider config={config}> {children} </CrefyProvider> </html> ); }
▋ How It Works
A simple, step-by-step guide to integrating and utilizing Crefy Connect's powerful identity infrastructure.

Connect Your Wallet
Easily link your preferred Web3 wallet to start interacting with the Crefy Connect platform in seconds.

Issue & Store Credentials
Securely generate, issue, and manage verifiable credentials for users or applications.

Access & Verify APIs
Utilize our robust API endpoints to verify credentials, manage identities, and build secure workflows.

Manage Sessions & Permissions
Control access, manage user sessions, and define granular permissions for your applications.
Developer Resources
Everything you need to successfully build and integrate with Crefy Connect.
Start Building in Minutes
Ready to revolutionize identity management in your applications? Join our developer community or see Crefy Connect in action.
Join Developer Hub
Get exclusive access to resources, support, and early releases of new features.
Get Started