Documentation Index
Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
Use this file to discover all available pages before exploring further.
The Framer entitlement unlocks a Framer template remix link for paying customers. You upload the template to Dodo Payments, attach the entitlement to a product, and customers receive a remix link that lets them clone the template into their own Framer account.
What gets delivered
- A unique remix link to the Framer template you uploaded.
- The customer clicks the link to remix the template into their own Framer workspace.
- On cancellation or refund, the remix link is invalidated.
Connect Framer
Framer is connected implicitly the first time you create a template entitlement. There’s no separate OAuth step.Grab the remix link from Framer
Open your Framer project. From the top-left menu, go to File → Copy Remix Link. This produces a public remix URL that lets anyone clone the project into their own Framer account — the link Dodo Payments will share with paying customers.

Add the template and create the entitlement
Back in the Dodo Payments dashboard, pick the template from the Template dropdown. The first time you do this for a new template, paste in the remix link you copied to register it. Give the entitlement a name and click Create Entitlement.
Dodo Payments registers the template and returns a

framer_template_id you can reference programmatically.Customer flow
- The customer completes checkout.
- Dodo Payments creates a
pendinggrant and issues a unique remix link tied to that customer. - The grant transitions to
deliveredonce the remix link is provisioned and the link is included in the customer’s email and portal. - The customer clicks the link, signs in to Framer, and remixes the template.
- On revocation, the remix link is invalidated. Already-remixed copies in the customer’s Framer account remain, since Framer doesn’t expose a way to revoke them.
Required configuration
| Field | Required | Description |
|---|---|---|
framer_template_id | Yes | The template ID returned when you upload the template. |
Create via API
Webhooks
Seeentitlement_grant.* webhook events. Framer grants arrive pending and transition to delivered once the remix link is provisioned.
Troubleshooting
Customer's remix link doesn't work
Customer's remix link doesn't work
The remix link is single-use and tied to the customer. If they cleared the link before remixing, revoke the grant and reissue.
Refunded customer still has a remixed copy
Refunded customer still has a remixed copy
This is expected. Framer treats a remix as the customer’s own project once it’s cloned; Dodo Payments invalidates the original link but cannot delete copies in the customer’s account.