Discover and share AI-powered prompts with Promptium.
Promptium is an open-source AI prompting tool designed for the modern world. It allows users to discover, create, and share creative prompts. Whether you are a writer, developer, or anyone seeking creative inspiration, Promptium is here to inspire your imagination.
You can check the deployed project here: https://promptium.rajika.pro.
- Create and share AI-generated prompts.
- Login using Google Authentication
- Discover a wide range of prompts from the community.
- Search for prompts based on tags, keywords, and usernames.
- User-friendly and intuitive interface.
- Open-source and customizable.
To run Promptopia locally, follow these steps:
-
Clone the repository:
git clone https://github.com/rajika97/promptium-ai-prompt-sharing-app.git
-
Navigate to the project directory:
cd promptium-ai-prompt-sharing-app
-
Install dependencies:
npm install
-
Set up environment variables. Create a .env file in the root directory and configure your environment variables:
GOOGLE_ID=[Your Google ID] GOOGLE_CLIENT_SECRET=[Your Google Client Secret] MONGODB_URI=[Your MongoDB URI] NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_URL_INTERNAL=http://localhost:3000 NEXTAUTH_SECRET=[Your NEXTAUTH Secret]
-
Run the development server:
npm run dev
-
Your Promptopia app should now be running at http://localhost:3000
- Visit the Promptium app in your browser.
- Sign in or create an account to start using the app.
- Explore prompts, create your own, and share them with the community.
- Use the search feature to discover prompts based on your interests.