"Roomy Prompt" is an open-source tool that creates AI integrated chatrooms. Designed for individuals or companies, it sets up unique chat rooms, each powered by a dedicated ChatGPT bot to respond to queries based on the room's header info.
To start, setup your .env
file with Supabase, Github OAuth, Google OAuth, and OpenAI credentials:
cp _env .env
After setting up the .env
file, you can clone the repository:
git clone https://github.com/Zizwar/PRoomy.git
Then, start the application:
deno task start
To contribute to the project:
- Fork the repository.
- Clone the repository:
git clone https://github.com/<YOUR_GITHUB_USERNAME>/PRoomy.git
- Create a new branch:
git checkout -b <YOUR_BRANCH_NAME>
- Make your changes.
- Commit your changes:
git commit -m "Add my changes"
- Push to the branch:
git push origin <YOUR_BRANCH_NAME>
- Open a pull request from your forked repository to this repository.
- Open-source, AI integrated chatrooms.
- Each room powered by a unique ChatGPT bot.
- Full administrative control for room creators.
Built using:
All these services are free of charge. The deployment is done on Deno Deploy.
- Inspired by Deno Chat
- Design adapted from Messaging App UI
See the live demo here.
https://github.com/Zizwar/PRoomy/
Brahim Bidi - https://brah.im