Hello,
In the README it mentions the ability to share via URL. I’m not seeing any functionality suggesting that is currently setup.
How do I go about sharing?
Hello,
In the README it mentions the ability to share via URL. I’m not seeing any functionality suggesting that is currently setup.
How do I go about sharing?
we don’t have that feature yet. this project is mainly focused on local deployment or self hosting with no authentication.
Thank you for your response! That makes sense and I appreciate that the scope is on local usage.
Just out of curiosity, would sharing the generated data be possible given it’s spawned inside a local WebContainer? I imagine the data would need to be stored elsewhere. Any idea if it also stores the data on the host machine?
Thank you!
but if you want to share the code base, you can still manually download the project or export the chat and share it
the chat is stored in the browser local memory called indexdb
and everytime you open the project and the chat gets reloaded and all the file actions are being performed once again, thats how the project gets rebuilt
Ah, interesting. Am I understanding correctly that when re-loading a project it’s consuming further tokens in that case rather than loading data from the previous generation(s)?
I think we will add better export/import of projects to github.
And we can have then “import” url so that someone else can pull pull github repo to his oTToDev
Also deployment could come after that.
Something to hit over next month or sooner.