Consultant-AI is an intelligent web application designed to provide businesses with AI-driven insights, advice, and analytics to improve their products, processes, and team dynamics.
Consultant-AI aims to empower businesses by offering:
- AI-powered consultation using advanced language models
- Continuous learning about the user's business
- Data-driven insights and analytics
- Interactive chat interface for real-time advice
- Comprehensive dashboard for business performance overview
The project is currently in active development. Here's what's been implemented so far:
- Basic application structure using React and TypeScript
- Custom UI components built with Radix UI and styled with Tailwind CSS
- Main layout and navigation system
- Chat interface with simulated AI responses
- Analytics page with sample data visualization
- Theme switching capability (light/dark mode)
- Responsive design for various device sizes
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/harshmriduhash/Consultant-AI cd elevate-ai
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
npm run dev
: Starts the development servernpm run build
: Builds the app for productionnpm run lint
: Runs the linternpm run preview
: Previews the production build locally
- React
- TypeScript
- Vite
- Tailwind CSS
- Radix UI
- Framer Motion
- Recharts
We welcome contributions! Please read our contributing guidelines before submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
- OpenAI for inspiration and future AI integration
- The React and TypeScript communities for their excellent tools and resources