# BlurText
BlurText is a minimalist, real-time messaging app that lets users share thoughts anonymously and instantly. Designed for quick, unfiltered communication, BlurText focuses on privacy, simplicity, and speed — no profiles, no history, just pure conversation.
## Features
- **Anonymous Messaging**: No profiles, no usernames, no sign-up.
- **Real-Time**: Messages are shared instantly with everyone using the app.
- **Privacy-First**: No conversation history is stored, ensuring your thoughts remain fleeting and private.
- **Minimalist Design**: Simple, distraction-free interface for pure communication.
## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/) (Recommended v16+)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
- [TypeScript](https://www.typescriptlang.org/) (if working with source)
### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/ukihunter/BlurText.git
cd BlurText-
Install dependencies:
npm install # or yarn install -
Start the app:
npm start # or yarn start
- Open the app and start sending messages.
- All users see the same messages in real-time.
- No sign-in or account creation required.
- Written in TypeScript.
- Focused on simplicity and privacy.
- No persistent database by design.
Contributions are welcome! Feel free to open issues or submit pull requests.
This project currently does not specify a license. Please contact the repository owner for more details.