You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sharing is caring and this is a really important feature as right now all the code gets stored in the user's browser (so if you clear your data in your browser you lose all your projects!)
So the idea with this feature is to be able to generate a unique URL for every project created in Lab, adding the possibility to share your creations with other people.
Motivation
Sharing and showcasing is a really good use case for Lab, but in order to do that, the user needs to be able to share their projects with the outside world.
Describe alternatives you've considered
There are many ways in which this feature could be implemented but following this decentralization movement, ideally, we could use something like IPFS to be used a syncing/serving point
Additional context
This is a possibility of how this feature could actually look like in real life:
Every project has a unique URL which does not change when you do new saves.
When looking at an already created project, when you change something and hit save, Lab will automatically reload the project in a new generated URL for the either logged in or not user
NOTE: Here we could aim to have it anonymous for now until we do actually have a login functionality.
The text was updated successfully, but these errors were encountered:
Summary
Sharing is caring and this is a really important feature as right now all the code gets stored in the user's browser (so if you clear your data in your browser you lose all your projects!)
So the idea with this feature is to be able to generate a unique URL for every project created in Lab, adding the possibility to share your creations with other people.
Motivation
Sharing and showcasing is a really good use case for Lab, but in order to do that, the user needs to be able to share their projects with the outside world.
Describe alternatives you've considered
There are many ways in which this feature could be implemented but following this decentralization movement, ideally, we could use something like IPFS to be used a syncing/serving point
Additional context
This is a possibility of how this feature could actually look like in real life:
Every project has a unique URL which does not change when you do new saves.
When looking at an already created project, when you change something and hit save, Lab will automatically reload the project in a new generated URL for the either logged in or not user
The text was updated successfully, but these errors were encountered: