Skip to content

A place to share amazing prompts to get the most out of LLMs. It's live, deployed on Free tier on render, it may take 40 seconds to wake-up, check out here ↓

Notifications You must be signed in to change notification settings

Spyrosigma/Promptopia

Repository files navigation

PromptoPia

  • Discover and Share AI Powered Prompt
  • CRUD Application (Create, Read, Update, Delete)
  • You can copy prompts on your clipboard
  • Real-time prompts searching

Basically, I was exhausted from doing ML for the past 1 month, so to refresh, I built this.

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.

Feed Page

Screenshot (319)

Edit Page

Screenshot (321)

Getting Started

  1. Clone this repo
    git clone https://github.com/Spyrosigma/Promptopia.git
  2. Install dependencies
    npm i
  3. Run the development server:
    npm run dev # or yarn dev # or pnpm dev # or bun dev
  4. 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.

About

A place to share amazing prompts to get the most out of LLMs. It's live, deployed on Free tier on render, it may take 40 seconds to wake-up, check out here ↓

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published