Since Webstudio is an opensource initiative, and coolify is a self-hostable alternative to netlify, I think it would be offering people who want something selfhostable something really nice
It would be really helpful to be able to either transfer design tokens from one project to another or, alternatively, define tokens at an account level, so that people are able to re-use them across all of their projects. One of the major issues is that if you have a lot of tokens to manually add for each project, you lose a lot of velocity in design and development.
I would see design tokens being exportable and importable, being one of the more sensible approaches since that could potentially be done by implementing JSON import-export functionality. Where the JSON would contain the design token collection and their values.
Q: Is there any support for adding analytics tools like hotjar and/or Google Analytics ? Is it through the HTML embed ? Does it impact performance over adding the code for them by pasting it in the header ?
Hi folks. Working on porting a website with Webstudio to do some performance testing, and I've hit a small snag. Trying to animate a SVG and it doesn't seem to work.
How I went about it is to have a HTML embed into a button, and then another HTML embed with visible=false, where I've added the CSS code that does the animation. However, when I try to bring it live, the animation is not working.