Quick Start
Get up and running with Gately in minutes - no coding required!Overview
This guide will help you set up Gately on your website in just a few simple steps. Whether you’re using Framer, Webflow, or any other platform, the process is straightforward.1. Dashboard Setup
Configure your Gately project settings
2. Add to Website
Add the embed script to your site
3. Test & Customize
Test authentication and customize appearance
Step 1: Dashboard Setup
Create Your Project
- Go to https://app.usegately.com
- Sign up for a free account
- Create a new project with your site name
- Note your Project ID - you’ll need this later
Configure Basic Settings
- Go to Settings → General
- Set your site domain (e.g.,
yoursite.com
) - Choose your default language
- Set your timezone
Enable Authentication
- Go to Settings → Authentication
- Enable Email/Password authentication
- Optionally enable Magic Link or Social Login
- Configure sign-up fields (name, email, etc.)
Step 2: Add to Your Website
Get Your Embed Script
- Go to Settings → Installation
- Select your platform (Framer, Webflow, etc.)
- Copy the generated embed script
Add to Your Platform
For Framer:
- Go to Settings → Custom Code
- Paste the script into the
<head>
section - Publish your site
For Webflow:
- Go to Project Settings → Custom Code
- Paste the script into the
<head>
section - Publish your site
For Other Platforms:
- Find your platform’s custom code section
- Paste the script into the
<head>
section - Publish your site
The embed script is lightweight and won’t affect your site’s performance. It automatically detects when authentication is needed and shows the appropriate forms.
Step 3: Test Your Setup
Test Authentication
- Visit your published site (not the editor)
- Look for authentication elements - they’ll appear automatically
- Try signing up with a test email
- Check your dashboard - the user should appear in your user list
Test Different Flows
- Sign up flow: Create a new account
- Login flow: Sign in with existing account
- Password reset: Test the forgot password feature
- Email verification: Check if verification emails are sent
Step 4: Customize Appearance
Branding
- Go to Settings → Branding
- Upload your logo
- Set your brand colors
- Choose your font family
Authentication Forms
- Go to Settings → Authentication
- Customize form fields and validation
- Set redirect URLs for post-login/signup
- Configure email templates
User Experience
- Go to Settings → User Experience
- Set success and error messages
- Configure session duration
- Set up security settings
What You Get
Once you complete the setup, your site will have:Authentication System
Professional login and signup forms that automatically appear when needed.
- Email/Password Authentication
- Magic Link Authentication
- Social Login (Google, GitHub)
- Password Reset
User Management
Complete user interface for managing accounts and subscriptions.
- User Profiles
- Account Settings
- Membership Cards
- Plan Selection
Form Collection
Collect and manage form submissions from your site.
- Contact Forms
- Lead Generation
- File Uploads
- Data Export
Analytics Dashboard
Track user behavior and site performance.
- User Analytics
- Conversion Tracking
- Form Submissions
- Performance Insights
Platform-Specific Guides
Framer Integration
For detailed Framer setup instructions, see our Framer Integration Guide.Webflow Integration
For detailed Webflow setup instructions, see our Webflow Integration Guide.Other Platforms
For other platforms, see our Other Platforms Guide.Troubleshooting
Script not loading
Script not loading
- Check your project ID is correct
- Verify the script is in the
<head>
section - Check browser console for errors
- Ensure your platform allows external scripts
Authentication forms not appearing
Authentication forms not appearing
- Check your domain is whitelisted in dashboard
- Verify the script is loading correctly
- Test on the published site (not editor)
- Check browser console for errors
Users not appearing in dashboard
Users not appearing in dashboard
- Check your project ID is correct
- Verify domain settings in dashboard
- Test with a different email
- Check dashboard refresh
Styling not applying
Styling not applying
- Check branding settings in dashboard
- Verify CSS is loading correctly
- Test with default theme first
- Check for CSS conflicts