Go Live — Deployment Guide
Option 1 — Simplest (No Coding)
Host on Vercel or Netlify — free, live in 5 minutes
Download the HTML files
Download itr-ai-tool-v3.html and this dashboard file from HMCG & Associates.
Create free Vercel account
Go to vercel.com → Sign up → Drag & drop your HTML files
vercel.com → New Project → UploadYour tool is LIVE!
Vercel gives you a URL like: taxsarthi.vercel.app — share with clients instantly. SSL included. Zero cost.
taxsarthi.vercel.appOption 2 — Professional Setup
Full stack with database, login, and mobile app
Backend — Node.js + Express
API server for client data, auth, file storage
npm install express anthropic multerDatabase — Supabase (free PostgreSQL)
Store client data, documents, filing status
supabase.com → Free 500MB DBFile Storage — AWS S3 / Cloudflare R2
Store uploaded PDFs securely (encrypted)
~₹5/GB/month storageWhatsApp — Twilio API
Add Twilio to send WhatsApp messages
npm install twilio₹0.05 per message sentDeploy on Railway / Render
Push code to GitHub → connect to Railway → auto-deploy
railway.app → Free $5/month creditsMonthly Cost Breakdown
For HMCG & Associates — 50 clients
| Service | Provider | Cost/Month |
|---|---|---|
| Web Hosting | Vercel / Railway | ₹0 – ₹400 |
| Claude AI API | Anthropic | ₹500 (50 clients) |
| Database | Supabase | ₹0 (free tier) |
| File Storage | Cloudflare R2 | ₹50 (10GB) |
| WhatsApp API | Twilio | ₹300 (200 msgs) |
| Domain (.in) | GoDaddy | ₹70/month |
| SSL Certificate | Let's Encrypt | ₹0 (free) |
| Total Monthly Cost | ₹920 – ₹1,320 | |
WhatsApp API Setup Guide
Connect real WhatsApp notifications in 30 minutes
Create Meta Business Account
Go to business.facebook.com → Create account → Verify phone number
Set up WhatsApp Business API
Use Twilio (easiest) or direct Meta API
twilio.com/whatsapp → Sandbox → ProductionGet API credentials
Twilio Account SID + Auth Token + WhatsApp number
TWILIO_SID=ACxxxxxxxxTWILIO_TOKEN=xxxxxxxxAdd to your app
Replace the simulated WhatsApp in this tool with real API call
client.messages.create({from:'whatsapp:+14155238886', to:'whatsapp:+91XXXXXXXXXX', body: message})Get clients to opt-in
Clients send 'JOIN sandbox' to your WhatsApp number or via your website form.
Become an ERI — File Directly on Portal
No manual JSON upload needed — file directly like ClearTax