Serverless, encrypted, and moderated by CensorCore.
CoreChat is a production-ready communication platform that utilizes WebRTC to establish direct connections between users. Unlike traditional chat apps, CoreChat does not store your messages on a server. Everything happens directly in your browser.
View the project on GitHub:
CoreChat Repository
CoreChat operates as a Static Web Application (SWA) with a decentralized signaling model.
To prevent abuse in a serverless environment, CoreChat implements advanced client-side safeguards:
CoreChat is a high-performance, serverless peer-to-peer messaging framework designed for secure, private, and moderated communication. By utilizing the WebRTC protocol, CoreChat eliminates the need for intermediary servers to store or relay message data, ensuring that all conversations remain strictly between the participating endpoints.
The primary objective of CoreChat is to provide a zero-footprint messaging solution where privacy is maintained by the architectural design. The application functions as a Static Web Application, executing all logic locally in the browser.
A critical component is the integration of the CensorCore Library, acting as a local firewall for text content.
An automated anti-abuse system tracks user behavior: Initial violations result in local warnings, while repeated violations lead to timed suspensions (1–3 minutes) managed via browser timestamps.
A hidden administrative portal is embedded for overriding suspensions. Users can trigger the authorization prompt using the keyboard sequence Alt + Q + W.
CoreChat is a high-performance, serverless peer-to-peer messaging platform designed to provide secure and moderated communication without the need for a central database. By leveraging WebRTC for direct browser-to-browser connections and the CensorCore engine for real-time content filtering, it ensures that all conversations remain private, encrypted, and safe from abuse.
Derrick Richard is a student developer from Poth, Texas (Class of 2029) dedicated to building privacy-focused tools and lightweight libraries.