Framer Plugin
New! Install the native Gately Framer Plugin for the easiest integration experience.
Getting Started
Install the Gately Plugin
Open the Gately Framer plugin from your Gately dashboard or search for “Gately” in Framer’s plugin marketplace.
Add Components
Browse available components in the plugin and drag any component directly onto your Framer canvas.
Available Components
Gately provides 25+ ready-to-use Framer components. Open the Gately plugin in Framer to browse and add them to your pages.Authentication Components
| Component | Description |
|---|---|
| Login | Email/password login form |
| Signup | New user registration form |
| Logout | Logout button |
| Magic Link | Passwordless login via email |
| Password Reset | Reset forgotten password |
| Accept Invite | Accept team/project invitations |
User Management Components
| Component | Description |
|---|---|
| Profile Settings | Update user profile information |
| Update Password | Change account password |
| Userdata | Display user profile data dynamically |
| Google Avatar | Display user’s Google profile picture |
Content Protection Components
| Component | Description |
|---|---|
| Content Protection | Protect pages for authenticated users |
| ContentLock | Advanced content locking with plan-based access |
Forms & Engagement Components
| Component | Description |
|---|---|
| Form | Embed Gately forms |
| Live Chat | Customer support chat widget |
| Like Button | Heart icon with like counter |
| Bookmarking Button | Save content to favorites |
| Bookmark List | Display saved bookmarks |
| Mark Complete | Mark tasks/items as completed |
Payment & Billing Components
| Component | Description |
|---|---|
| Subscribe | Subscription checkout button |
| Billing | Manage billing and subscriptions |
E-commerce Components
| Component | Description |
|---|---|
| Add to Cart Button | Add products to cart |
| Cart Icon | Shopping cart with item count |
| Cart Items | Display cart contents |
| Cart Subtotal | Show cart total price |
| Cart Overlay | Slide-out cart panel |
| Checkout Button | Initiate Stripe checkout |
| Inventory Label | Show stock status |
| Quantity Selector | Product quantity input |
How to Use Components
Method 1: Gately Plugin (Recommended)
- Open your Framer project
- Click Plugins in the toolbar
- Search for and open Gately
- Browse components and click to add them to your canvas
- Configure component properties in the right panel
Method 2: Copy Component Link
- Copy the component link from the table above
- In Framer, press
Cmd/Ctrl + Vto paste - The component will be added to your project
- Configure properties as needed
Setup Requirements
Before using components, ensure your Framer site has the Gately SDK installed:- In Framer, go to Site Settings > General > Custom Code
- Add to the
<head>section:
Replace
YOUR_PROJECT_ID with your actual project ID from the Gately dashboard.Component Configuration
Each component has configurable properties:Common Properties
| Property | Description |
|---|---|
projectId | Your Gately project ID |
theme | Light or dark theme |
primaryColor | Brand color for buttons |
borderRadius | Corner rounding |
Authentication Components
| Property | Description |
|---|---|
redirectUrl | Where to redirect after auth |
showSocialLogin | Show Google/GitHub buttons |
showRememberMe | Show “Remember me” checkbox |
Content Protection
| Property | Description |
|---|---|
requiredPlan | Plan required for access |
fallbackUrl | Redirect URL for unauthorized users |
showMessage | Show access denied message |
Protected Pages
Use the Content Protection component to protect entire pages:- Add the Content Protection component to your page
- Set the protection type (logged in, specific plan, etc.)
- Configure the fallback behavior
Best Practices
Always Test Authentication Flow
Always Test Authentication Flow
Test login, signup, and logout flows before publishing your site.
Configure Redirect URLs
Configure Redirect URLs
Set appropriate redirect URLs for post-authentication navigation.
Match Your Brand
Match Your Brand
Customize component colors and styling to match your site design.
Handle Edge Cases
Handle Edge Cases
Consider what happens when users are logged out or on wrong plans.
Troubleshooting
Components not working
Components not working
- Verify the SDK script is in your site’s
<head>section - Check that your project ID is correct
- Ensure your domain is added in Gately dashboard
Authentication not persisting
Authentication not persisting
- Check that cookies are enabled
- Verify your site domain matches Gately settings
Styling issues
Styling issues
- Use component properties to customize appearance
- Check for CSS conflicts with your Framer styles
