Home Web Front-end CSS Tutorial Websites We Like: Whimsical

Websites We Like: Whimsical

Mar 31, 2025 am 09:26 AM

Websites We Like: Whimsical

Whimsical: A dazzling flowchart, wireframe and mind map creation application. Recently, I found that its website design, especially the product page, is excellent. For example, a page introducing the mind map function can experience the product directly on a marketing website.

Isn't it very clever? All this is thanks to<canvas></canvas> The power of elements. Of course, you can also use SVG to achieve similar effects, but when choosing SVG and<canvas></canvas> There is always a blurred boundary between them.

However, in terms of design, I like this idea of ​​"advertising is product". I also like to abandon the common registration process and directly show the value of the application to users. Most products require users to register and complete a newbie guide to experience its value, but Whimsical is not the case; the ad itself is the product!

Also, I really like the design of this website. Each product feature has its own unique theme, making the product demonstration more eye-catching when browsing. It's a small detail, but it makes me want to explore the rest of the site and see what fine UI elements there are.

I also like the actual examples where you can jump directly to wireframes. There is no marketing here about how the application revolutionizes or how it can change the art of mind maps. It's all about showing you the product itself first.

but! Let's go back to the navigation: Not tagging those icons is an interesting decision. It's beautiful, but what does each icon mean? Chris discussed this question in an article before: Are icons content? That is, the debate over whether to mark icons has been going on in the software design field for decades. Jef Raskin (one of the designers of the original Macintosh of the 1980s) notes in his excellent book Human-Computer Interface that we should never leave unmarked icons. Maybe that's a bit too much, but in this case I don't think it's bad to mark these icons because they are product-specific and mind map icons aren't something we can see every day.

Whimsical's typography is also very interesting! They use DIN Next fonts, which, at least to me, is slightly off-the-top with the visual design. DIN Next is a font that is easily overlooked. It is designed to take the lead and let the content take center stage:

But I think the success of the font is its bold visual design—wavy lines, floating circles and crescent shapes everywhere, all appearing in the UI. That being said, maybe when your UI visuals are so strong, you don't want the font to be too prominent, I mean strong in a positive sense.

However, designing such an interface requires consideration of the accessibility of colors. Stacie Arellano wrote a previous article about why color contrast is so important:

You can use mathematical methods to know if there is enough contrast between the two colors.

W3C has a document called Web Content Accessibility Guide (WCAG) 2.1, which contains successful contrast guides. Before we start doing math, we need to know the contrast ratio scores we want to reach or exceed. To obtain a passing score (AA), the contrast ratio for most texts is 4.5:1 and the larger text is 3:1.

I won't check Whimsical's numbers here, but it's worth paying attention... especially when the UI has a lot of white text on a bright and colorful background. I've made this mistake many times and it's a very easy place to go. But if the user can't read the text in the UI, that's a big problem.

In short, Whimsical's product website is refreshing. It has a strong visual impact and shows that the value and function of the product can be conveyed through "demonstration" rather than "explanation".

This reminds me of a question: Which website you visited recently attracted your attention?

The above is the detailed content of Websites We Like: Whimsical. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Vue 3 Vue 3 Apr 02, 2025 pm 06:32 PM

It&#039;s out! Congrats to the Vue team for getting it done, I know it was a massive effort and a long time coming. All new docs, as well.

Can you get valid CSS property values from the browser? Can you get valid CSS property values from the browser? Apr 02, 2025 pm 06:17 PM

I had someone write in with this very legit question. Lea just blogged about how you can get valid CSS properties themselves from the browser. That&#039;s like this.

Stacked Cards with Sticky Positioning and a Dash of Sass Stacked Cards with Sticky Positioning and a Dash of Sass Apr 03, 2025 am 10:30 AM

The other day, I spotted this particularly lovely bit from Corey Ginnivan’s website where a collection of cards stack on top of one another as you scroll.

A bit on ci/cd A bit on ci/cd Apr 02, 2025 pm 06:21 PM

I&#039;d say "website" fits better than "mobile app" but I like this framing from Max Lynch:

Using Markdown and Localization in the WordPress Block Editor Using Markdown and Localization in the WordPress Block Editor Apr 02, 2025 am 04:27 AM

If we need to show documentation to the user directly in the WordPress editor, what is the best way to do it?

Comparing Browsers for Responsive Design Comparing Browsers for Responsive Design Apr 02, 2025 pm 06:25 PM

There are a number of these desktop apps where the goal is showing your site at different dimensions all at the same time. So you can, for example, be writing

Why are the purple slashed areas in the Flex layout mistakenly considered 'overflow space'? Why are the purple slashed areas in the Flex layout mistakenly considered 'overflow space'? Apr 05, 2025 pm 05:51 PM

Questions about purple slash areas in Flex layouts When using Flex layouts, you may encounter some confusing phenomena, such as in the developer tools (d...

How to Use CSS Grid for Sticky Headers and Footers How to Use CSS Grid for Sticky Headers and Footers Apr 02, 2025 pm 06:29 PM

CSS Grid is a collection of properties designed to make layout easier than it’s ever been. Like anything, there&#039;s a bit of a learning curve, but Grid is

See all articles