Can I embed my prototypes elsewhere?
Note: This article refers to the Framer desktop app. Learn more about the differences between the Framer web and desktop app here.
Because Framer is web-based, you can embed your prototypes anywhere online. You'll first need to:
- Open your project in Framer’s desktop app
- Export a html prototype
- Upload the exported folder to your own server or a service like Netlify Drop

You should now have a URL where your project is hosted. You can copy and paste the URL of your project into the src attribute:
<iframe src="[your-project-url]" width="500" height="950" frameborder="0" />
Don't forget to adjust the width and height to the size of your device Frame.