Skip to content

Tool to combine documentation files and download or copy into a single markdown file for AI consumption.

Notifications You must be signed in to change notification settings

spragginsdesigns/ai-docs-digest

Repository files navigation

AI Docs Digest

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.

Features

  • 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

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/ai-docs-digest.git
    cd ai-docs-digest
    
  2. Install dependencies:

    pnpm install
    
  3. Run the development server:

    pnpm run dev
    
  4. Open http://localhost:3000 in your browser to use the app.

Usage

  1. Click "Add Section" to create a new section.
  2. Give each section a title and paste your documentation content.
  3. Add as many sections as needed.
  4. Click "Combine Markdown" to merge all sections.
  5. Use the "Copy to Clipboard" or "Download Markdown" buttons to export your combined documentation.

Technologies Used

  • Next.js
  • React
  • Material-UI
  • pnpm (Package manager)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

About

Tool to combine documentation files and download or copy into a single markdown file for AI consumption.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published