# Welcome to Openfort

Openfort builds secure **wallet infrastructure** to unlock better UX with internet money. Embedded wallets, account abstraction, automations, and money flows come built-in—so you can add stablecoins functionality *in days, not months*.

## Choose the right product

<HoverCardLayout>
  <HoverCardLink title="Embedded Wallet" subtitle="Invisible in-app capabilities" description="Build on top of non-custodial wallets for consumer, fintech and enterprise flows." href="/products/embedded-wallet" icon={Wallet} color="#FC3627" />

  <HoverCardLink title="Global Wallet" subtitle="Universal cross-app identities" description="Launch your own global wallet SDK. Modular by design with authentication, user interface, and account abstraction." href="/products/cross-app-wallet" icon={Layers} color="#6B5BFF" />

  <HoverCardLink title="Backend Wallet" subtitle="For server and automatic actions" description="Server infrastructure to manage and automatize wallets and permissions." href="/products/server" icon={PackageOpen} color="#1E90FF" />

  <HoverCardLink title="Paymasters & Bundlers" subtitle="Sponsor and send transactions" description="Gasless transactions, pay in multiple tokens and relayers." href="/products/infrastructure" icon={ArrowBigLeft} color="#1E90FF" />
</HoverCardLayout>

## Get started

<HoverCardLayout>
  <HoverCardLink
    description="Get started with Openfort by creating a new project and obtaining your API keys."
    href="https://dashboard.openfort.io"
    title="Get started"
    subtitle="Openfort dashboard"
    img={{
    src: "/img/icon.svg",
    alt: "Openfort Icon",
    className: "rounded-none",
  }}
    color="#fc3627"
    external
  />

  <HoverCardLink description="Try our embedded wallet sample to explore Openfort's features and capabilities." href="https://demo.openfort.io" title="Try our demo" subtitle="Auth, wallets, and transactions." icon={Puzzle} color="#fad323" external />

  <HoverCardLink
    description="Join our community for support, updates, and discussions."
    href="https://t.me/openfort"
    title="Developer community"
    subtitle="Join for direct support"
    img={{
    src: "/img/icons/telegram-icon2.svg",
    alt: "Telegram Icon",
    className: "rounded-none p-0.5",
  }}
    color="#34aadf"
    external
  />
</HoverCardLayout>
