How to Password Protect
a Framer Page
Learn how to add real, server-side password protection to any Framer page in under 2 minutes. No coding required.
Why You Need Real Password Protection
Most Framer password components are completely insecure
JavaScript Protection
- Content visible in page source
- Bypass with browser DevTools
- Disable JavaScript to view
- Password stored client-side
PageLock (Server-Side)
- Content on hidden server URL
- Cannot be bypassed by disabling JS or View Source
- No content until authenticated
- Secure server validation
Step-by-Step Guide
Password protect your Framer page in 5 simple steps
Create a Free Account
Sign up at proofly.ae. No credit card required. Free plan available forever.
Create a Page Lock
In your dashboard, create a new lock. Choose password, email, or PIN protection.
Run on Your Page
Open your Framer project, run the plugin, and select the page to protect.
Publish & Done
Publish your site. Your page is now protected with real server-side security!
Common Questions
Is PageLock really secure?
Yes. Unlike JavaScript solutions, PageLock uses server-side protection. The protected content is removed from your published page and stored on Proofly servers, so the page visitors load contains only the login form. There's nothing to bypass because the content isn't in the page, and after a visitor logs in the server returns the content only for that authenticated session. Credentials are stored as salted hashes.
Do I need to know how to code?
No coding required. The entire process is point-and-click through our dashboard and Framer plugin.
How much does it cost?
PageLock is free on Framer staging domains. To lock a custom production domain, upgrade to a paid plan. See current pricing for live plans and prices.
Does it work with custom domains?
Yes! PageLock works with any Framer site - custom domains or framer.website subdomains.