It looks nice and lots of designers will be using it.
Add effect > glass > play with params 🫰
It looks nice and lots of designers will be using it.
Add effect > glass > play with params 🫰
Hardcode an email in 3 places on a site, and human error will strike if you need to update it. Plus, it just takes more work.
Now you can define reusable data on the Global Root. Think phone numbers, emails, CMS API info, etc.
Now you can with Global Data Variables!
🌎 Define reusable data globally
📦 Access the variables anywhere… including inside Slots!
👌 Maintain consistency
🫰 Easier CMS setup!
Demos below 😉
Hardcode an email in 3 places on a site, and human error will strike if you need to update it. Plus, it just takes more work.
Now you can define reusable data on the Global Root. Think phone numbers, emails, CMS API info, etc.
- Built with Craft
- One-click insert
- Auto-adapts to your design system on insert
- Quality > quantity
- Accessible and SEO’d
Talk soon 😉
- Built with Craft
- One-click insert
- Auto-adapts to your design system on insert
- Quality > quantity
- Accessible and SEO’d
Talk soon 😉
The title experiment was a success.
“Custom frontend without custom code” converts at 7.45% 🤯
The title experiment was a success.
“Custom frontend without custom code” converts at 7.45% 🤯
Talk soon 😉
Talk soon 😉
It’s been extremely challenging to ideate these, specifically balancing clarity, SEO, punchiness, target audience, and unique value proposition.
It’s been extremely challenging to ideate these, specifically balancing clarity, SEO, punchiness, target audience, and unique value proposition.
Made entirely with Webstudio UI features. 🚫 No code was written.
“Other platforms are stuck in 2015”…
Made entirely with Webstudio UI features. 🚫 No code was written.
I’ll show you how I built it.
It involves Webstudio Resources, Cloudflare Workers, and advanced styles.
Details 👇
💻 Over 100k projects
🤝 Over 50k users
❤️ Almost 4k Discord users
🌎 Serving terabytes of data per month
Webstudio is built to scale.
I’ll show you how I built it.
It involves Webstudio Resources, Cloudflare Workers, and advanced styles.
Details 👇
I personally export the non-clipped image and on larger screens show the full image outside of the container.
I personally export the non-clipped image and on larger screens show the full image outside of the container.
1 Feed it CSS from Figma
2 Suggest the Open Props color groups
3 AI maps colors to palette variables (—gray-12)
4 Human intervention lets you customize the mappings
5 AI maps the color vars to semantic vars by interpreting their usage from the CSS
1 Feed it CSS from Figma
2 Suggest the Open Props color groups
3 AI maps colors to palette variables (—gray-12)
4 Human intervention lets you customize the mappings
5 AI maps the color vars to semantic vars by interpreting their usage from the CSS
⌘ + Shift + D
All with the left hand.
This shortcut is for toggling to Design mode, but if you’re already in it, it’ll take you to Preview.
⌘ + Shift + D
All with the left hand.
This shortcut is for toggling to Design mode, but if you’re already in it, it’ll take you to Preview.
Took one minute and we scrapped our previous launch idea that took over a day and didn’t turn out great.
Thanks for the assist @synthesia.io 😅
Took one minute and we scrapped our previous launch idea that took over a day and didn’t turn out great.
Thanks for the assist @synthesia.io 😅
Example: Display "1 template" or "6 templates" dynamically with this expression:
`${total} template${+total == 1 ? '' : 's'}`
Example: Display "1 template" or "6 templates" dynamically with this expression:
`${total} template${+total == 1 ? '' : 's'}`
This makes it a lot easier to take a screenshot with the desired focal point in the middle.
This makes it a lot easier to take a screenshot with the desired focal point in the middle.
Includes 7 pages
Includes 7 pages
Added support for Local Styles! Including:
- Grid template columns based on what it sees
- Flex with direction and Craft gap vars
- Background colors (on `section`)
Also added a CLI and some other helpful tasks 😉
Added support for Local Styles! Including:
- Grid template columns based on what it sees
- Flex with direction and Craft gap vars
- Background colors (on `section`)
Also added a CLI and some other helpful tasks 😉
Now using OpenAI API in the local script to convert the image to HTML.
Then the usual code converts the HTML to Webstudio AST and copies it to the clipboard.
Note: I trimmed the video, the API takes longer than that :)
Now using OpenAI API in the local script to convert the image to HTML.
Then the usual code converts the HTML to Webstudio AST and copies it to the clipboard.
Note: I trimmed the video, the API takes longer than that :)
- ChatGPT for screenshot to HTML with attributes.
- Custom script for HTML to Webstudio AST.
ChatGPT is very reliable for the HTML but too inconsistent with the AST.
Also added support for:
- Alt text
- Grid columns
- Cards
- ChatGPT for screenshot to HTML with attributes.
- Custom script for HTML to Webstudio AST.
ChatGPT is very reliable for the HTML but too inconsistent with the AST.
Also added support for:
- Alt text
- Grid columns
- Cards
It outputs Craft-compliant* Webstudio AST (format for pasting)
It adds:
- Components
- Existing Tokens (section, container, grid, headings, buttons)
- Renames instance labels
- Sets box tag like h2 or section
*most of the time😉
It outputs Craft-compliant* Webstudio AST (format for pasting)
It adds:
- Components
- Existing Tokens (section, container, grid, headings, buttons)
- Renames instance labels
- Sets box tag like h2 or section
*most of the time😉
Thanks, Webstudio community, for helping shape this!
It contains:
- CSS vars
- A style guide
- Tokens
- Guidelines
Craft makes building websites fast, flexible, and reusable.
www.youtube.com/watch?v=EeLo...
Thanks, Webstudio community, for helping shape this!