Slack Bot Template
A production-ready Slack bot template with AI capabilities, slash commands, and interactive features.
Features
- Slack Bolt framework
- Slash commands
- Interactive messages
- Message shortcuts
- AI conversation capabilities
- OAuth installation flow
- TypeScript
- Event subscriptions
Getting Started
Prerequisites
- Slack workspace admin access
- Node.js 20 or later
- Bun package manager
Installation
bun create magicword-app my-slack-bot --template slack-bot
cd my-slack-bot
bun install
Development
bun dev