An ultra-modern, voice-activated AI assistant integrated with your entire digital life. Now featuring a SaaS Productivity Suite to manage your work directly from the chat.
Unlocked "Beast Mode" integrations with premium UI cards:
- 🎨 Figma: Browse recent design files and mockups.
- 📝 Notion: Search your workspace pages and databases.
- 💬 Slack: View channels and send messages to your team.
- 📋 Trello: visual board summaries and card tracking.
- 📅 Google Calendar: Timeline view of your upcoming schedule.
-
Clone the repository
git clone https://github.com/akyourowngames/Chatbot2.git cd Chatbot2 -
Install Dependencies
# Backend pip install -r requirements.txt # Frontend cd Frontend npm install
-
Configure Environment Create a
.envfile in the root directory and add your keys:# Core OPENAI_API_KEY=sk-... # SaaS Suite (Optional - System runs in Mock Mode without them) FIGMA_ACCESS_TOKEN=figd_... NOTION_API_KEY=ntn_... SLACK_BOT_TOKEN=xoxb-... TRELLO_API_KEY=... TRELLO_TOKEN=... GOOGLE_CALENDAR_CREDENTIALS=path/to/creds.json
-
Run the System
# Terminal 1: Backend python api_server.py # Terminal 2: Frontend cd Frontend npm run dev
Try these prompts to see the new capabilities in action:
- Figma: "Show my recent Figma files" or "Figma projects"
- Notion: "Search Notion for 'Roadmap'" or "Find notes about meeting"
- Slack: "List Slack channels" or "Send message 'Hello Team' to general"
- Trello: "Show my Trello boards"
- Calendar: "What are my upcoming events?" or "Check my schedule"
- Weather: "Weather in Tokyo" (Displays live atmospheric card)
- News: "Latest AI news" or "Hacker News top stories"
- Finance: "Bitcoin price" or "AAPL stock"
- System: "System stats" (Sci-fi CPU/RAM telemetry)
- Space: "NASA APOD" (Astronomy Picture of the Day)
- Code: "Show GitHub repos for torvalds"
- AI Thinking Mode (Chain-of-thought visualization)
- Enhanced Voice Interaction (Real-time interruption)
- Deep Research Agent