> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

The Coinbase Developer Platform (CDP) Frontend SDK allows developers to provide embedded wallets and other
onchain primitives to their end users in their frontend applications.

The CDP Frontend SDK consists of several Typescript packages:

1. [@coinbase/cdp-core](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/reference) - Core business logic to access the embedded wallet APIs
2. [@coinbase/cdp-hooks](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-hooks/reference) - React hooks for state management of end users with embedded wallets
3. [@coinbase/cdp-react](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/reference) - Off-the-shelf UI components for embedded wallets
4. [@coinbase/cdp-wagmi](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-wagmi/reference) - Embedded wallet connector for Wagmi
5. [@coinbase/cdp-solana-standard-wallet](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-solana-standard-wallet/reference) - Solana wallet implementation compatible with the Wallet Standard
6. [@coinbase/create-cdp-app](/sdks/cdp-sdks-v2/frontend/@coinbase/create-cdp-app/index) - A CLI for creating a starter app using the packages above

Click on any of the packages above for further information on how to install and integrate the CDP Frontend SDK.

## Quickstart

To get started immediately, refer to the Quickstart for the [@coinbase/create-cdp-app module](/sdks/cdp-sdks-v2/frontend/@coinbase/create-cdp-app/index).
