How to Make Your Shiny App Beautiful

Estimated time:
time
min

Shiny apps are very often used for <a href="https://appsilon.com/prototyping-with-shinyuieditor/" target="_blank" rel="noopener">quick prototyping and proof of concept</a>.

However, if you want to use a Shiny app in production and make it attractive to the users, you need to make sure that the app is not only functional but also visually appealing and efficient.

When users find the UI attractive, they are more likely to use the app and forgive minor usability issues. This <a href="https://www.nngroup.com/articles/aesthetic-usability-effect/" target="_blank" rel="noopener noreferrer">aesthetic-usability</a> effect is related to people's tendency to perceive attractive products as more usable. They usually believe that things that look better will work better, which may not reflect reality.

On one side, this effect can distort the process of finding real issues in UI during usability testing, but on the other side, it could be taken to our advantage to some extent. <strong>The aesthetic-usability effect is the main reason why a good user experience shouldn't only be a functional UI - it should also be a beautiful UI.</strong>

In this blog post, I will show you how to <strong>improve the design of your Shiny app</strong> and<strong> how to make the code more efficient for some use cases.</strong>
<h3>TL;DR:</h3>
<ul><li>This article offers a comprehensive guide on enhancing the visual appeal and efficiency of Shiny apps for production, emphasizing the importance of reducing cognitive load, establishing a clear visual hierarchy, ensuring consistency, minimizing interaction cost, and boosting app performance.</li><li>It provides practical tips on UI design, including color scheme selection, typography, and managing screen real estate, alongside Sass/CSS code optimization techniques for developers.</li><li>Whether you're looking to captivate your users with stunning visuals or refine your app's backend for smoother operation, this guide has you covered with actionable insights to elevate your Shiny app from functional to fantastic.</li></ul>
<h3>Table of Contents</h3>
<ul><li><strong><a href="#design-improvements">Design Improvements</a></strong></li><li><strong><a href="#minimize-the-cognitive-load">Minimize the Cognitive Load</a></strong></li><li><strong><a href="#visual-hierarchy">Visual Hierarchy</a></strong></li><li><strong><a href="#consistency">Consistency</a></strong></li><li><strong><a href="#minimize-interaction-cost">Minimize Interaction Cost</a></strong></li><li><strong><a href="#efficiency-performance">Efficiency / Performance</a></strong></li><li><strong><a href="#other">Other</a></strong></li><li><strong><a href="#sass-code-refactoring">Sass Code Refactoring</a></strong></li><li><strong><a href="#conclusion">Conclusion</a></strong></li></ul>

<h2 id="design-improvements">Design Improvements</h2>
Even without a design mockup, you can make your Shiny app look good by following some logical rules. Of course, artistic talent helps, but a lot of things that make the UI intuitive and beautiful can be learned.

Keep in mind that you shouldn't follow all these rules blindly because, in some cases, there may be some exceptions. Rather than treating them as strict rules, think of them as helpful guidelines that work well in most cases.

In this blog post, I will focus on<strong> user interface improvements (visual and interaction aspects) and code refactoring.</strong> I will not cover the topic of user experience (UX) design, which is a much broader topic. However, I will mention some UX design aspects that are related to UI design.
<h3 id="&quot;minimize-the-cognitive-load">1. Minimize the Cognitive Load</h3>
Cognitive load is the user's brain effort required to use an interface. Minimize cognitive load to make your UI user-friendly and easy to use. Your users will appreciate it. There are many ways to reduce cognitive load; some of them are:
<ul>  <li><strong>Show only the most important information/elements, and hide additional information in collapsible sections, tabs, tooltips, etc.</strong> Decide which elements are not relevant for the users. Hide blocks of text that contain secondary information behind an information icon in a tooltip or popup. Don't overload them with information. Users should explore information in the dashboard gradually.</li><li><strong>Create a clear visual hierarchy</strong>, dictating the importance of specific information (described in the next section).</li><li><strong>Break up information</strong> into smaller groups/boxes to clearly show relationships.</li></ul>

<video width="100%" height="auto" src="https://wordpress.appsilon.com/wp-content/uploads/2024/02/shiny-enterprise.webm" loop="true" autoplay="true" controls="true"></video>


<h3 id="visual-hierarchy">2. Visual Hierarchy</h3>
Visual Hierarchy is a visual design principle that helps to organize UI elements in a way that users can easily perceive the importance of each element. It <strong>helps to draw attention to the most important elements and to make the UI more intuitive. </strong>

