Skip to content

Conversation

yipfram
Copy link

@yipfram yipfram commented Oct 1, 2025

Description

Updated 6 service logos to WebP format for better optimization and faster loading times.

Changes Made

  • Label Studio: Updated logo to WebP format
  • Langfuse: Updated logo to WebP format
  • LiteLLM: Updated logo to WebP format
  • Open WebUI: Updated logo to WebP format
  • Unstructured: Updated logo to WebP format
  • Weaviate: Updated logo to WebP format

Benefits

  • ✅ Better compression with WebP format
  • ✅ Faster loading times for service list
  • ✅ Higher quality logos for better visual consistency
  • ✅ Improved user experience

Logo Source

Logos were sourced from brandfetch.com - a convenient platform for accessing high-quality brand assets (not affiliated, just easy to use for consistent branding).

Testing

  • Verified logos display correctly in the service list
  • Tested in both light and dark themes
  • Confirmed proper file paths and naming conventions

Note

There may be additional services in the list that still need logo updates. This PR focuses on the 6 services that were specifically updated with new WebP assets.

- Updated 6 service logos to WebP format using higher quality images from brandfetch.com
- Services updated: Label Studio, Langfuse, LiteLLM, Open WebUI, Unstructured, Weaviate
- WebP format provides better compression and faster loading times
- Logos sourced from brandfetch.com for consistent branding quality
Copy link
Author

@yipfram yipfram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Context: Services with Missing Logos

While working on this PR, I identified that there are ~140+ services currently displaying the fallback placeholder image (the purple geometric SVG) instead of their actual logos. These services reference SVG files in the service list but the files don't exist in the repository.

First 40 Services with Missing Logos:

This is not true anymore, i added more logos

  1. Umami - umami.svg
  2. Activepieces - activepieces.svg
  3. Actual Budget - actualbudget.svg
  4. Affine - affine.svg
  5. Apprise API - apprise-api.svg
  6. Appsmith - appsmith.svg
  7. Appwrite - appwrite.svg
  8. Authentik - authentik.svg
  9. Baby Buddy - babybuddy.svg
  10. Bitcoin Core - bitcoin-core.svg
  11. BookStack - bookstack.svg
  12. Browserless - browserless.svg
  13. Budge - budge.svg
  14. Bugsink - bugsink.svg
  15. Cal.com - calcom.svg
  16. Changedetection - changedetection.svg
  17. Chaskiq - chaskiq.svg
  18. Chatwoot - chatwoot.svg
  19. Checkmate - checkmate.svg
  20. ClassicPress - classicpress.svg
  21. CloudBeaver - cloudbeaver.svg
  22. Cloudflared - cloudflared.svg
  23. Cockpit - cockpit.svg
  24. Code Server - code-server.svg
  25. ConvertX - convertx.svg
  26. Cryptgeon - cryptgeon.svg
  27. CyberChef - cyberchef.svg
  28. Dashboard - dashboard.svg
  29. Dashy - dashy.svg
  30. Deno KV - denokv.svg
  31. Directus - directus.svg
  32. Docker Registry - docker-registry.svg
  33. Docmost - docmost.svg
  34. Documenso - documenso.svg
  35. Docuseal - docuseal.svg
  36. DokuWiki - dokuwiki.svg
  37. Dolibarr - dolibarr.svg
  38. Dozzle - dozzle.svg
  39. Duplicati - duplicati.svg
  40. Easy Appointments - easyappointments.svg

... and ~100 more

Recommendation

This PR addresses 6 specific services with updated WebP logos. The remaining missing logos could be addressed in future PRs, potentially prioritizing the most commonly used services first.

The service list component handles missing logos gracefully with fallback images, so there's no urgency, but systematically adding these logos would improve the overall visual consistency of the documentation.

Logo Source: brandfetch.com continues to be a convenient resource for obtaining high-quality brand assets for these services.

@yipfram
Copy link
Author

yipfram commented Oct 1, 2025

Of course comments and description are AI generated, please do as you want

@yipfram
Copy link
Author

yipfram commented Oct 1, 2025

📊 Update on Missing Logos (October 2, 2025)

Following up on my previous comment about missing logos, I've made progress on addressing this issue using the Brandfetch Brand API to automatically fetch logos.

✅ Successfully Added Logos (23 services)

Used the Brandfetch API to automatically download and add logos with the -logo suffix:

  • Activepieces - activepieces-logo.svg
  • Affine - affine-logo.svg
  • Appsmith - appsmith-logo.svg
  • Appwrite - appwrite-logo.svg
  • Authentik - authentik-logo.svg
  • Bitcoin Core - bitcoin-core-logo.svg
  • BookStack - bookstack-logo.svg
  • Browserless - browserless-logo.svg
  • Budge - budge-logo.svg
  • Cal.com - calcom-logo.svg
  • Changedetection - changedetection-logo.svg
  • Chatwoot - chatwoot-logo.svg
  • ClassicPress - classicpress-logo.svg
  • CloudBeaver - cloudbeaver-logo.svg
  • Cloudflared - cloudflared-logo.svg
  • Cockpit - cockpit-logo.svg
  • Code Server - code-server-logo.svg
  • Deno KV - denokv-logo.svg
  • Directus - directus-logo.svg
  • Docker Registry - docker-registry-logo.svg
  • Documenso - documenso-logo.svg
  • DokuWiki - dokuwiki-logo.svg
  • Dolibarr - dolibarr-logo.webp

⏳ Still Need Manual Collection (17 services)

These services weren't available in Brandfetch or didn't have suitable logo formats:

  • Umami, Actual Budget, Apprise API, Baby Buddy, Bugsink, Chaskiq, Checkmate, ConvertX, Cryptgeon, CyberChef, Dashboard, Dashy, Docmost, Docuseal, Dozzle, Duplicati, Easy Appointments

Note: All newly added logos follow the -logo suffix naming convention for better organization.

@yipfram yipfram changed the title Update service logos to WebP format for better optimization Update service logos Oct 2, 2025
@Cinzya
Copy link
Member

Cinzya commented Oct 2, 2025

that's very appreciated, thanks for the work! I'll double check everything when I have time this weekend.

@Cinzya Cinzya self-assigned this Oct 2, 2025
@yipfram
Copy link
Author

yipfram commented Oct 3, 2025

❤️
Some of the logos are not just icons, idk if this is suitable... tell me

Also i feel like saying it now: Thanks for your work :) Thanks for your time !

@yipfram
Copy link
Author

yipfram commented Oct 3, 2025

Actually i'm thinking: I could have just used the logos in https://github.com/coollabsio/coolify/tree/next/public/svgs rather than from the external sources ....

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is the Dolibarr logo and not Docuseal

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, i had to add dolibarr manually and may have overwritten docuseal...
I'l fix it

@yipfram
Copy link
Author

yipfram commented Oct 3, 2025

I will have a look at this PR again, some logos are in duplicate, and some have icons that better fit than the logo (without text)

I'll check the main repo

(when i have time)

I will put this PR in draft in the mean time

@yipfram yipfram marked this pull request as draft October 3, 2025 23:42
@Cinzya
Copy link
Member

Cinzya commented Oct 5, 2025

I also added some logos via #372 but feel free to override it with yours if you believe you have better versions. In case there are conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants