No Login β’ No Phone Number β’ No Friction
Built for seminars, workshops, hackathons, and instant collaboration.
π https://owsam22-quickchat.vercel.app/
QuickChat is a temporary, anonymous real-time chat platform designed for live events.
Create a room.
Display the QR.
Participants join instantly.
Room closes automatically when everyone leaves.
No accounts.
No stored messages (after room closing).
No long-term data retention.
QuickChat is optimized for live, flowing conversations. Unlike simple ephemeral chats, QuickChat maintains a persistent session history. This means latecomers can see all previously shared messages and files, ensuring no one misses out on the context of the event.
- Users choose their own display name
- Duplicate names prevented inside a room
- No authentication required
- User Profile Menu: Dropdown with logout and status indicators
- Peer-to-Peer Transfer: Secure, direct file sharing using
RTCDataChannel - Zero Server Storage: Files are streamed directly between browsers
- Metered STUN/TURN: Robust NAT traversal to work across different networks
- On-Demand History: Late joiners can request files shared earlier in the room session
- Real-time Progress: Visual progress bars for both sender and receiver
- Scan and join instantly
- Optimized for projector-based seminars
- Mobile-friendly experience
- Powered by Socket.IO
- Instant delivery
- Persistent Session History: Latecomers can see all previous messages and files shared since the room started
- Bi-directional Swipe-to-Reply: Right-swipe on others, Left-swipe on self to reply
- Join/leave system notifications
- Real-time Typing Indicators
- Auto-scroll behavior
- Room auto-closes when empty
- Blur + glass effect
- Animated Dynamic Pattern: Modern sliding geometric background
- Responsive Header: Mobile-optimized layout with keyboard-aware positioning
- Modern gradient glow accents
- Clean, minimal layout
- Fully responsive (supports
100dvh)
- No persistence
- Temporary by design
- Auto cleanup when last user exits
- React (Vite)
- Socket.IO-client
- WebRTC API (RTCPeerConnection)
- Styled-components (Dynamic Patterns)
- Lucide React (Modern Icons)
- Node.js
- Express
- Socket.IO
QuickChat/
βββ π assets
β βββ πΌοΈ banner.png
β βββ πΌοΈ preview.png
β βββ πΌοΈ qr-demo.gif
β βββ πΌοΈ watermark.png
βββ π backend
β βββ π index.js
β βββ βοΈ package-lock.json
β βββ βοΈ package.json
βββ π frontend
β βββ π public
β βββ π src
β β βββ π components
β β β βββ π backgroundPattern.tsx
β β β βββ π ChatArea.tsx
β β β βββ π Login.tsx
β β β βββ π NewRoomTab.tsx
β β β βββ π QRModal.tsx
β β β βββ π SearchTab.tsx
β β β βββ π SettingsTab.tsx
β β β βββ π Sidebar.tsx
β β βββ π hooks
β β β βββ π useWebRTC.ts
β β βββ π¨ App.css
β β βββ π App.tsx
β β βββ π¨ index.css
β β βββ π main.tsx
β β βββ π vite-env.d.ts
β βββ π index.html
β βββ βοΈ package-lock.json
β βββ βοΈ package.json
β βββ βοΈ tsconfig.json
β βββ βοΈ tsconfig.node.json
β βββ π vite.config.js
βββ βοΈ .gitignore
βββ π README.md
βββ βοΈ package-lock.json
βββ βοΈ package.json
git clone https://github.com/owsam22/quick-chat.git
cd chat-roomcd backend
npm install
npm run devBackend runs at:
http://localhost:5000
Open new terminal:
cd frontend
npm install
npm run devFrontend runs at:
http://localhost:3000
- Open
http://localhost:3000 - Enter username
- Create or join a room
- Open second tab/browser
- Join same room with different name
- Start chatting instantly
QuickChat is built around:
- π« No accounts
- β‘ Instant access
- π§Ή Temporary collaboration
- π Privacy by default
It is not trying to replace large messaging platforms.
It is built specifically for short-lived live interactions.
- Host controls (mute, kick, lock room)
- Live polls
- Q&A mode
- Spam protection & rate limiting
- Message length restriction
- Export chat option
QuickChat aims to become a lightweight browser-based interaction tool for:
- π College seminars
- π§βπΌ Corporate workshops
- π‘ Hackathons
- π’ Live events
Focused. Fast. Disposable.
Built with precision by SAM
MIT License



