Join the Webstudio community

Hello, I want to migrate from webflow to webstudio and self host the builder, is there a step by step on how to set it up anywhere, maybe a past thread / issue? Couldnt find it by myself
3 comments
e
M
Hello friends, tell me why Google in Search Console writes ‘Sitemap could not be read’. The Sitemap is valid. It looks like some problem with robots.txt, but it is not clear how to manage it here, the site in the cloud webstudio.
https://seaventure.club/sitemap.xml
3 comments
J
a
J
There is no option for Docker in the CLI
3 comments
O
B
J
I was wondering whether the cloud-hosted version of Webstudio (Pro) has an API that would allow us to do things like create or edit a site remotely? The use-case I have in mind is asking a visitor in my website a series of questions, and based on the answers have a single-page website automatically created in Webstudio...
2 comments
O
how to add a background video behind any text or div fields in webstudio...
13 comments
I
A
O
hey guys I'm just wondering if I can export an entire website from webflow and upload it here to work on it.
2 comments
B
R
Hi Guys, Is there a plan to introduce a table component? Basic idea it to say I get stocks data from a datasource.
I want to be able to set the headers and rows, click on sort, filter and pagination to trigger off updates for refreshed data from a datasource
1 comment
B
Hey @Bogdan - hope youre well mate. Wondering if theres a way to fix an issue with a vimeo AND youtube video im having (neither platform load their videos). Following the video tutorial on yout website and getting this error in the preview
14 comments
B
S
hi, does webstudio support prismic.io cms?
Before I open a bug/suggestion topic, does anyone have animations working on collection items? Only the first animation seems to be triggered, but I'm not sure if I'm just using it incorrectly.
3 comments
B
R
J
Hi,

I am having trouble redirecting traffic from www.sesaprojects.nl to sesaprojects.nl. I am using Namecheap because Cloudflare does not have .nl domains.

See photo 1 for redirects I had setup in Namecheap.
See photo 2 for dns records in my Namecheap.

Inside Webstudio, I only have the staging domain and sesaprojects.nl

If I did not provide enough information, please let me know.
6 comments
R
h
J
m
There a lot of templates and libraries built on Webflow. For example, Relume is nice for quick AI wireframing. Webstudio could leverage these more effectively if the copy/paste process was smoother with the Craft ecosystem. Most users coming from Webflow's ecosystem will have "messy" sites that aren't compatible with Craft. I have three ideas:
1 - Convert to Craft option for Client-First projects and major design systems (Anything non-standard isn't converted)
2 - Convert to local option for styles that aren't repeated
3 - Don't add WF class names to the navigator, to reduce confusion & revisions

I can't tell you how to build it, but I think there is a big opportunity to work with the old to ease users into the new.
5 comments
O
I'm seeing incredible scope for their utility, but it would be amazing to be able to re-order them in the builder... And even have folders (or even sub-folders).
e.g.
baserow
  • table
  • table
other integration
site wide

etc
2 comments
B
O
On the gallery page, it would be fantastic to add some filters and meta info.
i.e. examples of WS sites using different CMS, using native interactions etc etc.
And specifically ones built using Craft.
It's a small thing but always useful to have references and examples when trying to pitch WS.
https://webstudio.is/gallery
2 comments
J
O
Hey, I'm would like to know the way you guys recommend to add javascript in webstudio.
6 comments
O
K
y
I am designing a website where I want a dynamic pricing table where I want a button that will change the the table data from monthly pricing to yearly pricing .. for monthly there is 3 plans and for years there is 3 plans too but the value changes based on that.... now I want it to implement in webstudio.. how can I do so ?
5 comments
O
Does anyone know when WebStudio will be opening up the lifetime deal again?
2 comments
J
v
I am trying this on a fresh project (though faced same on other projects)
Created 6 pages, created a static sitemap, bind to resource, bind collection item, and it only shows 1 homepage in results

What am I missing please.
Thanks in advance
3 comments
O
m
Well I had to create a bunch of slugs today based on article titles. So I made this. Feel free to use if ever needed. https://poe.com/SLUGify
1 comment
S
the scroll thingy is just outstanding 🙂 now some impovemts for lazy ones like me, rightclick, bit UI polish, and this tool moving near perfect state 🙂
2 comments
O
I am setting up the sitemap (Watching Hygraph CMS video) for an almost finished site.
I have 3 types of dynamic content in Hygraph:


1 . posts
  1. post categories (each category has it's landing page) and url is example.com/category/business
3 . Projects (url: example.com/project/abcd

How do i go about creating a sitemap that indexes all these

Thanks
5 comments
B
m
Hello everyone, I'm having some issues with my website. If I make changes to a responsive version, the change is applied to other versions, and I don't want that. Could someone please explain what I can do?
4 comments
O
Wow, this is amazing! 🤯 Native scroll-driven animations at 120 FPS are a game-changer for web design. I’m super excited to try this out with Webstudio! Can’t wait for some guides or templates on simple animations like parallax effects — or even a post pointing to where we can find them. Great job, team! 🚀
3 comments
O
When an image in inside a link box, it would be nice in content mode to be able to replace the image and edit the link, whereas it is only possible to edit the link. There is no way to select the image element that is inside the link.
4 comments
M
O
j
Hello 👋🏼 I've been banging my head on this for the past few days. I'm running this on an Unraid server, with a fresh Ubuntu 25.04 vm install. A big help is the information provided from this thread https://discord.com/channels/955905230107738152/1353303593800962048


The following are the steps on how I have the vm set up:
Installed docker via steps from
sudo apt install npm
git clone https://github.com/webstudio-is/webstudio.git

sudo npm install -g @devcontainers/cli
sudo npm install -g prisma
sudo npm install -g pnpm

sudo devcontainer up --workspace-folder webstudio/
For no consistent reason at all, the above command *might* result in a  ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL error, despite reinstalling numerous times. The below commands fix the issue and can move on:

sudo devcontainer exec --workspace-folder webstudio/ bash
sudo chown -R "$(whoami)":"$(whoami)" /workspaces/webstudio/
pnpm install
exit

sudo devcontainer exec --workspace-folder webstudio/ pnpm migrations migrate
sudo devcontainer exec --workspace-folder webstudio/ pnpm dev

I've made sure to add ports 3000, 5432 and 5173 to ufw rules but 5473 is the only one not showing up when running sudo ss -tuln. I've tried appending the port to the containerenv file and rebuild but made no difference, so currently at a crossroad