Follow these steps in order. Backend on Railway → Extension in Chrome → Website on Vercel → WhatsApp Bot → Payments. Total time: about 2 hours.
wravio-backend-v4-final.zip from your Wravio files. Extract it. You get a folder with main.py, requirements.txt, Procfile, .env.example.https://wravio-backend.up.railway.app. Test it by opening /health — should return {"ok": true}.wravio-v7-ext.zip. Extract it. You get a folder called ext with popup.js, background.js, content.js, gmail.js, linkedin.js, and manifest.json.background.js. Find line 4:chrome://extensions → enable Developer mode (top right) → click Load unpacked → select the ext folder. Pin Wravio from the puzzle icon in the toolbar.Alt+A → the popup opens showing "Upwork · reading" → pick Write Proposal → click Run → proposal appears in 5-8 seconds.wravio-site. Add all HTML files renamed as follows: index.html (landing), freelancer.html, business.html, student.html, features.html, whatsapp-guide.html, setup-guide.html, faq.html, about.html, contact.html, privacy.html, app.html, trial-payment.html.app.html → find const API_URL → update to your Railway URL + /api/generate.wravio-site folder → Deploy. Vercel deploys in 30 seconds. Connect your wravio.com domain in Settings → Domains.whatsapp_business_messaging → copy the token.wravio-bot-verify. Subscribe to messages.trial-payment.html → update BACKEND_URL to your Railway URL → update RG_PUBLIC_KEY to your Rapid Gateway public key.