Introduction
Quick Start
Get started with Morph in your React application in minutes.
This guide will help you quickly integrate Morph into your React application.
Installation
Basic Setup
1
Add Morph Provider
Wrap your application with the Morph.Provider
component:
2
Configure environment variables
Add your Morph public key to your environment variables:
The provider will automatically detect the key from your environment variables.
3
Add Connect button
Add the Connect
component to handle authorization:
Next Steps
- Implement custom authorization flows using triggers
- Add connection settings for advanced configuration
- Add internationalization support
- Explore security best practices for production deployments