Your AI-Powered Confluence tool
Confluence Copilot is an AI-powered Confluence tool serving as a Proof of Concept (POC) to demonstrate how GenAI can significantly boost team productivity when working with Confluence.
Confluence Copilot is developed using the Atlassian Forge framework, utilizing NodeJs for the backend and React for the frontend. This integration ensures a seamless experience within the Confluence environment. For Generative AI services, Confluence Copilot supports both OpenAI and AzureOpenAI APIs, providing flexibility in choosing the AI infrastructure that best suits an organization's needs.
See Set up Forge for instructions to get set up.
- Clone the source code:
git clone https://github.com/skydockAI/confluence_copilot.git
-
Open config.js file and configure your OpenAI or AzureOpenAPI keys
-
Install required libraries:
npm install
- Register the app (assuming that you have successfully setup Forge and login):
forge register
- Build and deploy the app:
forge deploy
- Install the app to your Atlassian site:
forge install
Get a detailed summary of the Confluence page's content. While Confluence offers a summarization feature, it's part of the paid Atlassian Intelligence package. Confluence Copilot provides this feature as part of its core capabilities.
Extract essential tasks, decisions, or deadlines from the Confluence page, ensuring that important details don't get lost in lengthy documents.
Engage in a conversational interface where you can ask questions and get specific answers based on the content of the Confluence page.
Simply select a technical term, and the AI model will provide a clear and concise explanation, making complex terminology more accessible.
Select a phrase, sentence, or paragraph, and the AI model will refine and improve the writing for better clarity and style.
Choose a piece of text and translate it into another language effortlessly.
-
Macro Module: Supports features like Summarize, Highlight, and Chat with Confluence pages.
-
Context Menu Module: Provides Explain, Polish, and Translate functionalities.
Confluence Copilot is open-source and licensed under the GPL-3.0 license.