Documentation Index
Fetch the complete documentation index at: https://mintlify.com/dishant0406/quickleap/llms.txt
Use this file to discover all available pages before exploring further.
Get started with Quickleap
This guide will walk you through creating your first domain redirect, from signup to viewing analytics. You’ll have a working redirect in under 5 minutes.Prerequisites
- A domain name you own
- Access to your domain’s DNS settings
- The target URL you want to redirect to
Create your account
Sign up for a free Quickleap account:
- Go to the Quickleap dashboard
- Click Get Started or Sign Up
- Choose your authentication method:
- Email and password
- OAuth with Google
- OAuth with GitHub
- Complete the registration process
Your account is created instantly. No email verification is required to start creating redirects.
Create your first redirect
Once logged in, create your first domain redirect:Field explanations:
- Navigate to the dashboard
- Click Add Redirect or Create New Redirect
- Fill in the redirect details:
Example redirect configuration
- From domain - The domain you want to redirect (e.g.,
old-domain.com) - To domain - The target URL (e.g.,
https://new-domain.com) - Redirect type:
permanent(301) - For permanent domain changes and SEO value transfertemporary(302) - For temporary campaigns and testing
- Path forwarding - Preserve the URL path structure
- If enabled:
old-domain.com/blog→new-domain.com/blog - If disabled:
old-domain.com/blog→new-domain.com
- If enabled:
- Query forwarding - Preserve URL query parameters
- If enabled:
old-domain.com?utm_source=email→new-domain.com?utm_source=email
- If enabled:
- Sampling rate - Analytics sampling rate (0.0 to 1.0)
1.0= Track 100% of traffic0.1= Track 10% of traffic (useful for high-traffic domains)
- Click Create Redirect
Your redirect is created instantly and assigned a unique ID. However, it won’t work until you verify your domain.
Verify your domain
Before your redirect becomes active, you need to verify domain ownership:
DNS configuration
- Go to your domain registrar’s DNS management panel
- Update your DNS records according to Quickleap’s instructions:
- For root domain (
example.com): Add an A record pointing to Quickleap’s servers - For subdomain (
www.example.com): Add a CNAME record pointing to Quickleap
- For root domain (
Verify domain status
Once you’ve updated your DNS records:- Return to the Quickleap dashboard
- Find your redirect in the list
- Click Verify Domain
- Quickleap will check your DNS configuration
Verify domain via API
HTTPS/SSL certificates are automatically provisioned once your domain is verified. This process is handled entirely by Quickleap.
Test your redirect
Once your domain is verified, test that the redirect works:
Browser test
- Open a web browser (ideally in incognito/private mode)
- Navigate to your source domain (e.g.,
http://old-domain.com) - Verify you’re redirected to the target URL
- Check that the URL path and query parameters are preserved (if enabled)
Command line test
You can also test using curl to see the redirect headers:Test with curl
If the redirect isn’t working, ensure your DNS changes have propagated using a tool like
nslookup or online DNS checkers.View analytics
Monitor your redirect traffic with Quickleap’s analytics dashboard:
Access analytics
- Go to your dashboard
- Click on your redirect to view details
- Navigate to the Analytics tab
Available metrics
Quickleap provides comprehensive analytics for your redirects:- Basic stats - Total hits, unique visitors, time range comparisons
- Time-based analytics - Traffic over time with customizable intervals
- Geographic data - Visitor locations by country and region
- Device information - Breakdown by device type, browser, OS
- Referrer data - Traffic sources and referring domains
- Hourly patterns - Peak traffic times and usage patterns
- Bot detection - Separate human vs bot traffic
- Campaign tracking - UTM parameter analysis
Fetch analytics via API
You can also retrieve analytics programmatically:Get basic statistics
Get geographic breakdown
Analytics data is updated in real-time. The sampling rate you configured determines what percentage of traffic is tracked.
Next steps
Now that you have your first redirect working, explore more advanced features:Set up advanced rules
Create intelligent redirects based on location, device, browser, and custom conditions
Integrate with your app
Learn how to automate redirects
Configure custom domains
Set up multiple domains and advanced DNS configurations
Explore analytics
Deep dive into all available analytics and reporting features
Common issues
Redirect not working
- Verify DNS changes have propagated (can take up to 48 hours)
- Ensure domain verification is complete in the dashboard
- Check that DNS records point to the correct Quickleap servers
- Clear your browser cache or test in incognito mode
HTTPS certificate issues
- SSL certificates are provisioned automatically after domain verification
- Allow up to 10 minutes after verification for certificate issuance
- Ensure your DNS is configured correctly before verification
Analytics not showing data
- Check that your sampling rate is set correctly (1.0 for full tracking)
- Ensure traffic is actually reaching your redirect (test manually)
- Analytics may take a few minutes to appear after redirect creation
Get help
If you’re stuck or need assistance:- Check our full documentation
- Review the API reference
- Contact support at admin@lazyweb.rocks