Note
Boostify is a work-in-progress project. While our team ensures everything in our platform works flawlessly, you're more than welcome to make an issue if you find an issue. Please join our Discord server if you require any assistance: discord.gg/vZgeWhZ9aF.
Get Boostify running in minutes using the official cloud version or self-host it yourself.
| Option | Description |
|---|---|
| βοΈ Cloud Hosted | Use the official Boostify bot instantly. |
| π₯οΈ Self Hosted | Deploy your own Boostify instance using Node.js or Docker. |
The fastest way to start using Boostify.
Invite Boostify to your Discord server:
π https://discord.com/oauth2/authorize?client_id=1453802179789066442
Boostify requires the following permissions:
- Add Reactions
- Embed Links
- Manage Roles
- Send Messages
- View Server Subscription Insights
Important
Place the Boostify role above any reward roles you want it to manage.
Once invited, configure features like:
- Booster reward roles
- Auto thank-you messages
- Logging
- Moderation
- Booster analytics
- Freemium perks
Continue to the documentation for advanced configuration.
Self-host Boostify for full control and customization.
- Node.js 20+
- PostgreSQL
- Git
- Discord Bot Token
- Docker
- PM2
- Reverse Proxy (Nginx/Caddy)
git clone https://github.com/teamboostify/boostify.git
cd boostifynpm installCreate a .env file in the project root.
DEBUG=true
BOT_TOKEN=your_bot_token
CLIENT_ID=
GUILD_ID=
GREET_CHANNEL_ID=
LOG_CHANNEL_ID=
MASTER_GUILD=
DATABASE_URL=postgresql://user:password@localhost:5432/boostifyWarning
Never share your bot token or commit your .env file publicly.
Generate the Prisma client:
npx prisma generateRun migrations:
npx prisma migrate deploynpm run devnpm run build
npm startBoostify supports Docker deployments out of the box.
docker build -t boostify .docker run -d \
--name boostify \
--env-file .env \
boostifyFor the best production experience, we recommend:
- Docker
- PM2
- Linux VPS
- Managed PostgreSQL
- Reverse Proxy (Nginx or Caddy)
- π Boost Tracking
- π Reward Roles
- π¬ Auto Thank-You Messages
- π Booster Analytics
- π‘οΈ Moderation
- π Logging
- β‘ Freemium Perks
- π³ Docker Support
- π§ Self Hosting
- π Cloud Hosted Version
Need help?
- Join the support server: https://discord.gg/vZgeWhZ9aF
- Open an issue on GitHub
- Check the documentation
