Giter Club home page Giter Club logo

promptpedia's Introduction

PROMPTPEDIA


A platform to discover, create and share useful AI prompts.

Visit the Website »

· Report Bug · Request Feature · Discord Server

About The Project

image

Promtpedia is a community-driven platform for discovering and sharing useful and working AI prompts. Everybody is using AI to bring the best outta them. It's essential to provide an AI tool powerful prompts that brings the best output. Using promptpedia, you can discover, create and share such powerful prompts.

  1. Sign in with Google.
  2. Create a prompt and share it with the world.
  3. Delete and Edit the prompts you have posted in the past with ease, no pressure.
  4. Discover other powerful prompts posted by other users in the platform.

(back to top)

Features

  • Secured authentication using Google oAuth.
  • Multiple accounts support.
  • Full CRUD operations can be performed by an user.
  • Copy the prompts you need with ease.
  • Visit other users' profiles and discover the prompts they've posted.
  • Post unlimited prompts.

Built With

(back to top)

Getting Started

Promptpedia is a web based platform which also gives a native feel on mobile devices. You can use it for free from Promptpedia. Or you can build it from the source with the following instructions.

Installation

  1. Clone the repo
    git clone https://github.com/Oxlac/Promptpedia.git
  2. Install Requirements
     npm install
  3. Run the app
     npm run dev

Environment Variables

In order for the app to function ideally as the final site, You have to create a .env in the root directory and include the following 6 keys:

  1. GOOGLE_ID

  2. GOOGLE_CLIENT_SECRET GET THESE TWO BY FOLLOWING THE BELOW STEPS:

    • Go to the Google Developers Console.
    • Click Select a project ➝ New Project ➝ the Create button.
    • Enter your Project name ➝ click the Create button.
    • Click OAuth consent screen in the left side menu ➝ choose User Type ➝ click the Create button.
    • Add Application name ➝ Support email ➝ Authorized domain ➝ Developer content information ➝ click the Save and Continue button.
    • Complete all 4 steps in OAuth consent screen ➝ click the Back to Dashboard button.
    • Go to Credentials ➝ click Create Credentials ➝ select OAuth client ID from the dropdown list.
    • Open the dropdown list Application type ➝ select Web application ➝ enter the name of your OAuth 2.0 client.
    • Enter your site URL in Authorized JavaScript origins ➝ in Authorized redirect URIs, enter the page URL where you wanted your users redirected back after they have authenticated with Google ➝ click the Create button.
    • Copy your Client ID and Client Secret.
  3. MONGODB_URI

    • Create and set up a new mongoDB cluster
    • Get your URI Connection string by clicking 'connect' -> 'connect your application' -> copy the connection string and paste it in your .env file.
    • It should be in this format : mongodb://[specified user name: specified password@]host 1[:specified port number 1][,….. host N][:specified port number N] [/[specified database name]][?options]
  4. NEXTAUTH_URL - The URL in which you want the auth to work (eg: 'http://localhost:3000')

  5. NEXTAUTH_URL_INTERNAL - Same as above (eg: 'http://localhost:3000')

  6. NEXTAUTH_SECRET - Run this command in any bash terminal - 'openssl rand -base64 32' and copy the output you get.

(back to top)

See the open issues for a full list of proposed features (and known issues). If you have any other ideas, please open an issue and let us know.

Contributing

Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Ensure that your code passes the ruff linter. If it does not pass view the errors and fix them.
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

(back to top)

Roadmap

  • Improve the overall performance and speed.
  • Add loaders while fetching data from the database.
  • Add a NSFW filter that stops users from posting inappropriate content.
  • Allowing users to post pictures along with their texts.

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Website: Sriram Vaishnav - [email protected]

Project Link: https://github.com/SriramVaishnav/Promptpedia

Developer: Sriram Vaishnav

(back to top)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.