Skip to content

Leincentes/phelper

Repository files navigation

PHelper

PHelper is an open-source AI prompting tool designed to help individuals discover creative prompts. Built with Next.js, MongoDB, and TailwindCSS, it provides an intuitive and efficient platform for exploring and generating AI-powered prompts.

Features

  • AI-Powered Prompts: Discover and generate creative prompts with the help of AI.
  • Responsive Design: Powered by TailwindCSS for a modern, mobile-friendly interface.
  • Scalable Database: Utilizes MongoDB for efficient data management.
  • Open Source: Contributions are welcome! Feel free to enhance and improve the project.

Tech Stack

  • Next.js: A React framework for building server-side rendered and static web applications.
  • MongoDB: A NoSQL database for flexible and scalable data storage.
  • TailwindCSS: A utility-first CSS framework for building custom designs.

Getting Started

To get started with PHelper, follow these steps:

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • MongoDB Atlas or a local MongoDB instance

Installation

  1. Clone the repository:

    git clone https://github.com/Leincentes/phelper.git
    cd phelper
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Set up environment variables:

    Create a .env.local file in the root of the project and add your MongoDB connection string:

    MONGODB_URI=your_mongodb_connection_string
  4. Run the development server:

    npm run dev
    # or
    yarn dev

    Open http://localhost:3000 in your browser to see the application in action.

Usage

Explore the PHelper interface to discover creative prompts. You can generate new prompts or view existing ones based on your interests.

License

PHelper is licensed under the MIT License. See LICENSE for more details.

About

A ai prompt helper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors