Help
This is a Vibe Coding project, so… yeah, there are probably quite a few issues 😅
Let’s answer a few questions here.
Q: Is it free? 💸
A: Yes...?
You can absolutely try a low-cost or even free model, such as step-3.5-flash(I like it soooo much).
ClawLess is especially suitable for beginners who have never used OpenClaw, because it’s free.
Q: Is it more powerful than OpenClaw? 🚀
A: Absolutely, completely, definitely not.
Q: Is it secure? 🔐
A: Nothing in the world is absolutely secure.
However, since it’s deployed in the cloud, at least it won’t break your computer.
You should also set a spending limit in your Vercel account and AI API account.
Q: Will you add new IM adapters? 💬
A: If the chat SDK adds them and they are supported on Vercel, we will add them.
Q: Does it support local deployment? 🖥️
A: Why not just deploy OpenClaw locally?
Q: Can it be deployed on other platforms? For example, other serverless clouds like Cloudflare? ☁️
A: I originally tried building it on Deno Deploy, but I found that only Vercel Workflows can run for a long time (so your agent has enough time to process requests). It also provides @vercel/sandbox for running commands.
If you want to experiment, trying: Cloudflare Workflows(or others) + Just-Bash.
Q: Any other questions?
A: I don't know.
You can ask questions in GitHub Issues or Discussions.