🤖 Slack Bot Manifest Generator

Create your custom Slack bot manifest with personal branding and get step-by-step setup instructions. No coding required!

⚙️ Bot Configuration

Customize your Slack bot's appearance and functionality

This appears in Slack as your bot's name
Brief description for the Slack app directory (max 140 chars)
How the bot appears in conversations
Your deployed server URL (Vercel, Heroku, etc.)

💡 Examples:

Bot Name: "Acme Corp Assistant", "Marketing Bot"

Description: "Smart assistant for team productivity"

Display Name: "Acme Bot", "Assistant"

📋 Generated Manifest

Copy this manifest and paste it into your Slack app configuration

🚀 Setup Instructions

Follow these steps to create and install your custom Slack bot:

  1. Create a Slack App:
    Go to https://api.slack.com/apps and click "Create New App" → "From an app manifest"
  2. Choose Your Workspace:
    Select the Slack workspace where you want to install the bot
  3. Paste Your Manifest:
    Copy the generated manifest above and paste it into the manifest editor, then click "Next" and "Create"
  4. Deploy Your Code:
    Deploy this codebase to your server (Vercel, Heroku, etc.) and make sure the URL matches what you entered above
  5. Install the App:
    In your Slack app settings, go to "Install App" and click "Install to Workspace"
  6. Configure Environment Variables:
    Add your Slack bot token and signing secret to your server's environment variables:
    SLACK_BOT_TOKEN=xoxb-your-bot-token SLACK_SIGNING_SECRET=your-signing-secret
  7. Test Your Bot:
    Try the commands /task1 through /task5 in Slack, then configure them in your settings panel

💡 Need Help?

Check out our complete setup guide and documentation at slack.bishoptech.dev