A web application that allows users to generate detailed Project Requirement Documents (PRDs) using AI. Built with Next.js, Tailwind CSS, and powered by Groq AI API.
- Simple Prompt Input: Enter your project idea and let AI generate a structured PRD
- Collapsible Sections: Easily navigate through different sections of the PRD
- Export Options: Export your PRD as JSON
- Copy to Clipboard: Quickly copy content to clipboard for sharing
- Responsive Design: Works on desktop and mobile devices
- Node.js 18+
- npm or yarn
-
Clone the repository:
git clone https://github.com/yourusername/prd-generator.git cd prd-generator -
Install dependencies:
npm install -
Set up your environment variables: Create a
.envfile in the root directory with the following:API_KEY=your_groq_api_key_here -
Run the development server:
npm run dev -
Open http://localhost:3000 in your browser.
- Enter a detailed description of your project in the prompt field
- Click "Generate PRD" to create a structured document
- Navigate through the different sections using the accordion interface
- Export or copy your PRD as needed
- Click "Create New PRD" to start over
- Next.js: React framework for server-rendered applications
- Tailwind CSS: Utility-first CSS framework
- Groq AI API: Powers the AI document generation
- TypeScript: For type safety and better developer experience
This project is licensed under the MIT License - see the LICENSE file for details.
- Groq for providing the AI API
- Next.js team for the amazing framework
- Tailwind CSS team for the styling framework