Skip to content

A web application that lets you change your ideas to a structured Project Requirement Document. It also has the features to analyze the idea and improve it.

Notifications You must be signed in to change notification settings

YPS7/PRD_GENERATOR

Repository files navigation

PRD Generator

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.

Features

  • 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

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/prd-generator.git
    cd prd-generator
    
  2. Install dependencies:

    npm install
    
  3. Set up your environment variables: Create a .env file in the root directory with the following:

    API_KEY=your_groq_api_key_here
    
  4. Run the development server:

    npm run dev
    
  5. Open http://localhost:3000 in your browser.

Usage

  1. Enter a detailed description of your project in the prompt field
  2. Click "Generate PRD" to create a structured document
  3. Navigate through the different sections using the accordion interface
  4. Export or copy your PRD as needed
  5. Click "Create New PRD" to start over

Technology Stack

  • 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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Groq for providing the AI API
  • Next.js team for the amazing framework
  • Tailwind CSS team for the styling framework

About

A web application that lets you change your ideas to a structured Project Requirement Document. It also has the features to analyze the idea and improve it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors