Bogdan
trysound.io
Bogdan
@trysound.io
Full-time open source at @webstudio.is

https://github.com/TrySound

Prev: Postcss, Rollup, SVGO
Built a nice tree view component for my design tokens app based on wai-aria recommendations. Supports multi-select for bulk delete.
November 9, 2025 at 1:35 PM
Sneak peak of my design tokens app
November 8, 2025 at 8:47 PM
November 5, 2025 at 10:50 PM
Webstudio community on reddit is growing 🥳
September 9, 2025 at 5:04 PM
Totally unplayable
August 9, 2025 at 4:12 PM
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.
August 3, 2025 at 8:46 PM
July 30, 2025 at 4:38 PM
Added resize handles for Inception App to test responsive designs.
July 26, 2025 at 1:27 PM
Working on the new login for Webstudio. So relieving to have single-click login without big corp account 😮‍💨
June 18, 2025 at 11:55 AM
Wow, I just found github finally let me customize tab size. What a time to be alive.
June 14, 2025 at 8:38 AM
Just finished Black Book. Very atmospheric and even nostalgic game. Would you bet 50 rubles to play Durak?
June 13, 2025 at 6:57 PM
Wow, love @vitest.dev is preventing me from merging PR with test.only on CI. No configuration. It just keeps me safe.
June 10, 2025 at 3:06 PM
Looks like @tailwindcss.com code can be pasted to @webstudio.is (works on my machine 😅).
May 17, 2025 at 10:07 PM
Thanks to @kevinpowell.co the MOST ANNOYING thing about CSS is improved in @webstudio.is.

Now users won't see Transforms section when display is inline.
May 11, 2025 at 2:38 PM
How to create gradient text in @webstudio.is (it's just css really)

background-clip: text;
background-image: linear-gradient(to left,red,blue);
color: transparent;
May 10, 2025 at 6:02 PM
I asked LLM to generate me a simple hero section for a website builder and use only inline styles. Then pasted the result into @webstudio.is. Is this a vibe coding?
May 7, 2025 at 7:56 PM
Embracing Web Platform and cooking html paste support in @webstudio.is.
May 4, 2025 at 4:59 PM
Unbuilt.app now supports @webstudio.is!

Thanks to @yavorsky.bsky.social for building this cool project.
April 27, 2025 at 11:22 AM
I'm glad you asked. We already have an idea. Pretty much like this
March 26, 2025 at 6:13 PM
In Webstudio visual builder we use mixins to share styles between elements and be able rearrange them. Classes don't work well here because their order is global.

Currently we have to bundle these mixins for each element or use atomic styles to reduce css size.
March 18, 2025 at 6:25 PM
Made React Router a little smaller by removing unused dependencies

github.com/remix-run/re...
March 7, 2025 at 6:39 AM
Did you know CSS Cascade Layers are supported in all browsers for 3 years already?

Very soon websites generated by Webstudio will start using cascade layers in their css.

Excited about modern css and upcoming features.
February 22, 2025 at 5:51 AM
Nobody will deploy react router v7 on @vercel.com if they won't support it
February 4, 2025 at 11:16 AM
@webstudio.is CLI got 600kB smaller without react in dependencies

packagephobia.com/result?p=web...
February 4, 2025 at 5:57 AM
Just watched Flow. Got heavy Stray vibes. Enjoyed a lot.
January 24, 2025 at 7:00 PM