Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zizwar/PRoomy
Roomy Prompt
https://github.com/Zizwar/PRoomy
Last synced: 3 months ago
JSON representation
Roomy Prompt
- Host: GitHub
- URL: https://github.com/Zizwar/PRoomy
- Owner: Zizwar
- Created: 2023-04-08T04:56:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T00:11:03.000Z (9 months ago)
- Last Synced: 2024-04-24T19:01:18.271Z (7 months ago)
- Language: TypeScript
- Homepage: https://jpt.ma/proomy
- Size: 7.34 MB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-morocco - JPT Proomy - Roomy Prompt - ChatGPT Rooms. By [@BrahimBIDI](https://github.com/Zizwar) (Uncategorized / Uncategorized)
- awesome-chatgpt - JPT-PRoomy
README
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Zizwar/PRoomy)
# Roomy Prompt - ChatGPT Rooms
![Proomy](static/screenshot.png)
## Overview
"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.## Setup and Usage
To start, setup your `.env` file with Supabase, Github OAuth, Google OAuth, and OpenAI credentials:
```bash
cp _env .env
```After setting up the `.env` file, you can clone the repository:
```bash
git clone https://github.com/Zizwar/PRoomy.git
```Then, start the application:
```bash
deno task start
```## Development
To contribute to the project:
1. Fork the repository.
2. Clone the repository:
```bash
git clone https://github.com//PRoomy.git
```
3. Create a new branch:
```bash
git checkout -b
```
4. Make your changes.
5. Commit your changes:
```bash
git commit -m "Add my changes"
```
6. Push to the branch:
```bash
git push origin
```
7. Open a pull request from your forked repository to this repository.## Features
- Open-source, AI integrated chatrooms.
- Each room powered by a unique ChatGPT bot.
- Full administrative control for room creators.## Dependencies
Built using:
- [Fresh](https://fresh.deno.dev)
- [Supabase](https://supabase.io)
- [twind](https://twind.dev)
- [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API)
- [OpenAI API](https://oepnai.com)All these services are free of charge. The deployment is done on [Deno Deploy](https://deno.com/deploy).
## Acknowledgements
- Inspired by [Deno Chat](https://showcase-chat.deno.dev/)
- Design adapted from [Messaging App UI](https://codepen.io/TurkAysenur/pen/ZEbXoRZ)## Demo
See the live demo [here](https://jpt.ma/proomy).## Project Link
[https://github.com/Zizwar/PRoomy/](https://github.com/Zizwar/PRoomy/)## Contact
Brahim Bidi - [https://brah.im](https://brah.im)