Separate sales and tool URLs
This page stays public so you can explain the offer, answer questions, and send buyers to checkout without exposing the protected tool route.
A deeper story diagnosis for romance writers who want more than a quick structural read.
Use this page as the public landing page for the paid offer, while the actual tool lives at a separate protected URL.
Checkout is represented here with a placeholder anchor until your payment flow is connected.
This page stays public so you can explain the offer, answer questions, and send buyers to checkout without exposing the protected tool route.
The public landing page lives at /full-romance-compass/, and the server-protected tool lives at /full-romance-compass-tool/.
Replace this placeholder checkout step with your actual payment link later. After purchase, your checkout provider can redirect buyers to the protected tool URL.
This codebase keeps the paid page and the protected tool page separate, but it does not add backend logic or front-end password checks.