Bogdan's Avatar

Bogdan

@trysound.io.bsky.social

Full-time open source at @webstudio.is Prev: Postcss, Rollup, SVGO

1,121 Followers  |  180 Following  |  246 Posts  |  Joined: 01.11.2024  |  2.4055

Latest posts by trysound.io on Bluesky

Well done!

22.08.2025 12:00 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Hollow Knight: Silksong - Release Trailer
YouTube video by Team Cherry Hollow Knight: Silksong - Release Trailer

๐Ÿ˜ฎ Hollow Knight: Silksong finally has a release date, and itโ€™s September 4th! It comes out in two weeks.

Excited for this. The original Hollow Knight is one of my favourite games. โค๏ธ

21.08.2025 15:33 โ€” ๐Ÿ‘ 46    ๐Ÿ” 1    ๐Ÿ’ฌ 10    ๐Ÿ“Œ 0

Finally! Loved the original game.

21.08.2025 20:06 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

We had a bug report in Webstudio. The guy couldn't save his SVG. Well, we figured it was 1MB svg with embedded png as base64. And our sync engines just did not let it through because of memory limits.

18.08.2025 07:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The restriction actually makes sense even in 2025. If you put huge scripts on the page it will load forever on mobile networks. Moreover, google will give such website lower score and put it down in search results.

18.08.2025 07:47 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Is it some svg stuff? How big is this file?

17.08.2025 07:59 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

What do you use it for?

16.08.2025 10:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Yes, I mean descendant selector here. So heading could work as section label.

15.08.2025 17:01 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Like this

<div>
<label for="sibling(input)"></label>
<input>
</div>

<div data-app>
<button commandfor="closest([data-app])"></button>
</div>

<section aria-labelledby="query(.title)">
<h2 class="title"></h2>
</section>

<button popovertarget="next-sibling"></button>
<div popover></div>

15.08.2025 15:04 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I would love this! I'll have to figure out a way to reduce maintenance cost of these ids in visual builder like webstudio when we add invokers. Having something builtin would help a lot.

15.08.2025 14:45 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I'll read them later (probably)

13.08.2025 20:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Exactly!

12.08.2025 20:21 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Announcing "asset renaming"!
Itโ€™s like MacOS Finder - just for renaming images.

Donโ€™t like a name? Change the name!

12.08.2025 15:40 โ€” ๐Ÿ‘ 3    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Announcing "Black Dot" โšซ
Itโ€™s like a black hole - but for cleaning up unused assets.

See a dot on an image? That image is unused.

1. Click it
2. Delete the image
3. Enjoy

12.08.2025 15:12 โ€” ๐Ÿ‘ 4    ๐Ÿ” 2    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0

Idea for an AI startup?

12.08.2025 14:18 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Casing issue?

12.08.2025 13:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I'll go try some wine

12.08.2025 12:10 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Add paragraph to hgroup children in indices table by TrySound ยท Pull Request #11524 ยท whatwg/html According to this PR hgroup can have paragraphs as children for subtitles. At Webstudio we use this table to build content model rules to follow HTML semantics and guide users. /indices.html ( d...

Did my first small contribution to HTML specification. Added <p> to the list of allowed children in <hgroup> at indices table.

github.com/whatwg/html/...

Touched the beauty ๐Ÿ˜€

11.08.2025 21:06 โ€” ๐Ÿ‘ 10    ๐Ÿ” 1    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Preview
Add paragraph to hgroup children in indices table by TrySound ยท Pull Request #11524 ยท whatwg/html According to this PR hgroup can have paragraphs as children for subtitles. At Webstudio we use this table to build content model rules to follow HTML semantics and guide users. /indices.html ( d...

Did my first small contribution to HTML specification. Added <p> to the list of allowed children in <hgroup> at indices table.

github.com/whatwg/html/...

Touched the beauty ๐Ÿ˜€

11.08.2025 21:06 โ€” ๐Ÿ‘ 10    ๐Ÿ” 1    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Hibernation mode

10.08.2025 15:41 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Screenshot of 253h I spent in cyberpunk 2077

Screenshot of 253h I spent in cyberpunk 2077

Totally unplayable

09.08.2025 16:12 โ€” ๐Ÿ‘ 10    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Wow, it can solve scroll overflow issues with display:grid;min-height:100%; on our websites

Sad it was not supported even with prefix for height. Already have using stretch for width where it can be fully polyfilled.

07.08.2025 18:18 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Great news! You can now self-host sites featuring scroll-driven animations powered by the Webstudio Animation Engine.

webstudio.is/scroll-drive...

04.08.2025 14:26 โ€” ๐Ÿ‘ 6    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Example of code we used to fix blank route issue. Here removed route "config"

Example of code we used to fix blank route issue. Here removed route "config"

Every half year of so we fix weird bugs related to vercel deployment. This time I removed a few routes and builder started rendering blank page with 200 status. No errors, nothing. Turns out a hack (official documented api) we used to reduce huge vercel function size was the cause.

03.08.2025 20:46 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

๐Ÿ‘‹

03.08.2025 17:53 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Huge thanks to the Webflow and Webstudio communities for all the love on Reddit lately - we really appreciate each mention! ๐ŸŒŸ

Seeing Webstudio named as the #1 alternative to Webflow is incredible, and weโ€™re honored. Letโ€™s keep supporting one another and our favorite tools โค๏ธ

02.08.2025 22:21 โ€” ๐Ÿ‘ 4    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Example of styling links with HTML Embed component in webstudio

Example of styling links with HTML Embed component in webstudio

30.07.2025 16:38 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Use HTML Embed component to render any html code

30.07.2025 15:53 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Introducing a yearly Pro plan: webstudio.is/pricing

- Save 25%
- Unlimited sites with custom domains
- 100,000 page views

๐Ÿค—

29.07.2025 18:13 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

It's really not. Now you do

theThing.addEventListener('command', () => { ... })

<button commandfor="the-thing" command="--do-it">
click me
</button>

29.07.2025 14:10 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@trysound.io is following 20 prominent accounts