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.
- 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.
- 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.
To get started with PHelper, follow these steps:
- Node.js (v14 or higher)
- npm or yarn
- MongoDB Atlas or a local MongoDB instance
-
Clone the repository:
git clone https://github.com/Leincentes/phelper.git cd phelper -
Install dependencies:
npm install # or yarn install -
Set up environment variables:
Create a
.env.localfile in the root of the project and add your MongoDB connection string:MONGODB_URI=your_mongodb_connection_string
-
Run the development server:
npm run dev # or yarn devOpen http://localhost:3000 in your browser to see the application in action.
Explore the PHelper interface to discover creative prompts. You can generate new prompts or view existing ones based on your interests.
PHelper is licensed under the MIT License. See LICENSE for more details.