Conversation
|
@zackchewa is attempting to deploy a commit to the rohitg00's projects Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughA new hosting option "OpenClaw Launch" is added to the README.md file in the Managed Hosting Services table, including pricing, setup time, and feature details. The entry appears in two distinct sections of the documentation. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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
🧹 Nitpick comments (1)
README.md (1)
320-320: Entry is missing from the Master Cost Comparison Table.Every other managed hosting provider listed in the "Managed Hosting Services" section (Agent37, MyClaw.ai, EasyClaw, ClawSimple, xCloud, ClawCloud, Molty by Finna, etc.) also appears in the "Master Cost Comparison Table" at lines 343–368. OpenClaw Launch should be added there for consistency.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 320, Add a corresponding row for OpenClaw Launch to the "Master Cost Comparison Table" so the README is consistent: locate the Master Cost Comparison Table block (the table containing Provider, Price, Setup Time, Hosting Type, Features, Notes) and insert a row matching the Managed Hosting Services entry you added — for example use the same columns and values from your diff: "| **[OpenClaw Launch](https://openclawlaunch.com)** | $3+ | < 1 min | Managed | One-click setup, management UI, multi-instance support | - |".
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 320: Update the Price/mo column for the table row containing "OpenClaw
Launch" to match the live site pricing instead of "$3+"; replace it with the
published value " $20/mo — includes $10 in AI credits" (or the exact current
wording shown on https://openclawlaunch.com) so the README table row for
"OpenClaw Launch" reflects accurate pricing.
---
Nitpick comments:
In `@README.md`:
- Line 320: Add a corresponding row for OpenClaw Launch to the "Master Cost
Comparison Table" so the README is consistent: locate the Master Cost Comparison
Table block (the table containing Provider, Price, Setup Time, Hosting Type,
Features, Notes) and insert a row matching the Managed Hosting Services entry
you added — for example use the same columns and values from your diff: "|
**[OpenClaw Launch](https://openclawlaunch.com)** | $3+ | < 1 min | Managed |
One-click setup, management UI, multi-instance support | - |".
| | **[Myclawhost](https://www.myclawhost.com/)** | $9-39 | Instant | Managed | Lite ($9), Pro ($19), Max ($39), full lifecycle | One-click deploy | | ||
| | **[Contabo OpenClaw](https://contabo.com/en/openclaw-hosting/)** | $4.95+ | Minutes | VPS | Unlimited workflows, full data ownership, predictable pricing | - | | ||
| | **[Molty by Finna](https://molty.finna.ai)** | $19-99 | 30 sec | VM-isolated (Fly.io) | Multiple Molties per account, Mission Control (multi-agent coordination), GitHub backup sync, browser automation, auto-updates | 3-day free trial | | ||
| | **[OpenClaw Launch](https://openclawlaunch.com)** | $3+ | < 1 min | Managed | One-click setup, management UI, multi-instance support | - | |
There was a problem hiding this comment.
Pricing listed ($3+) doesn't match the live site.
The OpenClaw Launch website advertises "$20/mo — includes $10 in AI credits", but the PR lists the price as $3+. Please update the Price/mo column to reflect the actual published pricing so readers can make accurate comparisons with other providers in this table.
📝 Proposed fix
-| **[OpenClaw Launch](https://openclawlaunch.com)** | $3+ | < 1 min | Managed | One-click setup, management UI, multi-instance support | - |
+| **[OpenClaw Launch](https://openclawlaunch.com)** | $20 | < 1 min | Managed | One-click setup, management UI, multi-instance support | Includes $10 AI credits |📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| | **[OpenClaw Launch](https://openclawlaunch.com)** | $3+ | < 1 min | Managed | One-click setup, management UI, multi-instance support | - | | |
| | **[OpenClaw Launch](https://openclawlaunch.com)** | $20 | < 1 min | Managed | One-click setup, management UI, multi-instance support | Includes $10 AI credits | |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 320, Update the Price/mo column for the table row
containing "OpenClaw Launch" to match the live site pricing instead of "$3+";
replace it with the published value " $20/mo — includes $10 in AI credits" (or
the exact current wording shown on https://openclawlaunch.com) so the README
table row for "OpenClaw Launch" reflects accurate pricing.
rohitg00
left a comment
There was a problem hiding this comment.
A few issues need fixing before merge:
-
Pricing mismatch: The PR lists "$3+" but the live site (openclawlaunch.com) shows plans from $3-$20/mo. CodeRabbit also flagged this — please update to reflect accurate pricing (e.g., "$3-20/mo").
-
Missing from Master Cost Comparison Table: Every other managed hosting provider appears in both the Managed Hosting Services table AND the Master Cost Comparison Table (lines 343-368). Please add a matching row there.
-
Brand new account: Your GitHub account was created Feb 18, 2026 (yesterday) with 0 followers and 1 repo. This is a self-promotion PR — not necessarily a problem, but the pricing accuracy becomes even more important.
-
Merge conflict potential: PRs #52 and #56 also insert into the same spot in the managed hosting table. Whichever merges first will cause conflicts for the others.
Please fix items 1 and 2, and this is good to go.
This PR adds OpenClaw Launch as a managed deployment platform.
Summary by CodeRabbit