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.
- 🌟 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.
- Frontend: React, Next.js
- Backend: Next.js API routes
- Database: MongoDB
- Authentication: Google Login using NextAuth.js
- Styling: Tailwind CSS
- Deployment: Vercel
- Node.js (v14 or later)
- MongoDB (local or cloud database, e.g., MongoDB Atlas)
-
Clone the repository:
git clone [https://github.com/yourusername/promptopia.git](https://github.com/AvTe/promptlyshare-)
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.