Skip to content

AvTe/promptlyshare-

Repository files navigation

Promptopia

Discover & Share AI-Powered Prompts

Promptopia is an open-source AI prompting tool for the modern world, where users can discover, create, and share creative AI prompts. Built with React, Next.js, and MongoDB, Promptopia empowers users to explore a wide range of AI-generated content and share their own ideas with the community.

Live Demo


Features

  • 🌟 Discover Prompts: Browse through a vast collection of AI-generated prompts.
  • ✍️ Create Prompts: Easily create your own prompts and contribute to the growing library.
  • 🗣️ Share Prompts: Share creative prompts with the community, and get inspired by others.
  • 🔐 Google Authentication: Securely sign in with your Google account to create and manage your prompts.
  • 💾 Data Storage: Prompts are stored in MongoDB, ensuring reliability and scalability.

Tech Stack

  • Frontend: React, Next.js
  • Backend: Next.js API routes
  • Database: MongoDB
  • Authentication: Google Login using NextAuth.js
  • Styling: Tailwind CSS
  • Deployment: Vercel

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • MongoDB (local or cloud database, e.g., MongoDB Atlas)

Installation

  1. Clone the repository:

    git clone [https://github.com/yourusername/promptopia.git](https://github.com/AvTe/promptlyshare-)
    
    

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published