web-deployBuild, preview, and deploy websites, web apps, and APIs using Vercel, Railway, GitHub Pages, or local Canvas environments.
Install via ClawdBot CLI:
clawdbot install cmanfre7/web-deployBuild and deploy websites, web apps, and APIs to production.
# Static site
npx http-server ./dist -p 8080 -c-1
# Next.js
npm run dev # Development (hot reload)
npm run build && npm run start # Production preview
# FastAPI
uvicorn app.main:app --reload --port 8000
# Vite-based
npm run dev # Dev server
npm run build && npx serve dist # Production preview
# First time setup
npx vercel link
# Preview deployment
npx vercel
# Production deployment
npx vercel --prod
# Environment variables
npx vercel env add SECRET_KEY
Best for: Next.js apps, React SPAs, static sites, serverless functions.
Config: vercel.json (usually not needed for Next.js)
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "nextjs"
}
# First time setup
railway login
railway init
# Deploy
railway up
# Add database
railway add --plugin postgresql
# Environment variables
railway variables set SECRET_KEY=value
# View logs
railway logs
Best for: Backend APIs, databases, long-running processes, Docker containers.
# Using gh-pages package
npm install -D gh-pages
# Add to package.json scripts: "deploy": "gh-pages -d dist"
npm run build && npm run deploy
Best for: Documentation, simple static sites, project pages.
Deploy to ~/clawd/canvas/ for local serving through the clawdbot gateway.
cp -r ./dist/* ~/clawd/canvas/my-project/
npm run build / python -m build).env / secrets NOT in gitrobots.txt and sitemap.xml if public site# Vercel — redeploy previous
npx vercel rollback
# Railway — redeploy previous
railway rollback
# Git-based — revert and push
git revert HEAD && git push
# Vercel
npx vercel domains add mydomain.com
# DNS: Point CNAME to cname.vercel-dns.com
# Or A record to 76.76.21.21
Generated Mar 1, 2026
A tech startup needs to quickly deploy a static marketing site to showcase its product and capture leads. Using Vercel or GitHub Pages, they can automate deployments from Git, ensuring fast, secure hosting with HTTPS and easy domain setup to establish an online presence.
An e-commerce company is building a dynamic online store with Next.js for server-side rendering and performance. They deploy to Vercel to leverage automatic scaling, preview deployments for testing, and integration with backend APIs, ensuring a seamless shopping experience.
A SaaS company develops a FastAPI backend for its application and needs reliable, scalable hosting with database support. Using Railway, they deploy Dockerized containers, manage environment variables securely, and monitor logs to maintain uptime and handle user data.
A university or online learning platform creates static documentation or course materials. They use GitHub Pages for simple, cost-effective hosting, automating deployments from a repository to share resources publicly with students and educators.
A digital agency develops custom web apps for various clients, such as React SPAs or static sites. They utilize Vercel for quick preview deployments to gather feedback and Railway for backend services, streamlining client approvals and production launches.
Companies offer web apps or APIs as a service with monthly or annual subscriptions. Deploying to platforms like Railway ensures scalable backend infrastructure, while Vercel handles frontend delivery, enabling recurring revenue from users.
Businesses provide a free basic version of their web app to attract users, then upsell premium features like advanced analytics or custom domains. Using Vercel for fast deployments and Railway for backend logic supports tiered pricing models.
Agencies charge clients for building and deploying websites or web apps on a per-project basis. Leveraging this skill allows quick setup with Vercel and Railway, reducing development time and increasing profit margins through efficient workflows.
💬 Integration Tip
Integrate this skill with version control systems like Git to automate deployments; use environment variables on platforms like Vercel and Railway to securely manage secrets without hardcoding them.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.