A browser extension that enhances your Twitter/X and Slack experience with AI-powered message composition.
- Compose better tweets and Slack messages with AI assistance
- Multiple tone options: Friendly, Formal, Witty
- Works seamlessly across Twitter and Slack
- Click the brain icon next to the bookmark button to analyze and scrape tweets
- Automatically collects tweet text, username, and timestamp
- Export all scraped tweets as a JSON file
- Counter in the header shows how many tweets have been scraped
- AI-powered message composition directly in Slack
- Smart message suggestions based on context
- Multiple tone options for different communication needs
- Clone this repository
- Run
npm installorpnpm install - Run
npm run devorpnpm devto start development mode - Load the extension in your browser:
- Chrome: Go to chrome://extensions/, enable Developer mode, click "Load unpacked", and select the
distfolder - Firefox: Go to about:debugging#/runtime/this-firefox, click "Load Temporary Add-on", and select any file in the
distfolder
- Chrome: Go to chrome://extensions/, enable Developer mode, click "Load unpacked", and select the
- Visit Twitter/X or Slack in your browser
- Use the AI compose button when writing messages for AI assistance
- On Twitter: Click the brain icon next to the bookmark button on any tweet to analyze and collect it
- On Twitter: Click the export button in the header to download collected tweets as JSON
- On Slack: Access AI composition features directly in the message input field
npm run dev- Start development servernpm run build- Build for productionnpm run lint- Run linter