Question about Backend API for Self-Hosting Destack Editor #128
Replies: 3 comments
-
Thanks The code of If you want to use the editor from a website you'd need some sort of authentication (ie. a jwt or a session token) in the client If you only want to self host you won't need authentication and you only need to change the url of the |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for your help and support !! One last question: Is there a way to get the source code for this demo? https://destack-page.vercel.app/ ?? It will help a lot, please let me know |
Beta Was this translation helpful? Give feedback.
-
The source code is on https://github.com/LiveDuo/destack-online-editor. Note that, this example is based on a a previous version of Destack (v1) and we are now on v3 (#22 #104). Destack v1 was based on Grapes.js while Destack v3 and is written from scratch in vanilla js and the two versions are very different. It would be great if we get a similar example with v3 but I don't think I'd be able to do it anytime soon. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!!!
First, fantastic work on this project!
I'm integrating the Destack editor into a custom React app and see that it relies on a backend API at /api/builder/handle for loading themes and page content.
Could you please point me to the source code for this API, or provide any documentation on how to implement it? I'm trying to figure out the best way to self-host the complete editor.
Any guidance would be greatly appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions