Tool that allows you to push your discord server's threads to a centralised website for easy access. Consider it Stack overflow that indexes your discord server's threads. You select the a repository and the bot will push the threads of selected channel to the website.
Consists of a discord bot and a website.
- Install the discord bot in your discord server. Invite Link
- Initialise the bot in a forums channel(in any thread) using the
/initcommand. - Follow the instructions to link the bot with your github repository.
- Push the thread to the website using the
/pushcommand.
Note: The discord bot is hosted by me locally, so it might not be available all the time. YI am working on creating a guide to host the bot on your own server.
Our Discord Bot is Open Source here
Created a discord bot that will give you access to the following commands:
/init: to initialise the bot in a channel and link it with github repository./push: to push the thread to the website./close: to close the thread.
- Website that will display all the threads in a centralised location.
- In teh future, we can add search functionality to search for threads globally and give them better SEO.
- Also looking to add a feature that allows website users to interact with the threads.
- Discord Bot: Python, Appwrite, Discord API
- Website: Next.js, Tailwind CSS, Appwrite, tanstack/react-query


