Choose Your Plan
Select the perfect plan to manage your digital privacy effectively. Simple, transparent pricing.
Basic
$0/month
For individuals just getting started with privacy protection.
- Generate up to 3 removal requests per month
- Track request status
- Basic AI assistance
- Community support
Pro
$10/month
For users who want more comprehensive privacy management.
- Generate unlimited removal requests
- Advanced AI assistance & summarization
- Priority email support
- Early access to new features
Business
Contact Us
Tailored solutions for businesses and organizations.
- Custom request templates
- Dedicated account manager
- Bulk request processing (soon)
- Custom integrations (soon)
Stripe Integration Note
Payment processing can be handled securely by Stripe. For some plans (like our "Pro" plan), clicking the subscription button will redirect you to a pre-configured Stripe Payment Link. For other scenarios or more complex setups (e.g., dynamic pricing, different subscription options within a tier), you would typically create a Stripe Checkout Session via a backend API.
To fully implement Stripe with backend-driven Checkout Sessions:
To fully implement Stripe with backend-driven Checkout Sessions:
- Set up products and prices in your Stripe dashboard. Each price will have a Price ID (e.g.,
price_xxxxxxxx). - Create a backend endpoint (e.g., an API route in Next.js) that takes a Price ID, creates a Stripe Checkout Session, and returns the Session ID.
- Use Stripe.js on the client-side (with your Stripe Publishable Key) to redirect to the Checkout Session using the Session ID.
- Handle webhooks from Stripe to manage subscriptions and fulfillment on your backend.
- Ensure your Stripe Price IDs (e.g.,
NEXT_PUBLIC_STRIPE_PRICE_ID_PRO_MONTHLYfor a specific plan if not using a direct link) and Publishable Key (NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY) are configured in your.envfile.
Need help deciding or have custom requirements? Contact us.