Genius DigiSchool
Deployment Guide
Complete step-by-step guide to deploy Genius DigiSchool from local files to a live, revenue-generating platform. Follow in order. Red = do before running any ads. Amber = before day 14. Green = before month 2.
Launch Readiness0% complete
🔴 Week 1 — Go Live (Critical)
1
Deploy to Vercel (free, 5 minutes)
Upload all HTML files to Vercel for free hosting with HTTPS and CDN.
npx vercel deploy ./genius-netunisys/
Critical
2
Connect custom domain — genius.netunisys.online
Add your domain in Vercel dashboard → Domains → Add genius.netunisys.online. Point DNS A record to Vercel IP.
Critical
3
Replace WhatsApp number everywhere
Change +91 96664 92476 to your real WhatsApp Business number in all 21 HTML files.
grep -r "919666492476" ./ --include="*.html" -l
Critical
4
Set up Meta Pixel (real ID)
Go to Meta Business Manager → Events Manager → Create Pixel. Replace 1234567890123456 in genius-netunisys-landing.html and genius-thank-you.html.
Critical
5
Set up Google Analytics 4 + Google Ads
Create GA4 property, get Measurement ID. Create Google Ads account, get Conversion ID. Replace G-GENIUSDS26 and AW-1234567890 in all pages.
Critical
6
Connect Stripe for payments
Create Stripe account at stripe.com → Get publishable key → Add to genius-enrollment-page.html. Create product IDs for Starter/Premium/Family plans.
Critical
7
Set real pricing in enrollment page
Update Starter ($79), Premium ($129), Family ($199) — or your own prices — in genius-enrollment-page.html and genius-netunisys-landing.html.
Critical
8
Test complete funnel end-to-end
Ad → Landing page → Form submit → CRM lead created → Thank-you page loads → WA message sent → Enrollment works → Success email sent.
Critical
🟡 Week 2 — First Ads
9
Launch Google Search campaign
Budget: $50/day. Target: UAE + Saudi Arabia. Keywords: "online school India", "digital school Hyderabad", "home school India". Bid on exact match first.
High Priority
10
Launch Meta (Facebook + Instagram) campaign
Budget: $30/day. Target: parents 28-50, UAE+SA+BH+KW+QA, interests: education, parenting, children. Use Click-to-WhatsApp ad format for India.
High Priority
11
Set up WhatsApp Business API
Sign up at 360dialog or Twilio India.com (cheapest for India). Connect your number. Set up Day 1, Day 3, Day 7 message sequences using the email templates as reference.
High Priority
12
Connect CRM to landing page form
Set up HubSpot free tier. Create a webhook from the landing page form to HubSpot. Test: submit form → lead appears in CRM with source tag.
High Priority
13
Add Anthropic API key to chatbot
Get API key from console.anthropic.com. Add to genius-ai-chatbot.html. Test bilingual EN/AR responses. The chatbot uses claude-sonnet-4-5.
High Priority
🟢 Month 1-3 — Scale
14
Integrate Agora SDK for live video
Sign up at agora.io → Create project → Get App ID. Replace placeholder in genius-live-classroom.html. Test with 2 users first.
Month 1
15
Build React Native mobile app
Use genius-mobile-app-ui.html as the full design spec. Build with Expo. Submit to App Store (Apple Developer $99/yr) and Google Play ($25 one-time).
Month 2
16
Apply for India accreditation
UAE: Apply to local education authority (education authority). Saudi Arabia: Submit to Ministry of Education for recognition. Timeline: 3-6 months.
Month 2
17
Reach 100 enrolled students
Key milestone for Series A readiness. Document: MRR, CAC (cost per acquisition), monthly churn rate, NPS score. Use finance dashboard for tracking.
Month 3
18
Send pitch deck to investors
Use genius-pitch-deck.pptx. Target: Sequoia India, 500 Global MENA, Nexus Ventures, IIT Innovation, Lightspeed India. Email
[email protected].
Month 2
🔑 Environment Variables (.env)
STRIPE_PUBLISHABLE_KEY=
pk_live_XXXXXXXXXXXXXXXXXXXXXXXX
STRIPE_SECRET_KEY=
sk_live_XXXXXXXXXXXXXXXXXXXXXXXX
STRIPE_WEBHOOK_SECRET=
whsec_XXXXXXXXXXXXXXXXXXXXXXXX
STRIPE_STARTER_PRICE_ID=
price_XXXX
STRIPE_PREMIUM_PRICE_ID=
price_XXXX
STRIPE_FAMILY_PRICE_ID=
price_XXXX
WA_API_KEY=
XXXXXXXXXXXXXXXXXXXXXXXX
WA_PHONE_NUMBER_ID=
919666492476
WA_BUSINESS_ACCOUNT_ID=
XXXXXXXX
META_PIXEL_ID=
1234567890123456
GA4_MEASUREMENT_ID=
G-XXXXXXXXXX
GOOGLE_ADS_ID=
AW-XXXXXXXXXX
HUBSPOT_API_KEY=
XXXXXXXXXXXXXXXXXXXXXXXX
HUBSPOT_PORTAL_ID=
XXXXXXXX
ANTHROPIC_API_KEY=
sk-ant-XXXXXXXXXXXXXXXXXXXXXXXX
AGORA_APP_ID=
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
SMTP_HOST=
smtp.gmail.com
SMTP_USER=
[email protected]
SMTP_PASS=
XXXXXXXXXXXXXXXX
SCHOOL_NAME=
Genius DigiSchool
SCHOOL_DOMAIN=
genius.netunisys.online
SUPPORT_PHONE=
+91 96664 92476
SUPPORT_EMAIL=
[email protected]
⚡ vercel.json Configuration
{
"version": 2,
"name": "genius-netunisys",
"routes": [
{ "src": "/", "dest": "/genius-netunisys-landing.html" },
{ "src": "/enroll", "dest": "/genius-enrollment-page.html" },
{ "src": "/portal", "dest": "/genius-unified-platform.html" },
{ "src": "/thank-you", "dest": "/genius-thank-you.html" },
{ "src": "/admin", "dest": "/genius-admin-panel.html" },
{ "src": "/classroom", "dest": "/genius-live-classroom.html" }
],
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "X-Frame-Options", "value": "SAMEORIGIN" },
{ "key": "X-Content-Type-Options", "value": "nosniff" },
{ "key": "Strict-Transport-Security", "value": "max-age=31536000" }
]
}
]
}
📅 Go-Live Timeline
Day 1–3
Deploy & Configure
Deploy to Vercel, connect domain, replace all placeholder IDs, test funnel.
VercelStripeMeta Pixel
Day 4–7
Soft Launch
Share landing page link in WhatsApp groups, LinkedIn, Instagram. Get first 5-10 demo bookings organically before paying for ads.
SocialWA GroupsReferrals
Week 2
Paid Ads Launch
Launch Google Search ($50/day) + Facebook/Instagram ($30/day). Monitor CPL (target under $8). Optimise landing page based on heatmaps.
Google AdsMeta Ads
Week 3–4
First Enrollments
Target: 20+ enrolled students. Start live demo classes using genius-live-classroom.html. Run WhatsApp sequences for unconverted leads.
Live ClassesWA Sequences
Month 2–3
Scale to 100 Students
Double ad budget. Add TikTok ads (massive parent audience). Integrate Agora for real live video. Build mobile app. Apply for accreditation.
TikTokAgoraMobile App
📞 Quick Reference
| Asset | URL / Contact | Status |
| Landing Page | https://genius.netunisys.online | Deploy needed |
| Student Portal | https://portal.genius.netunisys.online | Deploy needed |
| Admin Panel | https://admin.genius.netunisys.online | Deploy needed |
| WhatsApp Support | +91 96664 92476 | Replace |
| Admissions Email | [email protected] | Ready |
| Stripe Dashboard | https://dashboard.stripe.com | Setup needed |
| Meta Pixel | 1234567890123456 → Replace | Replace |
| GA4 ID | G-GENIUSDS26 → Replace | Replace |
| Anthropic API | console.anthropic.com | API key needed |
| Agora Video | console.agora.io | App ID needed |