Create markdown documentations using the power of AI.
Launch »
Report Bug
·
Request Feature
·
Known Issues
Synapsy Genidoc is a powerful Next.js application designed to streamline the process of generating Markdown documentation for your code. Leveraging the capabilities of OpenAI's GPT models, this tool allows developers to effortlessly create comprehensive documentation with just a few clicks.
-
Create a Template:
- Click on the "Create template" button to initiate the template creation process.
- Provide a name for your template.
- Enter a Markdown code template that represents the structure you want for your documentation.
- Specify the programming language for the code template.
-
Select Template:
- Choose the template you created from the available options.
-
Enter Code:
- Input the code you want to document in the language you previously specified.
-
API Key Requirement:
- Note that an OpenAI API key is required for the tool to function. Ensure you have a valid API key before proceeding.
-
Generate Documentation:
- Click on the "Generate" button.
- Synapsy Genidoc will process the provided code using OpenAI's GPT models.
- The app will return the generated Markdown documentation for the provided code.
- OpenAI API key (Sign up on OpenAI to obtain your key)
- Node.js and npm installed on your machine
-
Clone the repository:
git clone https://github.com/synapsy/genidoc.git
-
Navigate to the project directory:
cd genidoc
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Access the application at http://localhost:3000 in your browser.
Contributions are welcome! If you'd like to contribute to Synapsy Genidoc, please follow our contribution guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.