Running and deploying
To interact with the Replit App, such as running the code and seeing its output, users must fork it. Forking creates a personal copy of the Replit App in their workspace, where they can run and edit the code. For a more integrated experience, you can deploy your Replit App and use an iframe to embed the deployed application fromreplit.app
directly into your site.
How to embed a Replit App
To embed a public Replit App, append the?embed=true
query parameter to the Replit App’s URL. This modification converts the URL into an embeddable link. Below is an example demonstrating how to embed a Replit App using an iframe in HTML:
Replace
YOUR Replit App LINK
with the actual link to your Replit App, for example, https://replit.com/@user/repl-name.