How I use OpenClaw to build websites fast (with Codex, Telegram, and Vercel)
TL;DR: Use OpenClaw + Codex + Telegram to tell your AI assistant to build and deploy websites automatically on Vercel (Next.js + Tailwind + Supabase). Just tell it what you want and get a live URL in minutes.
I like to ship fast.
So I set up a workflow where I can tell my AI assistant what to build, and it can code, deploy, and send me a live link.
In this post, I’ll show my setup:
- OpenClaw
- Codex auth
- Telegram connection
- Next.js/Tailwind CSS/Vercel/Supbabase
And I’ll share a real example: I built a website to find jobs that sponsor OPT / H1B / Green Card.
Why I use this setup
Next.js + Tailwind CSS: fast component styling + utility classes
Vercel: zero config deployment with automatic previews
Supabase: simple Postgres + auth if you actually need a backend
This saves me a lot of time.
Step 1) Set up OpenClaw with Codex and Telegram
Always select the latest available Codex model. I previously used Claude Opus via OAuth, but since that violates Anthropic’s policy, I’ve switched to Codex instead.
Step 2: Install Vercel CLI amd optionally Supabase CLI
And then run vercel login and supabase loginin the terminal
Step 3: Ask OpenClaw to build websites with this initial prompt
Use this exact prompt as the first instruction in your OpenClaw session — it teaches the assistant your defaults so every build is deploy-ready.
From now on, always follow these defaults for any website/app you build for me:
- Deployment: always deploy via Vercel (no other hosting unless I explicitly ask).
- Frontend stack: Next.js (App Router) + Tailwind CSS.
- Database (only if needed): Supabase (Postgres + Auth + Storage as appropriate).
- Completion requirement: when the build/deploy is done, always provide the public Vercel URL as the final line in your response (e.g., “Public URL: https://...”).If any of these defaults conflict with my explicit instructions in a specific request, ask me briefly and follow my explicit instructions.
Real example I built
I built a job site for students on OPT who need sponsor-friendly roles.
What it does:
- finds jobs from company job boards
- supports OPT / H1B / Green Card tags
- filters for US-only roles
- includes software + project manager positions
- gives direct apply links
I had this idea during a conversation with my friend and ask OpenClaw to build it, and it built the website under 10 minutes
Final thoughts
If you want to ship more and think less about setup, this stack is very good.
OpenClaw + Codex helped me move from “I should build this” to “it’s already live”.
Try dropping the prompt into your OpenClaw and ask it to build your idea — then share the URL in the comments!
