★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/tonym642/bizcore360-wp/archive/refs/heads/main.zipFrom the readme
BizCore360 AI Dashboard
A powerful AI-driven business dashboard with focus group generation capabilities.
🚀 Quick Start
Local Development
1. Clone and Setup
2. Set up Environment Variables
3. Run Local Development Server
4. Open in Browser
- Main Dashboard: http://localhost:3000
- Polls Setup: http://localhost:3000/polls-setup.html
- Polls List: http://localhost:3000/polls.html
Vercel Deployment
1. Deploy to Vercel
2. Set Environment Variables in Vercel
- Go to Vercel Dashboard Your Project Settings Environment Variables
- Add OPENAIAPIKEY with your actual API key
- Set Environment to "Production"
3. Redeploy
🛠 API Routes
POST /api/openai
Securely handles OpenAI API calls server-side.
Request:
Response:
📁 Project Structure
🔑 Environment Variables
- OPENAIAPIKEY - Your OpenAI API key (required)
🎯 Features
- ✅ Secure server-side OpenAI API integration
- ✅ Dynamic focus group persona generation
- ✅ Responsive polls dashboard with table view
- ✅ Local development environment
- ✅ Vercel serverless deployment ready
- ✅ No client-side API key exposure
🧪 Testing
1. Start the local server: npm run dev
2. Go to http://localhost:3