Join the Webstudio community

Home
Members
Santosh
S
Santosh
Offline, last seen 2 days ago
Joined December 13, 2024
Is there a way that if I have a page with supabase setup and the user is logged, can I pass the token / jwt while calling a "data" resource? I basically want the backend to be able to identify the user. I think I could simply add it to the page url and access it from there, but wondering if there is a cleaner way
4 comments
B
S
Is there a way to make the background gradient animated so that it keeps cycling .... to give some dynamic effect?
13 comments
S
F
O
M
Hi guys, practising all my learnings from the amazing tutorial by @John Siciliano .... is there a way to get immediate feedback on the UI when we scroll thru variables and options? ... it would make the experience smoother i feel ... basically ... i can see the gradients as i cycle thru the options.
2 comments
B
J
Hi all, how to make the text here with ellipsis? can you please guide me with the setting
2 comments
B
J
Hi @John Siciliano ... trying to figure out what craft compatible means in the context of the templates ... there are bunch of them mentioned as craft compatible (i've watched the video in the docs) . Does that mean that were design with few changes to the styling like shown in the video. Is there anything more to interpret. Sorry for these basic questions!
7 comments
J
S
I am trying to run the builder on my mac ... after authorization ... I am getting an error Error authenticating with dev AuthorizationError: User not found
any idea?
4 comments
S
B
any easy way to copy the style guide from the hosted app to one in a self hosted one?
7 comments
O
S
Hi guys, I have a self-hosted builder for few projects that works perfectly. I am planning to update the code to the latest commit. Any tips to be careful about? Do I need to keep backups etc? Would love to sync my repo today

I want to ensure that the project continue to run after the upgrade
9 comments
B
S
Could you please advise how the clipboard functionality works? I want to maintain a database of few components specific to my layout in a external db and just use a chrome extension to copy and paste from the extension to webstudio? I know its possible, but cant quite figure out where to set the component to so that it can be pasted on my webstudio box on my page.
5 comments
B
S
Is there a way to copy and paste all the classes from one element onto another element?
5 comments
b
O
S
Can someone please guide me how to make a normal form behave like a webhook form? I remember there was a tutorial somewhere. Can you pls guide me?
3 comments
B
S
There seems to be some issues with the clipboard. I just started on a new website and I having issue doing CMD+C and CMD+V across pages. This used to work seamlessly before
3 comments
S
B
while self-hosting the site, after npm run build ... how can the app be started?
22 comments
I
S
I
B
I am creating a multi-tenancy website (content is served using the domain name). Is it possible to automatically publish the same site to multiple domains and provide the user with the DNS records? Or, will the same DNS records work for all.

Manually adding in the builder wouldn't work. An API solution would be fine but I hope the builder doesn't crash if the site is mapped to say 1000 distinct domains

Self-hosting is another option, but I would prefer the standard way.
20 comments
S
J
hi guys, are multiple variables not possible in dynamic pages? .... bascially /:category/:month
3 comments
S
B
Can I creat a table using boxes and html? .. can we pls allow Box to be set as table, thead, tbody, th, tr and td pls
22 comments
S
x
O
correct me pls ... if i screw up something on my project and discover the next day .... there is absolutely no way to recover right? Versioning is on its way .... but is there no hacky way to do it currently? 😄
2 comments
S
O
Is there a way to include helper functions in Expressions? ... e.g. toLower() .asDate() etc
2 comments
O
J
S
Santosh
·

import/export

hi @Oleg Isonen , would be great if there was a way to move apps between self-host and cloud via an import / export option. Any possibility?
7 comments
O
J
I have an app that I want to add custom domains too. I can to this via the interface but wondering if I can do this via a CLI or some automation and email them to users to setup on their DNS.
I basically serve different data based on the domain.

Is this possible?
1 comment
J
I have a custom js without client-only setting (and I want to keep it like that). but the js is executing twice. how can i make it execute only at one time
2 comments
S
O
Is it possible to add app level variables like API keys etc that can be referenced across all pages and components (similar to system var but at app level?

Also, great if they could be set dynamically via Javascript and Resource request
2 comments
O
Just wondering which all portions are not open source? Dynamic Edge Data Bindings, CMS integrations, Version history is it?
5 comments
J
S
O
I have a collection is binded to a variable that contains the return value from a POST resource ... a json array of a random # of elements which renders a bunch of cards .. but the UI seems to always show the maximum # of cards ... I debugged the server side and the # of entries returned is varying

What is the issue here? The webstudio rendering does not seem to change based on the # of entries in the collection
8 comments
O
S
S
Santosh
·

Home

finally implemented my version of email OTP passwordless auth on WS ... i guess they are workarounds but works just fine ..... try it out pls 🙂

https://ws-supabase-auth.wstd.io/
7 comments
O
S