- Discover and Share AI Powered Prompt
- CRUD Application (Create, Read, Update, Delete)
- You can copy prompts on your clipboard
- Real-time prompts searching
The website is live, the link is in the About section. I also deployed it on Vercel, but Vercel somehow did not manage the serverless functions well(Giving Auth Errors, and sometimes not fetching data from Mongo-Atlas), so I also deployed it on Render, but it may take some time to wake up the website on render.
- Clone this repo
git clone https://github.com/Spyrosigma/Promptopia.git
- Install dependencies
npm i
- Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
- Make a .env file and Populate it with your Variables :)
GOOGLE_ID= blah blah blah GOOGLE_CLIENT_SECRET=blah blah MONGODB_URI= blah NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_URL_INTERNAL=http://localhost:3000 NEXTAUTH_SECRET=54qwNk2
Open http://localhost:3000 with your browser to see the result.