Without a clear visual hierarchy, too many elements seem to be important, and in this case, none is. When you follow visual hierarchy rules, you can influence users' perception and guide them to perform desired actions. It can be achieved by using different visual properties, such as size, color, contrast, alignment, repetition, proximity, whitespace, texture and style. I'll describe some of them in more detail.
<h4>Color</h4>
Color is one of the most powerful tools in UI design. It can be used to draw attention to the most important elements, to group elements, to create a mood, to make it more accessible, and so on.
<ul><li><strong>Create a color palette</strong> for your project before starting development and assign it to <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties" target="_blank" rel="noopener">CSS variables</a> or <a href="https://sass-lang.com/documentation/variables/" target="_blank" rel="noopener">Sass variables</a>, to limit a choice and avoid wondering about the perfect color shade during development. The color types that you should usually define are:<ul>  <li>primary color (most frequently used color)</li><li>secondary color (optional)</li><li>accent color (used for call to action buttons, links, titles, etc.)</li><li>grays (for text, borders, backgrounds, etc.)</li><li>warning color (for destructive actions: delete, remove, or warnings)</li><li>positive color (confirming actions, success status, etc.)</li></ul>
</li>
 <li>When creating a color scheme, you can use the client's company / product color scheme or try a tool like <a href="https://coolors.co/" target="_blank" rel="noopener noreferrer">Coolors</a> to create your own.</li>
 <li><strong>Use color to draw attention to the most important components</strong>, like the title, call to action button, main data visualization, etc. Bright colors typically attract more attention than desaturated ones.</li>
</ul>

