StrategyAI is an AI-powered platform designed to help startup founders confidently navigate market entry, analyze competitive landscapes, and achieve product-market fit through actionable data and intelligent insights.
Create a .env file in the root directory and include the following API keys:
# 🌐 Market Intelligence
YAHOO_FINANCE_API_KEY=your_api_key
YAHOO_FINANCE_API_HOST=yh-finance.p.rapidapi.com
# 📊 Economic Data
WORLD_BANK_API_KEY=your_api_key
# 🏭 Industry Data
STATISTA_API_KEY=your_api_key
STATISTA_ACCESS_TOKEN=your_access_token
# 🗺️ Geographic Data
OPENSTREETMAP_API_KEY=your_api_key
# ⚙️ Environment Settings
NODE_ENV=development
PORT=3001npm install- Frontend (Vite/React):
npm run dev- Backend (Express/Node):
npm run server| Command | Description |
|---|---|
npm run dev |
Start the frontend development server |
npm run server |
Start the backend server |
npm run build |
Build the production-ready frontend |
npm run preview |
Preview the production build locally |
npm run lint |
Run ESLint to check code quality |
- Intelligent market sizing
- Competitor benchmarking
- Trend detection across sectors
- Go-to-market strategy generator
- Interactive startup dashboard
We'd love to hear from you! Please open an issue or submit feedback to help us improve.
Let me know if you'd like me to include:
- badges (e.g., build passing, license)
- a project architecture diagram
- API docs or usage examples
I can extend this further if needed!