Skip to content

het2576/PromptCraft

Repository files navigation

Description

PromptCraft is an AI-powered Prompt Generator that helps you create optimized prompts for various AI platforms. It leverages cutting-edge AI models to craft effective and tailored prompts, saving you time and improving your interaction with AI tools. It provides an attractive and intuitive user interface to enhance user experience.

Table of Contents

Features

  • AI powered prompt generator
  • Attractive UI/UX
  • Darkmode toggle
  • Optimize prompts for any AI platforms

Tech Stack

  • Next.js
  • TypeScript
  • Tailwind CSS
  • Gemini API

Installation

To get started, follow these steps:

git clone <repository_url>
cd <repository_directory>
npm install

Usage

To use PromptCraft, you need to configure your environment with a Gemini API key. Follow these steps:

  1. Create a .env file in the root directory of the project.

  2. Add your Gemini API key to the .env file in the following format:

    NEXT_PUBLIC_GEMINI_API_KEY=YOUR_GEMINI_API_KEY

    Replace YOUR_GEMINI_API_KEY with your actual Gemini API key. This key is essential for the application to communicate with the Gemini AI model.

  3. Start the Next.js development server: (If you've downloaded the repo locally).

    npm install
    npm run dev

Contributing

Contributions are welcome! This is an open-source project, and we encourage community involvement.

To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes.
  4. Submit a pull request.

About

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published