Join the Webstudio community

Home
Members
waltermelo2017
w
waltermelo2017
Offline, last seen last month
Joined December 13, 2024
to access the route. just call the site collection url. like this.
Hello guys. some months ago I did a hack in Decap CMS to host static api's. I made some great updated there now.
https://github.com/walmello/minimal-decap-cms/tree/main

now it's possible for the client create their own collections without messing up with YAML files.
just access the /admin path. you will see a tag above saying it's in development mode.

Collections created this way are builded into the "client version" of the CMS. its like a CMS that generates a CMS πŸ™‚
Hello people, after days testing different CMS's I found a solution that is working really well!
I'm using Decap CMS to serve JSON files. the build script is just a simple node file that generates the collections.
The coolest part is that Webstudio + Decap CMS it's a zero-cost stack, with a no-code editor for your client and with a CMS to manage it.

https://github.com/walmello/minimal-decap-cms

Feel free to clone and improve it. πŸ™‚
I'm going to document it better as soon as possible.
14 comments
w
J
J
P
Hello guys, I'm really liking Webstudio so far but I'm really worried about how my client will maintain it. and sometimes unexpected bugs happens, last time I was working on a Slot and it suddenly dissapeared. I'm lucky that I had a copy. but I would prefer to not count with it. I'm worried that this is an essential feature that without it I can't feel safe to serve my clients with Webstudio. even if I just give them access only to "Content Mode". I'm scared about the unexpected things that can happen.
1 comment
O
Hello guys, I was working around with the class/token system. and, I disabled it just for testing. I would like to do some class based toggle animations. but I noticed that the name. is not the same. which leads to a lot of confusion when applying just enough javascript to enable/disable a class.

wouldn't be better if you don't want to use the token based classes that it at least have the original "class" name?
7 comments
J
w
B
Hello guys, can someone help me in finding a CMS that can add images inside rich text. just like we can do on Webflow? I tried using baserow, airtable, notion. but they don't let my client add images or embeds inside the rich text. just regular text. I would like to give a similar experience to my client that is already used to Webflow. thank you in advance
14 comments
w
O
s
Hello, I'm playing around with Webstudio and AlpineJS, and other things but I found some small limitations that would be nice if possible to change, since they are Webstudio design decisions that don't let me use the full potential of these "attribute oriented" libraries.

for example. would be nice to have the "template" tag .
and the possibility to write properties like : @click, @keyup.enter. , in other words allow the @ sign and dots on the attribute naming.
4 comments
w
B
Hello, while I was working with a dropdown that should react with a "onchange" listener. I got an idea that could be nice.
Would be nice if we could declare functions as Data Variables, that way. we would have a place just to hold our functions instead of the need for using an embed to create them.

That way I could add the behavior just like: () => selectLanguage(this).
3 comments
O
w
B
Hello people, I would like to ask if it's viable to use Webstudio in production already and if you had faced some challenges with it? if yes. how do you overcome them?

Thank you very much
19 comments
J
M
w
J