You can view and copy your app’s URLs by:
-
Opening the project editor for the app.
-
Clicking the Share button.
There are two different views for Glitch apps and each will have their own url:
Code
The Project Editor is where the code for an app can be viewed and edited.
The URL for an app’s Project Editor has the following format:
https://glitch.com/edit/#!/your-project-name
Live Site
The Live Site view will only show the app only. This is good for showing off the final version of your project.
The URL for an app’s live site has the following format:
https://your-project-name.glitch.me
If the project is set to private the URLs for the views described above will only work for those whom you have given permission.