You can view and copy your app’s URLs by:
-
Opening the app in the project editor.
-
Clicking the Share button.
There are two different views for Glitch apps and each will have their own URL:
Live Site
The live site view shows the front end of your project. You can use this link to share the final version of your app.
The URL for an app’s live site has the following format:
https://your-project-name.glitch.me
Code
The project editor is where the source code for an app can be viewed and edited (editing can only be done by project members).
The URL for opening the app in the project editor has the following format:
https://glitch.com/edit/#!/your-project-name
If the project is set to private, the URLs for the views described above will only work for those whom you have given permission.