feat: Add Vultr as participant#596
Conversation
Add Vultr to the participants page with company description, managed Valkey offering details, and SVG logo. Closes valkey-io#592 Signed-off-by: Roberto Luna-Rojas <roberto.luna.rojas@gmail.com>
📝 WalkthroughWalkthroughThis change adds a new participant entry for Vultr to the participants data file, including name, link, image metadata, and descriptive company and offering text. ChangesVultr Participant Addition
Assessment against linked issues
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@_data/participants.yml`:
- Line 194: Update the participant entry so `link` in `_data/participants.yml`
points to Vultr’s company homepage, not the Valkey product page, because
`templates/participants.html` and the homepage carousel use `participant.link`
for the main logo/card destination. Keep the Valkey offering URL available
separately for the product-specific reference, and make sure the unique
participant record for Vultr still maps correctly to the existing
`participants.html` and carousel usage.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 8668e84d-5172-4591-8137-6994fc9a83f3
⛔ Files ignored due to path filters (1)
static/img/vultr.svgis excluded by!**/*.svg
📒 Files selected for processing (1)
_data/participants.yml
|
| Filename | Overview |
|---|---|
| _data/participants.yml | Adds Vultr participant metadata with logo path, company description, and managed Valkey offering text; no issues found. |
| static/img/vultr.svg | Adds the Vultr SVG logo asset referenced by the participant entry; no executable content or unsafe constructs found. |
Reviews (1): Last reviewed commit: "feat: Add Vultr as participant" | Re-trigger Greptile
|
T-Rex pricing update — T-Rex was free through June 2026. Effective July 1, 2026, T-Rex adds 2 credits on top of the standard 1-credit review (3 total). T-Rex settings |
|
Can you please add a screenshot/ have someone from Vultr give written consent for their logo and description? |
Thanks @mtuteja-git for the feedback; agree I missed the screenshot here it is. @SanskritiHarmukh please review.
|
|
Hi @rlunar , thank you for including Vultr! The content looks good. Could you please hyperlink "Vultr Managed Databases for Valkey" to https://www.vultr.com/products/managed-databases/valkey/? |
stockholmux
left a comment
There was a problem hiding this comment.
Looks good with one minor change.
| company: > | ||
| Vultr is the AI-first global cloud platform trusted by hundreds of thousands of active customers across 185 countries. It delivers flexible, scalable Cloud Compute, Cloud GPU, Bare Metal, and Cloud Storage solutions, enabling developers and enterprises to build, deploy, and scale modern applications and AI workloads with confidence. | ||
| offering: > | ||
| Vultr Managed Databases for Valkey provides a fully managed, Redis-compatible Valkey service with automated provisioning, high availability, automated backups, monitoring, and point-in-time recovery, enabling developers to deploy and operate production-ready Valkey clusters without managing the underlying infrastructure. |
There was a problem hiding this comment.
on the other participants they tend to use ® after Redis

Description
Add Vultr to the participants page with company description, managed Valkey offering details, and SVG logo.
Issues Resolved
Closes #592
Check List
--signoffBy submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.