Join the Webstudio community

Updated 2 months ago

Editing an Existing App in Web Studio

At a glance

The community member is asking if there is a way to take an existing app and make it editable in Web Studio, or if each section needs to be done directly in the Web Studio editor. The comments suggest that to achieve this, the project would need to be started in Web Studio. Another community member asks if any frontend technology, such as Qwik or Svelte, can be used with Web Studio. Oleg, another community member, provides a more detailed response, explaining that Web Studio uses data as the source of truth, not the code, and that the current architecture outputs a Remix app (or static if chosen), though it is written to support other frameworks as well.

Hey guys, is there a way to take my existing app and make it editable in web studio? Or does each section need to be done straight from web studio editor for it to be editable?
J
J
3 comments
You'd need to start the Project in Webstudio with regards to your scenario
Gotcha. One last thing, am I able to use any technology on the frontend of web studio?

For example a Qwik or Svelte app
Here's this too from Oleg as he commented on something adjacent to your question somewhere else:

It is achieved by using data as a source of truth, not the code. Web tooling is very fragmented. People have too many opinions on how to write components and that makes it nearly impossible to have components written by hand and then synced back into the UI without enforcing a huge amount of constraints. You will end up writing code in such a way that the UI can handle.

To your second question, Webstudio provides the frontend but you can use any backend like headlesses CMSs for example. The Webstudio architecture currently outputs a Remix app (or static if you so choose), though it is written to support other frameworks as well.. we just haven't gotten there
Add a reply
Sign up and join the conversation on Discord