<video width="100%" height="auto" src="https://wordpress.appsilon.com/wp-content/uploads/2024/02/color_importance.webm" loop="true" autoplay="true" controls="true"></video>
<ul>  <li><strong>Don't overuse colors.</strong> When you use color, make sure that it has a clear purpose and that it's used consistently. It's easy to make an element important on a page using strong colors. But when all elements are important, none is, and the user doesn't know where to look first. The <a href="https://www.freecodecamp.org/news/the-60-30-10-rule-in-design/" target="_blank" rel="noopener noreferrer">60-30-10 rule</a> can help you to keep a good color proportion. It means that most of the time, using 60% of the primary color, 30% of the secondary color, and 10% of the accent color in the app, will do the job.</li></ul>
<img class="wp-image-23108 size-full" src="https://webflow-prod-assets.s3.amazonaws.com/6525256482c9e9a06c7a9d3c%2F65e9e655bd925799426a6452_15117a5f_uxmisfit.webp" alt="" width="974" height="719" /> uxmisfit.com[/caption]
<ul><li>Instead of emphasizing primary actions, you can also de-emphasize secondary ones (use secondary buttons), e.g. in the navbar element:</li></ul>
<span style="color: #6e757b;">View 1</span>  <strong>View 2</strong>  <span style="color: #6e757b;">About  Contact</span>
<ul><li>Grays don't have to be gray - you can use for example cold gray or warm gray. It's good to use a color that is related to the primary color, e.g. if the primary color is blue, you can use blueish gray. Same rule applies to black color - instead of pure black (#000), try to lower darkness a little bit and add some color shade. It seems to be a little detail, but when you apply such colors to bigger areas, it will make the impression of being more consistent.</li><li>You can simulate light sources or add depth to your app using gradients and shadows. Use tools like <a href="https://css-generator.netlify.app/" target="_blank" rel="noopener noreferrer">CSS Generator</a> to generate gradients, shadows and much more.</li><li><strong>Remember about accessibility</strong> (<a href="https://www.w3.org/WAI/WCAG21/Understanding/use-of-color.html" target="_blank" rel="noopener noreferrer">WCAG</a>):. There are more color-blind people than you think, so make sure that your app is accessible to them. You can use a tool like <a href="https://www.toptal.com/designers/colorfilter" target="_blank" rel="noopener noreferrer">Colorblind Web Page Filter</a> to check how your app looks like for people with different types of color blindness.</li></ul>
<h4>Contrast</h4>
<ul>  <li><strong>The bigger the contrast, the more attention it attracts.</strong> Usually, accent colors should be contrasting to draw attention, e.g. call-to-action buttons, titles, important elements. However, it's easy to overuse them and make the UI too colorful and distracting, which can be overwhelming for the users.</li><li><strong>Less important, secondary information should be less contrasting</strong>, but remember about accessibility guidelines (WCAG) regarding the <a href="https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html" target="_blank" rel="noopener noreferrer">minimum contrast</a>, so it's readable. You should be able to check if the contrast is sufficient by inspecting the element in the browser in DevTools or using one of many tools on the web.</li><li><strong>Don't exaggerate the contrast between different backgrounds.</strong> For example, to make the boxes with the white backgrounds visible, you just need to set the background color of their container element to be a little bit darker than white, e.g. #edf0f0 is perfect enough. If you want to increase the contrast a bit, you could add a subtle shadow, e.g. <code>box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.15)</code>; to the boxes. Box shadows usually look better than borders more subtle, but of course, it depends on the overall design.</li><li><strong>If you use a background image, make sure that the text on it is readable.</strong> When necessary, lighten or darken the image or blur it a bit. You can use Sass' <code>lighten()</code> and <code>darken()</code> functions or <code>filter: blur(5px);</code> CSS property.</li></ul>
<h4>Size</h4>
<strong>Elements size and weight matter.</strong> The bigger and bolder the element, the more attention it attracts. Use bigger font size and font weight for primary information and smaller for secondary one.

<img class="aligncenter size-full wp-image-23110" src="https://webflow-prod-assets.s3.amazonaws.com/6525256482c9e9a06c7a9d3c%2F65e9e6552e06a4f93defde2b_d1d58993_process-capability.webp" alt="" width="1582" height="702" />
<ul>  <li><strong>The rule regarding size and weight also applies to other elements in the UI.</strong> In the Drug Flow example app below, the primary data visualization is bigger and takes more real estate, attracting more attention. Also, notice that the chart's bars got slimmer to make the chart look less heavy in general. Additionally, rounded corners of the bars and buttons can make an association with drug pills, which refers to the app's topic.</li></ul>
<img class="aligncenter size-full wp-image-23112" src="https://webflow-prod-assets.s3.amazonaws.com/6525256482c9e9a06c7a9d3c%2F65e9e656e7acb1f2ca2b3c3f_09af5947_shiny-drug-flow.webp" alt="" width="1600" height="892" />

<img class="aligncenter size-full wp-image-23114" src="https://webflow-prod-assets.s3.amazonaws.com/6525256482c9e9a06c7a9d3c%2F65e9e6575ae05543ebc6062f_9a79beac_arrow.webp" alt="" width="102" height="39" />

<img class="aligncenter size-full wp-image-23116" src="https://webflow-prod-assets.s3.amazonaws.com/6525256482c9e9a06c7a9d3c%2F65e9e657d232f45b8abcb60d_9090a41a_shiny-drug-flow-1.webp" alt="" width="1600" height="893" />

&nbsp;
<h4>Typography &amp; Iconography</h4><ol><li><strong>If possible, use the client company's font in your application.</strong> If not, try to find a similar one. It's good to use a font that is related to the client's brand. In other cases, pick the one that fits the style of your app. The rounded font seems to be more playful, while the sharp font seems to be more formal.</li><li><strong>Remember to use the selected font consistently everywhere.</strong> In some cases, a secondary font family could also be used, for example, for text in paragraphs. The uniformity and consistency here sound like a minor detail, but it makes a difference.</li><li><strong>Use icons to indicate the meaning of the information upfront:</strong><ul><li>Their meaning should be clear for the users (clarity rule). Also, don't use the same icon for two different meanings.</li><li>Their design should be simple and consistent in the UI. If you decide to use linear-style icons, it's usually better not to mix them with solid-style icons.</li></ul></li></ol>
<h4>Managing Screen Real Estate, Positioning, Spacing</h4><ol><li><strong>Progressive disclosure</strong> - Don't try to fit too much information on one screen. Use progressive disclosure techniques to prevent overloading the user with too much information.</li><li><strong>Effectively use the real estate on the screen</strong> - but don't make the UI too dense. Add some white space by increasing paddings, margins or gaps to make the UI lighter and less cluttered. The white space promotes balance and visual order; don't underestimate its superpower in attractive interfaces.</li><li><strong>Make data visualization elements adjust to the screen size whenever possible.</strong> Check if it works correctly on smaller or bigger screens by zooming in/out in the browser.</li><li><strong>Whitespace</strong> - The more whitespace around a component, the more attention it attracts. Use space to emphasize the most important elements.</li><li>According to <a href="https://lineindesign.medium.com/be-a-designer-who-can-also-help-with-writing-copy-2f4ea02a5646" target="_blank" rel="noopener noreferrer">F and Z reading patterns</a>, <strong>the top left part</strong> of the app should <strong>display the most important information</strong><strong>(culturally influenced).</strong></li><li><strong>Grouping</strong> - Group related elements together to make the UI more intuitive (e.g. filters, metrics, data visualizations). Use the same spacing for elements in a group to make it clear they are related. It's a good idea to use multiple box/card components for grouping.</li></ol>
<h3 id="consistency">3. Consistency</h3>
Consistency is the key to creating a visually attractive interface with a sense of order and professionalism. The important step to achieve it is to use a design system containing predefined styles, modular components, usage guidelines, etc.
<ol><li><strong>Uniformity</strong> - use the same styles for the components which are related.</li><li><strong>Standardization</strong> - use standardized components, like buttons, forms, and icons, creating a design language that is familiar to the users.</li><li><strong>Use a consistent color palette, typography and iconography</strong> based on the design system.</li><li><strong>Details like border-radius or box shadows should also be consistent</strong> across the app and included in the design system.</li></ol>
<h3 id="minimize-interaction-cost">4. Minimize interaction cost</h3>
It's the sum of mental, physical and time efforts a user invests to interact with UI. It includes actions like looking, thinking, searching, scrolling, reading, clicking, waiting, typing, etc.
<ol><li><strong>Optimize the amount of clicks and scrolling to perform some action.</strong></li><li><strong>Keep related actions close</strong> - according to <a href="https://en.wikipedia.org/wiki/Fitts%27s_law" target="_blank" rel="noopener noreferrer">Fitts's Law</a>, the closer and larger a target, the faster it is to click on that target.</li><li><strong>Reduce distractions</strong> - optimize the amount of information on the screen, and keep it simple and clean.</li><li><strong>Minimize choice to speed up user's decisions</strong> - e.g. hide some filters or secondary settings in the popover element.</li></ol>
<blockquote>Explore reactable.extras 0.2.0: Elevate your Shiny apps with enhanced interactivity and efficiency. <a href="https://appsilon.com/reactable-extras-enhancing-shiny-applications/" target="_blank" rel="noopener">Dive into the new features now.</a></blockquote>
<h3 id="efficiency-performance">5. Efficiency / Performance</h3>
Application loading speed is one of the most important factors influencing user experience (UX).
<ul>  <li><strong>Optimize loading speed</strong> - there are many ways to improve the performance of your Shiny app, including:<ul>  <li>Async rendering of data visualizations using external APIs, like plumber API.</li><li>Server-side rendering of {reactable} tables, using <a href="https://appsilon.github.io/reactable.extras/" target="_blank" rel="noopener">{reactable.extras}</a> package, that drastically improves the loading speed of tables with a lot of data.</li><li><a href="https://shiny.posit.co/r/articles/improve/caching/" target="_blank" rel="noopener noreferrer">Caching.</a></li><li><strong>Delegate heavy computation tasks to a separate process such that it does not freeze your Shiny app.</strong> You can use <a href="https://appsilon.github.io/shiny.worker/" target="_blank" rel="noopener">{shiny.worker}</a> package for this purpose.</li></ul>
</li>
 <li><strong>Add animated loaders</strong> - aside from the overall performance optimisations, you can positively affect a user's perception of the app's speed by using some visual techniques, like animated loaders. You can use packages like <a href="https://github.com/daattali/shinycssloaders" target="_blank" rel="noopener noreferrer">shinycssloaders</a>, <a href="https://waiter.john-coene.com/#/" target="_blank" rel="noopener noreferrer">waiter</a>, <a href="https://cran.r-project.org/web/packages/shinybusy/index.html" target="_blank" rel="noopener noreferrer">shinybusy</a> or custom CSS + JS solutions. There are benefits of using loader in your app:
<ul>  <li>Make waiting more tolerable.</li><li>Inform users the application is working.</li><li>Give users something to look at. The loader can be a nice visual element, e.g. animated company logo, that can be used to promote the brand.</li><li>Sometimes, they display additional information what is going on in the background.</li></ul>
</li>
</ul>
<blockquote>Learn how 'shiny.worker' can offload heavy calculations, speeding up your app's performance. <a href="https://appsilon.com/shiny-worker-package/" target="_blank" rel="noopener">Click here to discover more.</a></blockquote>
<h3 id="other">6. Other</h3>
<ul><li><strong>Remember about handling empty states</strong> - Don't forget about empty states in your app. If there's no data to display, you can display some nice graphics (e.g. from <a href="https://undraw.co/" target="_blank" rel="noopener noreferrer">Undraw</a>) or check out Appsilon's <a href="https://github.com/Appsilon/shiny.emptystate/" target="_blank" rel="noopener">shiny.emptystate</a> package.</li></ul>
<img class="aligncenter size-full wp-image-23118" src="https://webflow-prod-assets.s3.amazonaws.com/6525256482c9e9a06c7a9d3c%2F65e9e658a25310f3344d3c78_0dbca56a_shiny-drug-flow-2.webp" alt="" width="1600" height="900" />
<ul>  <li><strong>Pay attention to the quality of your graphical assets</strong>, like images, logos, icons, etc.<ul>  <li>Avoid using blurry, compressed images, especially when filling large areas on the screen.</li><li>For elements like logos, icons, etc., use vector graphics (SVG) whenever possible instead of raster graphics (PNG, JPG, etc.). Vector graphics are smaller in size, load faster, and look crisp on any screen size.</li></ul>
</li>
 <li><strong>Supercharge the look of default elements</strong> like checkboxes, dropdowns, etc. Adjust their colors and styling to your color palette and design system.</li>
 <li><strong>Animated data visualizations can give the users a nice experience when interacting with the charts.</strong> In the <a href="https://echarts4r.john-coene.com/" target="_blank" rel="noopener noreferrer">echarts4r</a> library, simple animations are applied by default.</li>
</ul>

<video width="100%" height="auto" src="https://wordpress.appsilon.com/wp-content/uploads/2024/02/animation.webm" loop="true" autoplay="true" controls="true"></video>
<ul>  <li><strong>Transitions</strong> - avoid too slow transitions in your application. Usually 0.15 - 0.3s  <em>transition-duration</em> is perfect enough. Experiment with <em>transition-timing-function</em> (ease-in-out, ease-out, ease-in, cubic-bezier) to fine-tune the animation.</li></ul>
<h2 id="sass-code-refactoring">Sass Code Refactoring</h2>
This part is related to the Sass/CSS and HTML code refactoring. I listed some suggestions regarding the code quality, best practices, and developers' frequent mistakes.
<ul>  <li><strong>Review your code</strong> - check the CSS rules and declarations one by one to see if there are some unnecessary ones that don't change anything and just make your code longer and more complicated. It's very easy to make CSS/Sass code not efficient and too long, so it's very hard to maintain later. <strong>Refactor the code, especially after copying it from one project to another. The quality of your code for styling will most probably be reflected in the UI after all.</strong></li><li><strong>Don't add too many color variations</strong> - stick to the color scheme and store all the colours as CSS or Sass variables.</li><li><strong>Stop overusing <code>div</code> tags</strong> - wrapping some elements with div without any CSS class or style is usually pointless. It decreases readability, making the code longer and more complicated; it's harder to manage the page's layout in CSS later. Also, whenever possible, use HTML semantic tags like <code>h1</code>, <code>h2</code>, <code>p</code> , <code>span</code>, etc. instead of <code>div</code>'s.</li><li><strong>Use CSS <code>classes</code> as selectors for styling, not <code>id</code> attributes.</strong> You can assign classes to any Shiny elements using the <a href="https://shiny.posit.co/r/reference/shiny/1.7.0/tagappendattributes" target="_blank" rel="noopener noreferrer"><code>tagAppendAttributes()</code> function</a>. <code>Id</code> attribute is a better choice for selecting elements in JavaScript.</li><li><strong>Stick to one casing convention to name CSS classes and id's.</strong> Most of the time, <code>kebab-case</code> is a popular convention for CSS classes (of course, there are exceptions, like CSS modules using camelCase or BEM methodology). For id's, usually <code>snake_case</code> or <code>camelCase</code> is the preferred option. In Javascript, <code>camelCase</code> is the most popular convention.</li></ul>
<p style="padding-left: 40px;">The most important thing is to be consistent and use the same convention for specific cases. <code>top_navBar-dark</code> is definitely not a good choice for a class name.</p>

<ul> <li><strong>Use nesting in Sass</strong> - a very helpful feature that makes the code much more readable. Of course, writing CSS code in Sass will work, but does it make sense to install this dependency and not use its superpowers? <a href="https://sass-lang.com/documentation/style-rules/nesting" target="_blank" rel="noopener noreferrer">You can read more about Sass nesting.</a></li><li>In addition to nesting, <strong>using ampersand (<a href="https://sass-lang.com/documentation/style-rules/parent-selector/" target="_blank" rel="noopener noreferrer">&amp; - the parent selector</a>) followed by whitespace is totally redundant.</strong></li></ul>
This code:
<pre><code>
.parent-element {
&amp; .child-element {
...
}
}
</code></pre>
Is equivalent to this code:
<pre><code>
.parent-element {
.child-element {
...
}
}
</code></pre>
<ul>  <li><strong>It's more readable to order CSS rules in order of appearance on the screen</strong>, although sometimes it may not be possible because of the linting rules.</li><li><strong>Avoid using <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/important." target="_blank" rel="noopener noreferrer">!important flag</a>.</strong> Limit it to the cases when you need to override some library's styles, where !important flag was used (which is not a good practice, obviously), or it would take too much effort to override it, increasing [[specificity]]. But don't give up too early, usually to override some styling; it's only a matter of adding, for example <code>.btn</code> class to CSS selector to increase specificity and make it work.</li><li>Notice a difference between <code>a</code> and <code>button</code> tags. <code>a</code> is created for links to internal or external resources, and there is <code>href</code> attribute to specify the link. <code>button</code> serves for triggering events and its <code>onclick</code> attribute shouldn't be used for navigating to specific links.</li><li>When you specify gaps between two elements, don't mix <code>padding</code>, <code>margin</code> and <code>gap</code> properties together. Instead of this:</li></ul>
<pre><code>
.parent {
display: flex;
gap: 10px;
<br>.child-1 {
padding-bottom: 10px;
}
<br>.child-2 {
margin-top: 10px;
}
}
</code></pre>
you could just use <code>gap</code> property:
<pre><code>
.parent {
display: flex;
gap: 30px;
}
</code></pre>
<ul>  <li>Usually, the best place for specifying the <code>font-family</code> property is inside the declaration block for <code>body</code> tag. Then it should be inherited everywhere in the app. <strong>You don't need to repeat the same declaration in multiple places.</strong></li><li>In Sass, the use of <a href="https://sass-lang.com/documentation/at-rules/import/" target="_blank" rel="noopener noreferrer"><code>@import</code></a> is not recommended anymore. Use <code>@use</code> instead.</li><li>When you add transitions, using <code>all</code> as <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/transition-property" target="_blank" rel="noopener noreferrer"><code>transition-property</code></a> is not the best practice due to performance reasons. It's better to specify only the properties that you want to animate specifically.</li></ul>
Instead of:
<pre><code>
transition: all 0.2s;
</code></pre>
use
<pre><code>
transition: background-color 0.2s, color 0.2s, border-color 0.2s;
</code></pre>

<hr />

<h2 id="conclusion">Conclusion</h2>
You can significantly improve the user experience and visual appeal of your Shiny app by having a clear visual hierarchy, minimizing cognitive load and interaction cost, implementing a design system consistently and improving your app's performance. At the same time, don't forget about keeping your Sass/CSS code clean and optimized.

Last but not least, it's very important to watch the examples of dashboard apps with a good design and analyze what works well and what could be improved. You will not only learn a lot from it but also gain some inspiration and a good eye for design.

Here is a list of websites where you can find a lot of examples of good-quality dashboards and other app designs:
<ul>  <li><a href="https://dribbble.com/" target="_blank" rel="noopener noreferrer">Dribbble</a></li><li><a href="https://www.behance.net/" target="_blank" rel="noopener noreferrer">Behance</a></li><li><a href="https://www.pinterest.com/" target="_blank" rel="noopener noreferrer">Pinterest</a></li></ul>
<blockquote>You've just explored a wealth of strategies on design, efficiency, and code optimization. Ready to take your Shiny app to the next level? <a href="https://appsilon.com/#contact" target="_blank" rel="noopener">Contact us, and let's get started on optimizing your app's performance and aesthetics together!</a></blockquote>
<h3>You May Also Like</h3>
<ul>  <li><a href="https://appsilon.com/human-readable-filters/" target="_blank" rel="noopener">Goodbye Complicated Dropdowns: Welcome to the New Era of Human Readable Filters</a></li><li><a href="https://appsilon.com/prototyping-with-shinyuieditor/" target="_blank" rel="noopener">Innovate Faster with {ShinyUiEditor}: Effortless Shiny App Prototyping</a></li><li><a href="https://appsilon.com/ux-design-of-shiny-apps-7-steps-to-design-dashboards-people-love/" target="_blank" rel="noopener">UX Design of Shiny Apps: 7 Steps to Design Dashboards that People Love</a></li></ul>

Contact us!
Damian's Avatar
Damian Rodziewicz
Head of Sales
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
r
css
UI/UX