Join the Webstudio community

Updated 2 months ago

Webstudio: Evaluating for Figma or Tilda Replacement and Publishing Static HTML Pages

At a glance
Hello there i'm new to webstudio and currently evaluating it for our needs in replacement of Figma or Tilda.
My main struggling point at the moment is how to publish static html pages on Apache or NginX (On a local server of my own).
I've seen that there is a Webstudio CMS but I cant figure out how all this get together and if it can help me.
O
p
24 comments
If you want to serve static html on Apache on NginX, webstudio is not for you.
Webstudio is creating a react application which requires a Node server to run
static export will be supported in the future but we are not there yet.
So to use Websstudio i need to set up a nodejs hosting platform ?
That would be great
It seems that the react application is using some kind of "webstudio cdn" to publish assets like pictures...
How can i "build" a react version producing urls to local assets ?
all assets are synced into a folder when you use our CLI, you don't need webstudio cloud CDN if you want to self-host
I did not see how to self host in the documentation. I missed something ?
But there is only Vercel and Netlify...
Attachment
image.png
This is not self hosting it's cloud hosting correct ?
After a bit of digging into remix and vite i found how to install remix-serve and use npm run start after npm run build
But the problem is still the same : the resulting index.js in build/server contains references to images like : https://apps.webstudio.is/cgi/image/blablabla I guess this comes from .webstudio/data.json obtained when i did the webstudio checkout
that's strange, it should be referencing them from that local folder if you are running it locally
can you create an issue please with step by step how you got there?
Will do that tomorrow πŸ™‚
That's what I call high quality issue report
just this alone is worth πŸ‘
Add a reply
Sign up and join the conversation on Discord