ai ppowerd tool
# Tunisian Studio
AI-powered content creation suite for Tunisian creators. Features TTS in Tunisian Arabic, video/image generation, lead generation, social media planning, and more.
## Prerequisites
- Node.js 18+
## Setup
1. Install dependencies:
```bash
npm install
```
2. Copy the environment template and fill in your keys:
```bash
cp .env.example .env.local
```
3. Required environment variables:
- `GEMINI_API_KEY` — Google Gemini AI API key
- `VITE_SUPABASE_URL` — Supabase project URL
- `VITE_SUPABASE_ANON_KEY` — Supabase anonymous key
- `HF_API_TOKEN` — Hugging Face API token (for background removal)
4. Run in development:
```bash
npm run dev
```
5. Build for production:
```bash
npm run build
npm start
```