https://github.com/ankitku3101/confessly
An anonymous realtime experience—playful, private, and built with modern web tech.
https://github.com/ankitku3101/confessly
motion nextjs nodejs realtime-app socket-io tailwindcss turborepo webrtc websockets zustand
Last synced: 2 months ago
JSON representation
An anonymous realtime experience—playful, private, and built with modern web tech.
- Host: GitHub
- URL: https://github.com/ankitku3101/confessly
- Owner: ankitku3101
- Created: 2025-06-20T08:16:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-07T18:26:32.000Z (11 months ago)
- Last Synced: 2025-08-07T20:35:26.812Z (11 months ago)
- Topics: motion, nextjs, nodejs, realtime-app, socket-io, tailwindcss, turborepo, webrtc, websockets, zustand
- Language: TypeScript
- Homepage: https://confessly-web.vercel.app
- Size: 3.9 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Confessly 🧪 (Under Progress)
> A realtime platform built with WebSockets, WebRTC, and modern web technologies.
This is a **Turborepo-based monorepo** containing both frontend and backend apps designed for a realtime anonymous experience.
As project is currently under active development some features may be incomplete or experimental.
---
## 🧱 Tech Stack
- **Frontend:** Next.js (App Router), Tailwind CSS
- **Backend:** Node.js, Express, Socket.io
- **Realtime:** WebSockets, WebRTC
- **Monorepo Tooling:** Turborepo
- **Hosting:** Vercel (web) & Render (api)
---
## 📁 Project Structure
```bash
apps/
web/ # Next.js frontend
api/ # Express + Socket.io backend
packages/ # shared code
ui/ # shared UI components
lib/ # utilities and shared logic