0.0.2 • Published 7 months ago

react-llm-github-issue-builder v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

🚀 LLM GitHub Issue Generator in your browser

Transform your problem statements into detailed GitHub issues effortlessly and privately! This React application leverages the power of MLC LLM to generate comprehensive GitHub issues from your prompts and JSON schemas. With built-in dark mode support and modular components, it's designed to enhance your developer experience while ensuring your data remains secure and private.

License PRs Welcome Made with React TailwindCSS

🌟 Features

  • AI-Powered Issue Generation: Utilize MLC LLM to convert problem descriptions into detailed GitHub issues.
  • Shadcn UI

🚧 Demo

📦 Installation

# Clone the repository
git clone https://github.com/Guo-astro/react-llm-github-issue-builder

# Navigate to the project directory
cd react-llm-github-issue-builder

# Install dependencies
pnpm install
# or
yarn install