Dashboard
Welcome back! This page is protected with page-level gating.
Status
Active
Email
Account email
Plan
Premium
$10/month
Protected Content
Page-level protection in action
This page is protected with PaywallGate
while other pages like Settings and Billing remain accessible to all logged-in users.
Benefits of Page-Level Gating:
- • Granular control over which pages require subscription
- • Settings and billing pages stay accessible
- • Users can manage their subscription even when inactive
- • Perfect for SaaS with free account features
Implementation
// app/dashboard/page.tsx
import { PaywallGate } from "milkie";
export default function DashboardPage() {
return (
<PaywallGate>
<div>
{/* Your premium content here */}
</div>
</PaywallGate>
);
}
// Only this page is protected - Settings and Billing remain accessible!
Unlock this content
We promise it's worth it.
Powered by milkie