This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product upvotes vs the next 3

Waiting for data. Loading

Product comments vs the next 3

Waiting for data. Loading

Product upvote speed vs the next 3

Waiting for data. Loading

Product upvotes and comments

Waiting for data. Loading

Product vs the next 3

Loading

Corner Shape Generator

CSS squircle generator with a fallback that matches

CSS corner-shape brings squircles to the web, but only in Chromium for now. The fallback is the tricky part. A squircle and a rounded corner with the same radius look nothing alike. So the generator sizes the `border-radius` to match visually, or writes an exact `clip-path` when matching isn't possible.

Top comment

Hi everyone, maker here.

CSS corner-shape landed in Chromium 139, so squircles are finally possible in plain CSS. I went to use one in a real design and hit a wall: border-radius: 1rem and corner-shape: squircle at that same 1rem look nothing alike. The squircle reads smaller. Which means the obvious fallback for browsers without support doesn't work.

That's what the generator sorts out. You pick a shape, adjust the superellipse value, and it gives you the CSS:

- the corner-shape rule wrapped in @\supports
- a border-radius fallback sized to match visually rather than numerically
- an exact clip-path fallback for shapes no radius can approximate, concave ones especially

The reasoning behind it, the superellipse basics and the @\supports setup are written up here: https://dev.to/a-dev/css-corner-...

It's free and the source is on GitHub.

About Corner Shape Generator on Product Hunt

CSS squircle generator with a fallback that matches

Corner Shape Generator was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #66 on the daily leaderboard. CSS corner-shape brings squircles to the web, but only in Chromium for now. The fallback is the tricky part. A squircle and a rounded corner with the same radius look nothing alike. So the generator sizes the `border-radius` to match visually, or writes an exact `clip-path` when matching isn't possible.

On the analytics side, Corner Shape Generator competes within Design Tools, Developer Tools and UX Design — topics that collectively have 786.5k followers on Product Hunt. The dashboard above tracks how Corner Shape Generator performed against the three products that launched closest to it on the same day.

Who hunted Corner Shape Generator?

Corner Shape Generator was hunted by a-dev. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

For a complete overview of Corner Shape Generator including community comment highlights and product details, visit the product overview.