
# 🚀 Quick Start Guide for CILS B1 Platform

Welcome! This platform is now 100% production-ready and ethically monetized.

---

## STEP 1: Deployment (10 min)
1. Upload `cils04_masterpiece_final.zip` to your web host (e.g., Namecheap cPanel).
2. Extract it into `public_html/`.
3. Import `cils_b1_init.sql` into MySQL (phpMyAdmin or SSH).
4. Rename `.env.example` to `.env` and set:
   - DB name/user/pass
   - `APP_KEY=` → generate via `php artisan key:generate`
   - `STRIPE_SECRET`, `MAIL_HOST`, `MAIL_FROM` for email
5. Run:
```bash
php artisan migrate --force
php artisan queue:work &
```

---

## STEP 2: Setup Admin
1. Visit `/login` and sign in as:
   - **Email:** admin@example.com
   - **Password:** Admin@123
2. Go to `/admin` for full control.
3. Navigate through:
   - `Word & Ad Manager` – control email content and monetization
   - `Social Calendar` – post automation
   - `Billing` – edit prices, plans, trial
   - `Analytics` – league charts, XP ladder, and engagement graphs

---

## STEP 3: Let It Run
- Daily AI-generated word, quiz, email, push alert
- Auto-converts users via freemium model
- Safe unsubscribe, legal disclaimers, DMARC/SPF compliant

---

## FAQ
• 💬 Little **?** icons are placed on all inputs to explain usage  
• 🌐 **Translate** icon appears near all Italian content  
• 🧠 AI FAQ is live under `/help`; updated daily

---

## SAFETY
- ✅ CAPTCHA, bot detection, email verification
- ✅ “Not affiliated” disclaimer on footer and signup
- ✅ Legal IP filter on all image and text generation

---

## INCOME
- Freemium with upsell
- Ads for free users in emails and app
- Stripe-managed subscriptions (with retries)

---

Use `/admin/manual` for full admin docs or read `admin_guide.md` in the ZIP.

