AI Docs Digest is a web-based tool designed to help you combine documentation from various sources into a single, clean Markdown file. This tool is particularly useful for creating comprehensive documentation for AI projects, custom GPTs, or any scenario where you need to consolidate information from multiple pages or sources.
- Add multiple documentation sections with titles
- Easy-to-use interface for pasting and organizing content
- Combine all sections into a single Markdown file
- Copy combined Markdown to clipboard
- Download combined Markdown as a file
- Dark mode interface for comfortable use
- Automatic saving of sections to local storage
-
Clone the repository:
git clone https://github.com/yourusername/ai-docs-digest.git cd ai-docs-digest
-
Install dependencies:
pnpm install
-
Run the development server:
pnpm run dev
-
Open http://localhost:3000 in your browser to use the app.
- Click "Add Section" to create a new section.
- Give each section a title and paste your documentation content.
- Add as many sections as needed.
- Click "Combine Markdown" to merge all sections.
- Use the "Copy to Clipboard" or "Download Markdown" buttons to export your combined documentation.
- Next.js
- React
- Material-UI
- pnpm (Package manager)
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.