Skip to content

DeabLabs/wept

Repository files navigation

wept

(we GPT)

Chat GPT, Together.

Multiplayer GPT interface for collaborative conversation.

NOTICE

This application should only be used for evaluation purposes. While data access is secure, and all connections are fully authenticated, all data is stored plaintext in the database. Meaning, those who have access to the production database can view the content of messages as well as openai keys. Data encryption is on the roadmap, but not yet implemented. This notice will remain here until data is encrypted within columns.

Development

This project uses bun instead of node, install that first.

# clone this repo, then...
bun install
bun dev

Deployment

  • /apps/web hosted on vercel vercel
  • /apps/messages hosted on partykit partykit
  • /packages/database hosted on neon