ai debate platform for people to put their points in an argument

4 stars 3 forks 4 watchers TypeScript MIT License
ai-chat debate debateroom hacktoberfest hacktoberfest-accepted
4 Open Issues Need Help Last updated: Oct 15, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This bug report indicates that messages sent and received within a chat room disappear after the page is reloaded. The expected behavior is for messages to persist across page reloads, suggesting an issue with message persistence or retrieval mechanisms.

Complexity: 3/5
bug good first issue hacktoberfest hacktoberfest-accepted

ai debate platform for people to put their points in an argument

TypeScript
#ai-chat#debate#debateroom#hacktoberfest#hacktoberfest-accepted
[FEATURE] LANDING PAGE about 3 hours ago
enhancement help wanted hacktoberfest

ai debate platform for people to put their points in an argument

TypeScript
#ai-chat#debate#debateroom#hacktoberfest#hacktoberfest-accepted
bug documentation good first issue hacktoberfest

ai debate platform for people to put their points in an argument

TypeScript
#ai-chat#debate#debateroom#hacktoberfest#hacktoberfest-accepted
[BUG] [ENHANCEMENT] about 7 hours ago

AI Summary: The WebSocket connection URL is hardcoded to `http://localhost:5003` in `client/src/lib/socket.ts`, preventing the application from connecting to a remote server in production or different development environments. The issue proposes using an environment variable, `NEXT_PUBLIC_SOCKET_URL`, to make the URL configurable, falling back to the localhost default if not set.

Complexity: 1/5
bug good first issue hacktoberfest

ai debate platform for people to put their points in an argument

TypeScript
#ai-chat#debate#debateroom#hacktoberfest#hacktoberfest-accepted